diff --git a/Sources/TranzzoPaymentSDK.xcframework/Info.plist b/Sources/TranzzoPaymentSDK.xcframework/Info.plist index 81ad2e1..bff8349 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/Info.plist +++ b/Sources/TranzzoPaymentSDK.xcframework/Info.plist @@ -8,32 +8,32 @@ BinaryPath TranzzoPaymentSDK.framework/TranzzoPaymentSDK LibraryIdentifier - ios-arm64_x86_64-simulator + ios-arm64 LibraryPath TranzzoPaymentSDK.framework SupportedArchitectures arm64 - x86_64 SupportedPlatform ios - SupportedPlatformVariant - simulator BinaryPath TranzzoPaymentSDK.framework/TranzzoPaymentSDK LibraryIdentifier - ios-arm64 + ios-arm64_x86_64-simulator LibraryPath TranzzoPaymentSDK.framework SupportedArchitectures arm64 + x86_64 SupportedPlatform ios + SupportedPlatformVariant + simulator CFBundlePackageType diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Headers/TranzzoPaymentSDK-Swift.h b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Headers/TranzzoPaymentSDK-Swift.h index cd9db73..0e2fa4b 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Headers/TranzzoPaymentSDK-Swift.h +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Headers/TranzzoPaymentSDK-Swift.h @@ -474,6 +474,31 @@ SWIFT_CLASS("_TtC17TranzzoPaymentSDK13TableDirector") - (void)scrollViewDidChangeAdjustedContentInset:(UIScrollView * _Nonnull)scrollView; @end +@class UITextField; + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK24TextFieldInputController") +@interface TextFieldInputController : NSObject +- (BOOL)textField:(UITextField * _Nonnull)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString * _Nonnull)string SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK29TextFieldStartInputController") +@interface TextFieldStartInputController : NSObject +- (BOOL)textField:(UITextField * _Nonnull)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString * _Nonnull)string SWIFT_WARN_UNUSED_RESULT; +- (void)textFieldDidBeginEditing:(UITextField * _Nonnull)textField; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@class UITextView; + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK23TextViewInputController") +@interface TextViewInputController : NSObject +- (BOOL)textView:(UITextView * _Nonnull)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString * _Nonnull)text SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.abi.json b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.abi.json index b251412..c97a7db 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.abi.json +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.abi.json @@ -14,47 +14,37 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "PaymentStatus", - "printedName": "PaymentStatus", + "name": "TableSectionEvents", + "printedName": "TableSectionEvents", "children": [ { "kind": "Var", - "name": "pending", - "printedName": "pending", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -62,36 +52,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "failure", - "printedName": "failure", + "name": "headerHeight", + "printedName": "headerHeight", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -99,36 +89,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "success", - "printedName": "success", + "name": "footerHeight", + "printedName": "footerHeight", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -136,8 +126,156 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7successyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7successyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "estHeaderHeight", + "printedName": "estHeaderHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "estFooterHeight", + "printedName": "estFooterHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { @@ -148,31 +286,29 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentStatus?", + "printedName": "TranzzoPaymentSDK.TableSectionEvents?", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], + "implicit": true, "init_kind": "Designated" }, { @@ -182,14 +318,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessors": [ @@ -200,14 +336,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -216,13 +352,13 @@ } ], "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK0B6StatusO", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], - "enumRawTypeName": "String", + "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -264,67 +400,55 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], "usr": "s:SY", "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "PaymentInfoResponse", - "printedName": "PaymentInfoResponse", + "name": "FlowCollectionDirector", + "printedName": "FlowCollectionDirector", "children": [ { "kind": "Var", - "name": "paymentID", - "printedName": "paymentID", + "name": "itemSize", + "printedName": "itemSize", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -333,118 +457,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "orderID", - "printedName": "orderID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "gatewayOrderID", - "printedName": "gatewayOrderID", + "name": "sectionsInsets", + "printedName": "sectionsInsets", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -453,118 +541,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "billingOrderID", - "printedName": "billingOrderID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "transactionID", - "printedName": "transactionID", + "name": "minimumInteritemSpacing", + "printedName": "minimumInteritemSpacing", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -573,118 +625,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "posID", - "printedName": "posID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "mode", - "printedName": "mode", + "name": "minimumLineSpacing", + "printedName": "minimumLineSpacing", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -693,118 +709,84 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "method", - "printedName": "method", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "stickyHeaders", + "printedName": "stickyHeaders", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "9.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -813,118 +795,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "currency", - "printedName": "currency", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "intro_iOS": "9.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "stickyFooters", + "printedName": "stickyFooters", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "9.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -933,50 +885,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "intro_iOS": "9.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "status", - "printedName": "status", + "name": "sectionInsetReference", + "printedName": "sectionInsetReference", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -985,110 +975,94 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "statusCode", - "printedName": "statusCode", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "intro_iOS": "11.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "statusDescription", - "printedName": "statusDescription", + "name": "layout", + "printedName": "layout", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -1098,477 +1072,673 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userActionRequired", - "printedName": "userActionRequired", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Bool?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userActionURL", - "printedName": "userActionURL", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "eci", - "printedName": "eci", + "kind": "Constructor", + "name": "init", + "printedName": "init(collection:flowLayout:)", "children": [ + { + "kind": "TypeNominal", + "name": "FlowCollectionDirector", + "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" } ], + "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "init_kind": "Designated" }, { - "kind": "Var", - "name": "mcc", - "printedName": "mcc", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "FlowCollectionDirector", + "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "Override" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "init_kind": "Designated" }, { - "kind": "Var", - "name": "options3Ds", - "printedName": "options3Ds", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:sizeForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:sizeForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout13sizeForItemAtSo6CGSizeVSo012UICollectionH0C_So0oH6LayoutC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:sizeForItemAtIndexPath:", "declAttributes": [ - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "ccMask", - "printedName": "ccMask", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:insetForSectionAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", - "moduleName": "TranzzoPaymentSDK", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:insetForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout17insetForSectionAtSo12UIEdgeInsetsVSo012UICollectionH0C_So0pH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:insetForSectionAtIndex:", "declAttributes": [ - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:minimumInteritemSpacingForSectionAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout35minimumInteritemSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:minimumLineSpacingForSectionAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumLineSpacingForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout30minimumLineSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:minimumLineSpacingForSectionAtIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:referenceSizeForHeaderInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForHeaderInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:referenceSizeForHeaderInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:referenceSizeForFooterInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForFooterInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:referenceSizeForFooterInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", + "superclassNames": [ + "TranzzoPaymentSDK.CollectionDirector", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ErrorType", + "printedName": "ErrorType", + "children": [ + { + "kind": "Var", + "name": "clientError", + "printedName": "clientError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "ccToken", - "printedName": "ccToken", + "name": "serverError", + "printedName": "serverError", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + } + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "frameworkError", + "printedName": "frameworkError", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "ccTokenExpiration", - "printedName": "ccTokenExpiration", + "name": "hashValue", + "printedName": "hashValue", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -1577,22 +1747,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1600,28 +1762,89 @@ ] }, { - "kind": "Var", - "name": "customerID", - "printedName": "customerID", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TranzzoError", + "printedName": "TranzzoError", + "children": [ + { + "kind": "Var", + "name": "message", + "printedName": "message", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1637,22 +1860,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1661,27 +1876,27 @@ }, { "kind": "Var", - "name": "customerIP", - "printedName": "customerIP", + "name": "httpCode", + "printedName": "httpCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1698,21 +1913,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1721,27 +1936,19 @@ }, { "kind": "Var", - "name": "customerFname", - "printedName": "customerFname", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1757,57 +1964,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionCellAdapter", + "printedName": "CollectionCellAdapter", + "children": [ { "kind": "Var", - "name": "customerLname", - "printedName": "customerLname", + "name": "modelType", + "printedName": "modelType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -1817,117 +2055,108 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerEmail", - "printedName": "customerEmail", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "customerPhone", - "printedName": "customerPhone", + "name": "modelViewType", + "printedName": "modelViewType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -1937,117 +2166,101 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerCountry", - "printedName": "customerCountry", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "resultURL", - "printedName": "resultURL", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2057,38 +2270,30 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "createdAt", - "printedName": "createdAt", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "String", @@ -2096,78 +2301,58 @@ "usr": "s:SS" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "processingTime", - "printedName": "processingTime", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2177,117 +2362,90 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payload", - "printedName": "payload", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "bankShortName", - "printedName": "bankShortName", + "name": "events", + "printedName": "events", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2297,3142 +2455,2808 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerUserAgent", - "printedName": "customerUserAgent", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "customerCity", - "printedName": "customerCity", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "CollectionCellAdapter", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CollectionCellAdapter", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "rrn", - "printedName": "rrn", + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inCollection:at:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "authCode", - "printedName": "authCode", + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dcc", - "printedName": "dcc", - "children": [ + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "otpURL", - "printedName": "otpURL", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "makePaymentDescription", - "printedName": "makePaymentDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "declAttributes": [ - "HasStorage", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Event", + "printedName": "Event", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "indexPath", + "printedName": "indexPath", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerBirthday", - "printedName": "customerBirthday", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "element", + "printedName": "element", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payway", - "printedName": "payway", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "collection", + "printedName": "collection", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerPatronym", - "printedName": "customerPatronym", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "collectionSize", + "printedName": "collectionSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "terminalName", - "printedName": "terminalName", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "AccessControl", + "RawDocComment" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientCcToken", - "printedName": "recipientCcToken", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "cell", + "printedName": "cell", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "τ_0_1?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_1" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientCcMask", - "printedName": "recipientCcMask", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dccRates", - "printedName": "dccRates", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "trafficSource", - "printedName": "trafficSource", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", - "children": [ - { - "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, { - "kind": "Var", - "name": "gateway", - "printedName": "gateway", + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "paymentSystem", - "printedName": "paymentSystem", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "entityId", - "printedName": "entityId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "externalTerminalName", - "printedName": "externalTerminalName", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientEmail", - "printedName": "recipientEmail", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldSelect", + "printedName": "shouldSelect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientPhone", - "printedName": "recipientPhone", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientFname", - "printedName": "recipientFname", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientLname", - "printedName": "recipientLname", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldDeselect", + "printedName": "shouldDeselect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientPatronym", - "printedName": "recipientPatronym", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "merchantOrderId", - "printedName": "merchantOrderId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "receiptUrl", - "printedName": "receiptUrl", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didSelect", + "printedName": "didSelect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedAmount", - "printedName": "processedAmount", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedCurrency", - "printedName": "processedCurrency", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "comment", - "printedName": "comment", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "registryRefNo", - "printedName": "registryRefNo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedAt", - "printedName": "processedAt", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TrafficSource", - "printedName": "TrafficSource", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" + ] }, { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentInfoResponse", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSectionHeaderFooterProtocol", - "printedName": "TableSectionHeaderFooterProtocol", - "children": [ - { - "kind": "Var", - "name": "section", - "printedName": "section", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:table:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TokenCardModel", - "printedName": "TokenCardModel", - "children": [ - { - "kind": "Var", - "name": "mask", - "printedName": "mask", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "token", - "printedName": "token", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "shouldShowEditMenu", + "printedName": "shouldShowEditMenu", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isDefault", - "printedName": "isDefault", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "canPerformEditAction", + "printedName": "canPerformEditAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(mask:token:isDefault:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionCellAdapterProtocol", - "printedName": "CollectionCellAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "performEditAction", + "printedName": "performEditAction", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inCollection:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "PaymentsConfig", - "printedName": "PaymentsConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "Environment", - "printedName": "Environment", - "children": [ - { - "kind": "Var", - "name": "sandbox", - "printedName": "sandbox", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "production", - "printedName": "production", + "name": "canFocus", + "printedName": "canFocus", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", "children": [ { "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" } ] } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -5441,571 +5265,970 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" }, { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "currency", - "printedName": "currency", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applePay", - "printedName": "applePay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "itemSize", + "printedName": "itemSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", "children": [ { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "enableLogging", - "printedName": "enableLogging", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(environment:currency:applePay:enableLogging:)", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentsConfig", - "printedName": "TranzzoPaymentSDK.PaymentsConfig", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ApplePayConfig", - "printedName": "ApplePayConfig", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(merchantId:countryCode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", - "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] } ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "CollectionCellAdapterProtocol", + "printedName": "CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BaseResponse", + "printedName": "BaseResponse", "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV", - "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV", + "usr": "s:17TranzzoPaymentSDK12BaseResponseV", + "mangledName": "$s17TranzzoPaymentSDK12BaseResponseV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -6027,6 +6250,36 @@ } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -6037,91 +6290,281 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "PassKit", + "printedName": "PassKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "TableDirector", - "printedName": "TableDirector", + "name": "PaymentsConfig", + "printedName": "PaymentsConfig", "children": [ { - "kind": "Var", - "name": "table", - "printedName": "table", + "kind": "TypeDecl", + "name": "Environment", + "printedName": "Environment", "children": [ { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "UIKit.UITableView?" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "sandbox", + "printedName": "sandbox", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", "children": [ { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "production", + "printedName": "production", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" } ] }, { "kind": "Var", - "name": "scrollViewEvents", - "printedName": "scrollViewEvents", + "name": "environment", + "printedName": "environment", "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6132,14 +6575,14 @@ "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -6156,14 +6599,14 @@ }, { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -6180,8 +6623,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -6190,36 +6633,23 @@ }, { "kind": "Var", - "name": "sections", - "printedName": "sections", + "name": "currency", + "printedName": "currency", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6230,58 +6660,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "firstSection", - "printedName": "firstSection", + "name": "applePay", + "printedName": "applePay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasInitialValue", + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -6291,108 +6755,96 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lastSection", - "printedName": "lastSection", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", + "name": "enableLogging", + "printedName": "enableLogging", "children": [ { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6403,14 +6855,14 @@ "children": [ { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -6427,14 +6879,14 @@ }, { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -6451,8 +6903,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -6462,159 +6914,99 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(table:)", + "printedName": "init(environment:currency:applePay:enableLogging:)", "children": [ { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "PaymentsConfig", + "printedName": "TranzzoPaymentSDK.PaymentsConfig", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "isPrefetchingEnabled", - "printedName": "isPrefetchingEnabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "registerCellAdapters", - "printedName": "registerCellAdapters(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "hasDefaultArg": true, + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.TableCellAdapterProtocol]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" - } - ], - "usr": "s:Sa" + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerCellAdapter", - "printedName": "registerCellAdapter(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ApplePayConfig", + "printedName": "ApplePayConfig", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(merchantId:countryCode:)", "children": [ + { + "kind": "TypeNominal", + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + }, { "kind": "TypeNominal", "name": "String", @@ -6623,321 +7015,455 @@ }, { "kind": "TypeNominal", - "name": "TableCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", + "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV", + "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerHeaderFooterAdapters", - "printedName": "registerHeaderFooterAdapters(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Differentiable", + "printedName": "Differentiable", + "children": [ + { + "kind": "Var", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { "kind": "Function", - "name": "registerHeaderFooterAdapter", - "printedName": "registerHeaderFooterAdapter(_:)", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "adapterForHeaderFooterView", - "printedName": "adapterForHeaderFooterView(_:)", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "usr": "s:17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "isFromExtension": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "set", - "printedName": "set(sections:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ElementRepresentable", + "printedName": "ElementRepresentable", + "children": [ + { + "kind": "Var", + "name": "modelClassIdentifier", + "printedName": "modelClassIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "add", - "printedName": "add(section:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(sections:at:)", + "kind": "Var", + "name": "modelClassIdentifier", + "printedName": "modelClassIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "children": [ + { + "kind": "Var", + "name": "elements", + "printedName": "elements", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "sectionAt", - "printedName": "sectionAt(_:)", - "children": [ + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection, τ_1_0 : Swift.Collection, τ_1_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "section", - "printedName": "section(_:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "KeyConfig", + "printedName": "KeyConfig", + "children": [ + { + "kind": "Var", + "name": "sessionToken", + "printedName": "sessionToken", "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sq" - }, { "kind": "TypeNominal", "name": "String", @@ -6945,863 +7471,648 @@ "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "elementAt", - "printedName": "elementAt(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(indexPath:)", + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(section:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(sectionsAt:)", + "kind": "Var", + "name": "posId", + "printedName": "posId", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(sessionToken:apiKey:posId:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "add", - "printedName": "add(elements:inSection:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Vision", + "printedName": "Vision", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "TableHeaderFooterAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "reload", - "printedName": "reload(afterUpdate:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation", - "children": [ - { - "kind": "TypeNominal", - "name": "RowAnimation", - "printedName": "UIKit.UITableView.RowAnimation", - "usr": "c:@E@UITableViewRowAnimation" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ProtocolComposition", + "printedName": "Any" } ] } ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector(im)init", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorCACycfc", - "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" + ] }, { "kind": "Function", - "name": "numberOfSections", - "printedName": "numberOfSections(in:)", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)numberOfSectionsInTableView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16numberOfSections2inSiSo11UITableViewC_tF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "numberOfSectionsInTableView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:numberOfRowsInSection:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "UIKit.UITableViewHeaderFooterView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewHeaderFooterView", + "printedName": "UIKit.UITableViewHeaderFooterView", + "usr": "c:objc(cs)UITableViewHeaderFooterView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:numberOfRowsInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21numberOfRowsInSectionSiSo07UITableG0C_SitF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:numberOfRowsInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:cellForRowAt:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", "children": [ { "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cellForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12cellForRowAtSo07UITableG4CellCSo0lG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:cellForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplay:forRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayCell:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_11willDisplay8forRowAtySo07UITableG0C_So0mG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "DiscardableResult" ], - "isFromExtension": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForRowAt:)", + "kind": "Var", + "name": "modelCellIdentifier", + "printedName": "modelCellIdentifier", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14heightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, + "accessors": [ { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23estimatedHeightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplayingHeaderView:forSection:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableHeaderFooterAdapter", + "printedName": "TableHeaderFooterAdapter", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingHeaderView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingHeaderView:forSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", + "HasInitialValue", + "HasStorage", "AccessControl", "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplayingFooterView:forSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingFooterView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingFooterView:forSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplayHeaderView:forSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayHeaderView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayHeaderView:forSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplayFooterView:forSection:)", + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayFooterView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayFooterView:forSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", @@ -7810,46 +8121,25 @@ "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForHeaderInSectionSSSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForFooterInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "String", @@ -7857,430 +8147,378 @@ "usr": "s:SS" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", + "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForFooterInSectionSSSgSo07UITableG0C_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForFooterInSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:viewForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForHeaderInSectionSo6UIViewCSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:viewForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:viewForFooterInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForFooterInSectionSo6UIViewCSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:viewForFooterInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForHeaderInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForFooterInSection:)", + "kind": "Var", + "name": "events", + "printedName": "events", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForFooterInSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForFooterInSection:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForFooterInSection:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canEditRowAt:)", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canEditRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canEditRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canEditRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:commit:forRowAt:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" + "name": "Optional", + "printedName": "UIKit.UITableViewHeaderFooterView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewHeaderFooterView", + "printedName": "UIKit.UITableViewHeaderFooterView", + "usr": "c:objc(cs)UITableViewHeaderFooterView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:commitEditingStyle:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_6commit8forRowAtySo07UITableG0C_So0lG16CellEditingStyleV10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:commitEditingStyle:forRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:editActionsForRowAt:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editActionsForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19editActionsForRowAtSaySo07UITablegK6ActionCGSgSo0mG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:editActionsForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canMoveRowAt:)", - "children": [ { "kind": "TypeNominal", "name": "Bool", @@ -8289,2004 +8527,1931 @@ }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canMoveRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canMoveRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canMoveRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", - "RawDocComment" + "DiscardableResult" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:moveRowAt:to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:moveRowAtIndexPath:toIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_9moveRowAt2toySo07UITableG0C_10Foundation9IndexPathVAKtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:moveRowAtIndexPath:toIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:indentationLevelForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:indentationLevelForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24indentationLevelForRowAtSiSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:indentationLevelForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:prefetchRowsAt:)", + "kind": "TypeDecl", + "name": "HeaderFooterEvent", + "printedName": "HeaderFooterEvent", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", + "kind": "Var", + "name": "isHeader", + "printedName": "isHeader", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:prefetchRowsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14prefetchRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:prefetchRowsAtIndexPaths:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:cancelPrefetchingForRowsAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", + "kind": "Var", + "name": "view", + "printedName": "view", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cancelPrefetchingForRowsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_26cancelPrefetchingForRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:cancelPrefetchingForRowsAtIndexPaths:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldSpringLoadRowAt:with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UISpringLoadedInteractionContext", - "printedName": "any UIKit.UISpringLoadedInteractionContext", - "usr": "c:objc(pl)UISpringLoadedInteractionContext" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldSpringLoadRowAtIndexPath:withContext:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21shouldSpringLoadRowAt4withSbSo07UITableG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "tableView:shouldSpringLoadRowAtIndexPath:withContext:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:accessoryButtonTappedForRowWith:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:accessoryButtonTappedForRowWithIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31accessoryButtonTappedForRowWithySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:accessoryButtonTappedForRowWithIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willSelectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willSelectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_15willSelectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willSelectRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didSelectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "conformances": [ { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didSelectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14didSelectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didSelectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDeselectRowAt:)", + "kind": "TypeDecl", + "name": "HeaderFooterEventsSubscriber", + "printedName": "HeaderFooterEventsSubscriber", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDeselectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17willDeselectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDeselectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didDeselectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didDeselectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didDeselectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didDeselectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willBeginEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willBeginEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21willBeginEditingRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willBeginEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "height", + "printedName": "height", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_18didEndEditingRowAtySo07UITableG0C_10Foundation9IndexPathVSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:editingStyleForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editingStyleForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20editingStyleForRowAtSo07UITableg11CellEditingI0VSo0mG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:editingStyleForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForDeleteConfirmationButtonForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "estimatedHeight", + "printedName": "estimatedHeight", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_032titleForDeleteConfirmationButtonI5RowAtSSSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldIndentWhileEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldIndentWhileEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_29shouldIndentWhileEditingRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldIndentWhileEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:)", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31targetIndexPathForMoveFromRowAt010toProposediJ010Foundation0iJ0VSo07UITableG0C_A2ItF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplaying:forRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingCell:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didEndDisplaying8forRowAtySo07UITableG0C_So0nG4CellC10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingCell:forRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldShowMenuForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldShowMenuForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22shouldShowMenuForRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldShowMenuForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canPerformAction:forRowAt:withSender:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canPerformAction:forRowAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16canPerformAction8forRowAt10withSenderSbSo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canPerformAction:forRowAtIndexPath:withSender:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:performAction:forRowAt:withSender:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:performAction:forRowAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13performAction8forRowAt10withSenderySo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:performAction:forRowAtIndexPath:withSender:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldHighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldHighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20shouldHighlightRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldHighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didHighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didHighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17didHighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didHighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didUnhighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didUnhighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19didUnhighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didUnhighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canFocusRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canFocusRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13canFocusRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canFocusRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:leadingSwipeActionsConfigurationForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_40leadingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11", - "objc_name": "tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:trailingSwipeActionsConfigurationForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", + "kind": "Var", + "name": "didDisplay", + "printedName": "didDisplay", "children": [ { "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_41trailingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "sectionIndexTitles", - "printedName": "sectionIndexTitles(for:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String]?", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)sectionIndexTitlesForTableView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC18sectionIndexTitles3forSaySSGSgSo11UITableViewC_tF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "sectionIndexTitlesForTableView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:sectionForSectionIndexTitle:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:sectionForSectionIndexTitle:atIndex:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_27sectionForSectionIndexTitle2atSiSo07UITableG0C_SSSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:sectionForSectionIndexTitle:atIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewDidScroll", - "printedName": "scrollViewDidScroll(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScroll:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScroll:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewWillBeginDragging", - "printedName": "scrollViewWillBeginDragging(_:)", - "children": [ + "conformances": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDragging:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDragging:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "scrollViewWillEndDragging", - "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ProductPriceType", + "printedName": "ProductPriceType", + "children": [ + { + "kind": "Var", + "name": "vat", + "printedName": "vat", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", "children": [ { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ] } - ], - "usr": "s:Sp" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndDragging", - "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "kind": "Var", + "name": "net", + "printedName": "net", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDragging:willDecelerate:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDragging:willDecelerate:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewShouldScrollToTop", - "printedName": "scrollViewShouldScrollToTop(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewShouldScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewShouldScrollToTop:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "implicit": true, + "init_kind": "Designated" }, { - "kind": "Function", - "name": "scrollViewDidScrollToTop", - "printedName": "scrollViewDidScrollToTop(_:)", + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScrollToTop:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewWillBeginDecelerating", - "printedName": "scrollViewWillBeginDecelerating(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "implicit": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDecelerating:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "scrollViewDidEndDecelerating", - "printedName": "scrollViewDidEndDecelerating(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDecelerating:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "usr": "s:SY", + "mangledName": "$sSY" }, { - "kind": "Function", - "name": "viewForZooming", - "printedName": "viewForZooming(in:)", + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductUnitType", + "printedName": "ProductUnitType", + "children": [ + { + "kind": "Var", + "name": "kg", + "printedName": "kg", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)viewForZoomingInScrollView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "viewForZoomingInScrollView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewWillBeginZooming", - "printedName": "scrollViewWillBeginZooming(_:with:)", + "kind": "Var", + "name": "m", + "printedName": "m", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginZooming:withView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginZooming:withView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndZooming", - "printedName": "scrollViewDidEndZooming(_:with:atScale:)", + "kind": "Var", + "name": "pc", + "printedName": "pc", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndZooming:withView:atScale:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndZooming:withView:atScale:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidZoom", - "printedName": "scrollViewDidZoom(_:)", + "kind": "Var", + "name": "l", + "printedName": "l", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidZoom:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidZoom:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndScrollingAnimation", - "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndScrollingAnimation:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndScrollingAnimation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "implicit": true, + "init_kind": "Designated" }, { - "kind": "Function", - "name": "scrollViewDidChangeAdjustedContentInset", - "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidChangeAdjustedContentInset:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidChangeAdjustedContentInset:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "TableEventsHandler", - "printedName": "TableEventsHandler", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RowHeight", - "printedName": "RowHeight", - "children": [ + "implicit": true, + "accessors": [ { - "kind": "Var", - "name": "default", - "printedName": "default", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", - "moduleName": "TranzzoPaymentSDK" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ { - "kind": "Var", - "name": "auto", - "printedName": "auto", + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductTaxeType", + "printedName": "ProductTaxeType", + "children": [ + { + "kind": "Var", + "name": "vat", + "printedName": "vat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(estimated: CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ] } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE14CoreFoundation7CGFloatV_tcAEmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE12CoreGraphics7CGFloatV_tcAEmF", - "moduleName": "TranzzoPaymentSDK" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "nonVat", + "printedName": "nonVat", + "children": [ { - "kind": "Var", - "name": "explicit", - "printedName": "explicit", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ] } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductTaxeType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE14CoreFoundation7CGFloatVcAEmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE12CoreGraphics7CGFloatVcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } ] } ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" + "AccessControl" ], + "enumRawTypeName": "String", "conformances": [ { "kind": "Conformance", @@ -10318,122 +10483,77 @@ }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" } ] }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "CollectionSectionHeaderFooterProtocol", - "printedName": "CollectionSectionHeaderFooterProtocol", + "name": "Product", + "printedName": "Product", "children": [ { "kind": "Var", - "name": "section", - "printedName": "section", + "name": "id", + "printedName": "id", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10443,396 +10563,417 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "kind": "Var", + "name": "url", + "printedName": "url", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "category", + "printedName": "category", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, "declAttributes": [ - "DiscardableResult" + "HasStorage", + "AccessControl" ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionSectionEvents", - "printedName": "CollectionSectionEvents", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "referenceSize", - "printedName": "referenceSize", + "name": "name", + "printedName": "name", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "name": "description", + "printedName": "description", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "name": "amount", + "printedName": "amount", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "name": "currency", + "printedName": "currency", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "priceType", + "printedName": "priceType", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents?", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10841,124 +10982,58 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", + "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "vat", + "printedName": "vat", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "PostRequest", - "printedName": "PostRequest", - "children": [ - { - "kind": "Var", - "name": "bodyParameters", - "printedName": "bodyParameters", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", + "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10967,147 +11042,57 @@ "children": [ { "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", + "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK11PostRequestP", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionDirector", - "printedName": "CollectionDirector", - "children": [ { "kind": "Var", - "name": "collection", - "printedName": "collection", + "name": "qty", + "printedName": "qty", "children": [ { "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "UIKit.UICollectionView?" + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "ReferenceOwnership", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "ownership": 1, + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11118,21 +11103,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionView?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -11141,37 +11126,33 @@ }, { "kind": "Var", - "name": "sections", - "printedName": "sections", + "name": "payload", + "printedName": "payload", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", + "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11181,22 +11162,22 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -11205,34 +11186,34 @@ }, { "kind": "Var", - "name": "firstSection", - "printedName": "firstSection", + "name": "customerEmail", + "printedName": "customerEmail", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -11242,56 +11223,57 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "lastSection", - "printedName": "lastSection", + "name": "unit", + "printedName": "unit", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -11301,50 +11283,64 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "events", - "printedName": "events", + "name": "taxes", + "printedName": "taxes", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11354,335 +11350,291 @@ "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:url:category:name:description:amount:currency:priceType:vat:qty:payload:customerEmail:unit:taxes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "scrollEvents", - "printedName": "scrollEvents", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "isPrefetchingEnabled", - "printedName": "isPrefetchingEnabled", - "children": [ + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "registerAdapters", - "printedName": "registerAdapters(_:)", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.CollectionCellAdapterProtocol]", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", "children": [ { "kind": "TypeNominal", - "name": "CollectionCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { - "kind": "Function", - "name": "registerAdapter", - "printedName": "registerAdapter(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" }, { "kind": "TypeNominal", - "name": "CollectionCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "registerHeaderFooterAdapters", - "printedName": "registerHeaderFooterAdapters(_:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -11691,262 +11643,214 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sa" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "usr": "s:17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK7ProductV", + "mangledName": "$s17TranzzoPaymentSDK7ProductV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerHeaderFooterAdapter", - "printedName": "registerHeaderFooterAdapter(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductTaxe", + "printedName": "ProductTaxe", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "elementAt", - "printedName": "elementAt(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(sections:)", + "kind": "Var", + "name": "prc", + "printedName": "prc", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sa" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "section", - "printedName": "section(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(elements:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(type:prc:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { - "kind": "Function", - "name": "add", - "printedName": "add(section:at:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "add", - "printedName": "add(sections:at:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -11955,126 +11859,139 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionDirector", + "printedName": "CollectionDirector", + "children": [ + { + "kind": "Var", + "name": "collection", + "printedName": "collection", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "WeakStorage", + "printedName": "UIKit.UICollectionView?" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", + "ReferenceOwnership", + "SetterAccess", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(indexPath:)", - "children": [ + "ownership": 1, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(section:)", + "kind": "Var", + "name": "sections", + "printedName": "sections", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", "children": [ { "kind": "TypeNominal", @@ -12083,37 +12000,62 @@ "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "usr": "s:Sa" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", + "SetterAccess", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(sectionsAt:)", + "kind": "Var", + "name": "firstSection", + "printedName": "firstSection", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", @@ -12122,32 +12064,52 @@ "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "Preconcurrency", "Custom", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "sectionAt", - "printedName": "sectionAt(_:)", + "kind": "Var", + "name": "lastSection", + "printedName": "lastSection", "children": [ { "kind": "TypeNominal", @@ -12162,17 +12124,11 @@ } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "Preconcurrency", @@ -12180,224 +12136,397 @@ "AccessControl", "RawDocComment" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "reload", - "printedName": "reload(afterUpdate:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionDirector) -> ())?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector) -> ()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } - ] + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "scrollEvents", + "printedName": "scrollEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", "AccessControl", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { "kind": "Constructor", "name": "init", - "printedName": "init()", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", "name": "CollectionDirector", "printedName": "TranzzoPaymentSDK.CollectionDirector", "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)init", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCACycfc", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", - "Override" + "AccessControl", + "RawDocComment" ], "init_kind": "Designated" }, { - "kind": "Function", - "name": "numberOfSections", - "printedName": "numberOfSections(in:)", + "kind": "Var", + "name": "isPrefetchingEnabled", + "printedName": "isPrefetchingEnabled", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)numberOfSectionsInCollectionView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16numberOfSections2inSiSo16UICollectionViewC_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "numberOfSectionsInCollectionView:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:numberOfItemsInSection:)", + "name": "registerAdapters", + "printedName": "registerAdapters(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.CollectionCellAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:numberOfItemsInSection:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22numberOfItemsInSectionSiSo012UICollectionG0C_SitF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:numberOfItemsInSection:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:cellForItemAt:)", + "name": "registerAdapter", + "printedName": "registerAdapter(_:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cellForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13cellForItemAtSo012UICollectionG4CellCSo0lG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:cellForItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:willDisplay:forItemAt:)", + "name": "registerHeaderFooterAdapters", + "printedName": "registerHeaderFooterAdapters(_:)", "children": [ { "kind": "TypeNominal", @@ -12406,96 +12535,80 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplayCell:forItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_11willDisplay9forItemAtySo012UICollectionG0C_So0mG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didEndDisplaying:forItemAt:)", + "name": "registerHeaderFooterAdapter", + "printedName": "registerHeaderFooterAdapter(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingCell:forItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didEndDisplaying9forItemAtySo012UICollectionG0C_So0nG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didEndDisplayingCell:forItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldSelectItemAt:)", + "name": "elementAt", + "printedName": "elementAt(_:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", @@ -12505,24 +12618,21 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSelectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18shouldSelectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldSelectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didSelectItemAt:)", + "name": "set", + "printedName": "set(sections:)", "children": [ { "kind": "TypeNominal", @@ -12531,150 +12641,112 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didSelectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15didSelectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didSelectItemAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldDeselectItemAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldDeselectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20shouldDeselectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldDeselectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didDeselectItemAt:)", + "name": "section", + "printedName": "section(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didDeselectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_17didDeselectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didDeselectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldHighlightItemAt:)", + "name": "add", + "printedName": "add(elements:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldHighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_21shouldHighlightItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldHighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didHighlightItemAt:)", + "name": "add", + "printedName": "add(section:at:)", "children": [ { "kind": "TypeNominal", @@ -12683,35 +12755,42 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didHighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18didHighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didHighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didUnhighlightItemAt:)", + "name": "add", + "printedName": "add(sections:at:)", "children": [ { "kind": "TypeNominal", @@ -12720,98 +12799,96 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUnhighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20didUnhighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didUnhighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:transitionLayoutForOldLayout:newLayout:)", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewTransitionLayout", - "printedName": "UIKit.UICollectionViewTransitionLayout", - "usr": "c:objc(cs)UICollectionViewTransitionLayout" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:transitionLayoutForOldLayout:newLayout:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_022transitionLayoutForOldI003newI0So012UICollectiong10TransitionI0CSo0mG0C_So0mgI0CALtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:transitionLayoutForOldLayout:newLayout:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:targetIndexPathForMoveFromItemAt:toProposedIndexPath:)", + "name": "remove", + "printedName": "remove(indexPath:)", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", @@ -12821,158 +12898,138 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_32targetIndexPathForMoveFromItemAt010toProposediJ010Foundation0iJ0VSo012UICollectionG0C_A2ItF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:targetContentOffsetForProposedContentOffset:)", + "name": "remove", + "printedName": "remove(section:)", "children": [ { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetContentOffsetForProposedContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_030targetContentOffsetForProposediJ0So7CGPointVSo012UICollectionG0C_AGtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:targetContentOffsetForProposedContentOffset:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldShowMenuForItemAt:)", + "name": "remove", + "printedName": "remove(sectionsAt:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldShowMenuForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_23shouldShowMenuForItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldShowMenuForItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:canPerformAction:forItemAt:withSender:)", + "name": "sectionAt", + "printedName": "sectionAt(_:)", "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canPerformAction:forItemAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16canPerformAction9forItemAt10withSenderSbSo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:canPerformAction:forItemAtIndexPath:withSender:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:performAction:forItemAt:withSender:)", + "name": "reload", + "printedName": "reload(afterUpdate:completion:)", "children": [ { "kind": "TypeNominal", @@ -12981,132 +13038,330 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionDirector) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "(() -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] } ], + "hasDefaultArg": true, "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:performAction:forItemAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13performAction9forItemAt10withSenderySo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:performAction:forItemAtIndexPath:withSender:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldSpringLoadItemAt:with:)", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)init", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "TypeDecl", + "name": "ItemSize", + "printedName": "ItemSize", + "children": [ { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "kind": "Var", + "name": "default", + "printedName": "default", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Var", + "name": "auto", + "printedName": "auto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(estimated: CoreFoundation.CGSize)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeNominal", - "name": "UISpringLoadedInteractionContext", - "printedName": "any UIKit.UISpringLoadedInteractionContext", - "usr": "c:objc(pl)UISpringLoadedInteractionContext" + "kind": "Var", + "name": "explicit", + "printedName": "explicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", + "moduleName": "TranzzoPaymentSDK" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSpringLoadItemAtIndexPath:withContext:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22shouldSpringLoadItemAt4withSbSo012UICollectionG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "collectionView:shouldSpringLoadItemAtIndexPath:withContext:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Available", "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:canFocusItemAt:)", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", "name": "UICollectionView", "printedName": "UIKit.UICollectionView", "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canFocusItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_14canFocusItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)numberOfSectionsInCollectionView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16numberOfSections2inSiSo16UICollectionViewC_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:canFocusItemAtIndexPath:", + "objc_name": "numberOfSectionsInCollectionView:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom", - "RawDocComment" + "Custom" ], "isFromExtension": true, "funcSelfKind": "NonMutating" @@ -13114,13 +13369,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:shouldUpdateFocusIn:)", + "printedName": "collectionView(_:numberOfItemsInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", @@ -13130,16 +13385,16 @@ }, { "kind": "TypeNominal", - "name": "UICollectionViewFocusUpdateContext", - "printedName": "UIKit.UICollectionViewFocusUpdateContext", - "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldUpdateFocusInContext:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_19shouldUpdateFocusInSbSo012UICollectionG0C_So0lgjI7ContextCtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22numberOfItemsInSectionSiSo012UICollectionG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldUpdateFocusInContext:", + "objc_name": "collectionView:numberOfItemsInSection:", "declAttributes": [ "Dynamic", "ObjC", @@ -13152,12 +13407,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:didUpdateFocusIn:with:)", + "printedName": "collectionView(_:cellForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13167,22 +13423,16 @@ }, { "kind": "TypeNominal", - "name": "UICollectionViewFocusUpdateContext", - "printedName": "UIKit.UICollectionViewFocusUpdateContext", - "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" - }, - { - "kind": "TypeNominal", - "name": "UIFocusAnimationCoordinator", - "printedName": "UIKit.UIFocusAnimationCoordinator", - "usr": "c:objc(cs)UIFocusAnimationCoordinator" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUpdateFocusInContext:withAnimationCoordinator:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didUpdateFocusIn4withySo012UICollectionG0C_So0mgjI7ContextCSo27UIFocusAnimationCoordinatorCtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13cellForItemAtSo012UICollectionG4CellCSo0lG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didUpdateFocusInContext:withAnimationCoordinator:", + "objc_name": "collectionView:cellForItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13195,13 +13445,12 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:viewForSupplementaryElementOfKind:at:)", + "printedName": "collectionView(_:willDisplay:forItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", @@ -13211,9 +13460,9 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13223,16 +13472,15 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:viewForSupplementaryElementOfKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_33viewForSupplementaryElementOfKind2atSo020UICollectionReusableG0CSo0oG0C_SS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplayCell:forItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_11willDisplay9forItemAtySo012UICollectionG0C_So0mG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:viewForSupplementaryElementOfKind:atIndexPath:", + "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom", - "RawDocComment" + "Custom" ], "isFromExtension": true, "funcSelfKind": "NonMutating" @@ -13240,7 +13488,7 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:willDisplaySupplementaryView:forElementKind:at:)", + "printedName": "collectionView(_:didEndDisplaying:forItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13255,15 +13503,9 @@ }, { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13273,10 +13515,10 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_024willDisplaySupplementaryG014forElementKind2atySo012UICollectionG0C_So0o8ReusableG0CSS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingCell:forItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didEndDisplaying9forItemAtySo012UICollectionG0C_So0nG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", + "objc_name": "collectionView:didEndDisplayingCell:forItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13289,12 +13531,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:didEndDisplayingSupplementaryView:forElementOfKind:at:)", + "printedName": "collectionView(_:shouldSelectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", @@ -13302,18 +13545,6 @@ "printedName": "UIKit.UICollectionView", "usr": "c:objc(cs)UICollectionView" }, - { - "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, { "kind": "TypeNominal", "name": "IndexPath", @@ -13322,43 +13553,35 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_029didEndDisplayingSupplementaryG016forElementOfKind2atySo012UICollectionG0C_So0q8ReusableG0CSS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSelectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18shouldSelectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "objc_name": "collectionView:shouldSelectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "headerFooterForSection", - "printedName": "headerFooterForSection(ofType:at:)", + "name": "collectionView", + "printedName": "collectionView(_:didSelectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", @@ -13368,10 +13591,13 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didSelectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15didSelectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:didSelectItemAtIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", "Preconcurrency", "Custom" ], @@ -13381,12 +13607,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:prefetchItemsAt:)", + "printedName": "collectionView(_:shouldDeselectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", @@ -13396,24 +13623,16 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:prefetchItemsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15prefetchItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldDeselectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20shouldDeselectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:prefetchItemsAtIndexPaths:", + "objc_name": "collectionView:shouldDeselectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13427,7 +13646,7 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:cancelPrefetchingForItemsAt:)", + "printedName": "collectionView(_:didDeselectItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13442,24 +13661,16 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cancelPrefetchingForItemsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_27cancelPrefetchingForItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didDeselectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_17didDeselectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "objc_name": "collectionView:didDeselectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13471,26 +13682,33 @@ }, { "kind": "Function", - "name": "scrollViewDidScroll", - "printedName": "scrollViewDidScroll(_:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldHighlightItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScroll:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldHighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_21shouldHighlightItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScroll:", + "objc_name": "collectionView:shouldHighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13503,8 +13721,8 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginDragging", - "printedName": "scrollViewWillBeginDragging(_:)", + "name": "collectionView", + "printedName": "collectionView(_:didHighlightItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13513,16 +13731,22 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDragging:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didHighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18didHighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDragging:", + "objc_name": "collectionView:didHighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13534,8 +13758,8 @@ }, { "kind": "Function", - "name": "scrollViewWillEndDragging", - "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "name": "collectionView", + "printedName": "collectionView(_:didUnhighlightItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13544,36 +13768,22 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUnhighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20didUnhighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "objc_name": "collectionView:didUnhighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13585,64 +13795,84 @@ }, { "kind": "Function", - "name": "scrollViewDidEndDragging", - "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "name": "collectionView", + "printedName": "collectionView(_:transitionLayoutForOldLayout:newLayout:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionViewTransitionLayout", + "printedName": "UIKit.UICollectionViewTransitionLayout", + "usr": "c:objc(cs)UICollectionViewTransitionLayout" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDragging:willDecelerate:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:transitionLayoutForOldLayout:newLayout:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_022transitionLayoutForOldI003newI0So012UICollectiong10TransitionI0CSo0mG0C_So0mgI0CALtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "objc_name": "collectionView:transitionLayoutForOldLayout:newLayout:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewShouldScrollToTop", - "printedName": "scrollViewShouldScrollToTop(_:)", + "name": "collectionView", + "printedName": "collectionView(_:targetIndexPathForMoveFromItemAt:toProposedIndexPath:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewShouldScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_32targetIndexPathForMoveFromItemAt010toProposediJ010Foundation0iJ0VSo012UICollectionG0C_A2ItF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewShouldScrollToTop:", + "objc_name": "collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13654,26 +13884,33 @@ }, { "kind": "Function", - "name": "scrollViewDidScrollToTop", - "printedName": "scrollViewDidScrollToTop(_:)", + "name": "collectionView", + "printedName": "collectionView(_:targetContentOffsetForProposedContentOffset:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetContentOffsetForProposedContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_030targetContentOffsetForProposediJ0So7CGPointVSo012UICollectionG0C_AGtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScrollToTop:", + "objc_name": "collectionView:targetContentOffsetForProposedContentOffset:", "declAttributes": [ "Dynamic", "ObjC", @@ -13685,97 +13922,148 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginDecelerating", - "printedName": "scrollViewWillBeginDecelerating(_:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldShowMenuForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldShowMenuForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_23shouldShowMenuForItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDecelerating:", + "objc_name": "collectionView:shouldShowMenuForItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidEndDecelerating", - "printedName": "scrollViewDidEndDecelerating(_:)", + "name": "collectionView", + "printedName": "collectionView(_:canPerformAction:forItemAt:withSender:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canPerformAction:forItemAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16canPerformAction9forItemAt10withSenderSbSo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDecelerating:", + "objc_name": "collectionView:canPerformAction:forItemAtIndexPath:withSender:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "viewForZooming", - "printedName": "viewForZooming(in:)", + "name": "collectionView", + "printedName": "collectionView(_:performAction:forItemAt:withSender:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)viewForZoomingInScrollView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:performAction:forItemAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13performAction9forItemAt10withSenderySo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "viewForZoomingInScrollView:", + "objc_name": "collectionView:performAction:forItemAtIndexPath:withSender:", "declAttributes": [ "Dynamic", "ObjC", @@ -13787,91 +14075,119 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginZooming", - "printedName": "scrollViewWillBeginZooming(_:with:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldSpringLoadItemAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UISpringLoadedInteractionContext", + "printedName": "any UIKit.UISpringLoadedInteractionContext", + "usr": "c:objc(pl)UISpringLoadedInteractionContext" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginZooming:withView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSpringLoadItemAtIndexPath:withContext:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22shouldSpringLoadItemAt4withSbSo012UICollectionG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginZooming:withView:", + "intro_iOS": "11.0", + "objc_name": "collectionView:shouldSpringLoadItemAtIndexPath:withContext:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "Available", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidEndZooming", - "printedName": "scrollViewDidEndZooming(_:with:atScale:)", + "name": "collectionView", + "printedName": "collectionView(_:canFocusItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canFocusItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_14canFocusItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:canFocusItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:shouldUpdateFocusIn:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewFocusUpdateContext", + "printedName": "UIKit.UICollectionViewFocusUpdateContext", + "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndZooming:withView:atScale:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldUpdateFocusInContext:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_19shouldUpdateFocusInSbSo012UICollectionG0C_So0lgjI7ContextCtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndZooming:withView:atScale:", + "objc_name": "collectionView:shouldUpdateFocusInContext:", "declAttributes": [ "Dynamic", "ObjC", @@ -13883,8 +14199,8 @@ }, { "kind": "Function", - "name": "scrollViewDidZoom", - "printedName": "scrollViewDidZoom(_:)", + "name": "collectionView", + "printedName": "collectionView(_:didUpdateFocusIn:with:)", "children": [ { "kind": "TypeNominal", @@ -13893,16 +14209,28 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewFocusUpdateContext", + "printedName": "UIKit.UICollectionViewFocusUpdateContext", + "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" + }, + { + "kind": "TypeNominal", + "name": "UIFocusAnimationCoordinator", + "printedName": "UIKit.UIFocusAnimationCoordinator", + "usr": "c:objc(cs)UIFocusAnimationCoordinator" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidZoom:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUpdateFocusInContext:withAnimationCoordinator:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didUpdateFocusIn4withySo012UICollectionG0C_So0mgjI7ContextCSo27UIFocusAnimationCoordinatorCtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidZoom:", + "objc_name": "collectionView:didUpdateFocusInContext:withAnimationCoordinator:", "declAttributes": [ "Dynamic", "ObjC", @@ -13914,39 +14242,53 @@ }, { "kind": "Function", - "name": "scrollViewDidEndScrollingAnimation", - "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "name": "collectionView", + "printedName": "collectionView(_:viewForSupplementaryElementOfKind:at:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndScrollingAnimation:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:viewForSupplementaryElementOfKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_33viewForSupplementaryElementOfKind2atSo020UICollectionReusableG0CSo0oG0C_SS10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndScrollingAnimation:", + "objc_name": "collectionView:viewForSupplementaryElementOfKind:atIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidChangeAdjustedContentInset", - "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "name": "collectionView", + "printedName": "collectionView(_:willDisplaySupplementaryView:forElementKind:at:)", "children": [ { "kind": "TypeNominal", @@ -13955,16 +14297,34 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidChangeAdjustedContentInset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_024willDisplaySupplementaryG014forElementKind2atySo012UICollectionG0C_So0o8ReusableG0CSS10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "objc_name": "collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13975,766 +14335,851 @@ "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "ItemSize", - "printedName": "ItemSize", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:didEndDisplayingSupplementaryView:forElementOfKind:at:)", "children": [ { - "kind": "Var", - "name": "default", - "printedName": "default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", - "moduleName": "TranzzoPaymentSDK" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "auto", - "printedName": "auto", + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_029didEndDisplayingSupplementaryG016forElementOfKind2atySo012UICollectionG0C_So0q8ReusableG0CSS10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "headerFooterForSection", + "printedName": "headerFooterForSection(ofType:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(estimated: CoreFoundation.CGSize)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sq" }, { - "kind": "Var", - "name": "explicit", - "printedName": "explicit", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:prefetchItemsAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sa" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:prefetchItemsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15prefetchItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:prefetchItemsAtIndexPaths:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "RawDocComment" ], "isFromExtension": true, - "conformances": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cancelPrefetchingForItemsAt:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_27cancelPrefetchingForItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScroll:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScroll:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "RawDocComment" ], "isFromExtension": true, - "conformances": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewWillBeginDragging", + "printedName": "scrollViewWillBeginDragging(_:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDragging:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDragging:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "kind": "Function", + "name": "scrollViewWillEndDragging", + "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "kind": "Function", + "name": "scrollViewDidEndDragging", + "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDragging:willDecelerate:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "kind": "Function", + "name": "scrollViewShouldScrollToTop", + "printedName": "scrollViewShouldScrollToTop(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewShouldScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewShouldScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "Function", + "name": "scrollViewDidScrollToTop", + "printedName": "scrollViewDidScrollToTop(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReusableViewLoadSource", - "printedName": "ReusableViewLoadSource", - "children": [ - { - "kind": "Var", - "name": "fromStoryboard", - "printedName": "fromStoryboard", + "kind": "Function", + "name": "scrollViewWillBeginDecelerating", + "printedName": "scrollViewWillBeginDecelerating(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDecelerating:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "fromXib", - "printedName": "fromXib", + "kind": "Function", + "name": "scrollViewDidEndDecelerating", + "printedName": "scrollViewDidEndDecelerating(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> (Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(name: Swift.String?, bundle: Foundation.Bundle?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Bundle?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "Foundation.Bundle", - "usr": "c:objc(cs)NSBundle" - } - ], - "usr": "s:Sq" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDecelerating:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "fromClass", - "printedName": "fromClass", + "kind": "Function", + "name": "viewForZooming", + "printedName": "viewForZooming(in:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", - "moduleName": "TranzzoPaymentSDK" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "WriteSafeSemaphore", - "printedName": "WriteSafeSemaphore", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "WriteSafeSemaphore", - "printedName": "TranzzoPaymentSDK.WriteSafeSemaphore", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)viewForZoomingInScrollView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "viewForZoomingInScrollView:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "perform", - "printedName": "perform(_:)", + "name": "scrollViewWillBeginZooming", + "printedName": "scrollViewWillBeginZooming(_:with:)", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> τ_0_0", + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], - "typeAttributes": [ - "noescape" - ] + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginZooming:withView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", + "objc_name": "scrollViewWillBeginZooming:withView:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableCellAdapter", - "printedName": "TableCellAdapter", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", + "kind": "Function", + "name": "scrollViewDidEndZooming", + "printedName": "scrollViewDidEndZooming(_:with:atScale:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndZooming:withView:atScale:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndZooming:withView:atScale:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidZoom", + "printedName": "scrollViewDidZoom(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidZoom:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidZoom:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidEndScrollingAnimation", + "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndScrollingAnimation:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndScrollingAnimation:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidChangeAdjustedContentInset", + "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidChangeAdjustedContentInset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "CollectionHeaderFooterAdapterProtocol", + "children": [ { "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", @@ -14750,16 +15195,10 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -14780,73 +15219,34 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:kind:)", "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, { "kind": "TypeNominal", "name": "String", @@ -14854,61 +15254,299 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionReusableView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:index:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelCellIdentifier", + "printedName": "modelCellIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionHeaderFooterAdapter", + "printedName": "CollectionHeaderFooterAdapter", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -14924,11 +15562,103 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -14947,8 +15677,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -14970,11 +15700,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -14996,11 +15726,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -15016,11 +15746,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -15034,22 +15764,20 @@ { "kind": "TypeNominal", "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", - "Final", "HasStorage", "AccessControl", "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15060,21 +15788,64 @@ { "kind": "TypeNominal", "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, @@ -15085,31 +15856,26 @@ "children": [ { "kind": "TypeNominal", - "name": "TableCellAdapter", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "name": "CollectionHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", "children": [ { "kind": "TypeNominal", "name": "GenericTypeParam", "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" } ], - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ()", "children": [ { "kind": "TypeNominal", @@ -15118,21 +15884,16 @@ }, { "kind": "TypeNominal", - "name": "TableCellAdapter", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "name": "CollectionHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", "children": [ { "kind": "TypeNominal", "name": "GenericTypeParam", "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" } ], - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" } ] } @@ -15142,85 +15903,95 @@ } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "init_kind": "Designated" }, { "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inTable:at:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.IndexPath?", + "printedName": "UIKit.UICollectionReusableView?", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:kind:)", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -15228,8 +15999,8 @@ }, { "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:index:)", "children": [ { "kind": "TypeNominal", @@ -15246,33 +16017,26 @@ }, { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" @@ -15280,49 +16044,32 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.IndexPath?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sa" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], "funcSelfKind": "NonMutating" }, @@ -15333,32 +16080,27 @@ "children": [ { "kind": "Var", - "name": "table", - "printedName": "table", + "name": "isHeader", + "printedName": "isHeader", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -15367,57 +16109,53 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "tableSize", - "printedName": "tableSize", + "name": "view", + "printedName": "view", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "CoreFoundation.CGSize?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -15427,59 +16165,50 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "CoreFoundation.CGSize?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "indexPath", - "printedName": "indexPath", + "name": "sectionIndex", + "printedName": "sectionIndex", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15489,63 +16218,52 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "element", - "printedName": "element", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_0?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", + "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "SetterAccess", + "AccessControl" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15556,157 +16274,101 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_0?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "cell", - "printedName": "cell", + "kind": "Constructor", + "name": "init", + "printedName": "init(isHeader:view:section:index:)", "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_1?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "isFromExtension": true, - "hasMissingDesignatedInitializers": true, "conformances": [ { "kind": "Conformance", @@ -15737,12 +16399,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15752,8 +16414,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15762,8 +16424,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -15780,12 +16442,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15795,8 +16457,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15805,11 +16467,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -15826,12 +16488,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15841,8 +16503,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15851,11 +16513,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -15871,11 +16533,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -15883,29 +16545,30 @@ }, { "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "name": "referenceSize", + "printedName": "referenceSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15914,8 +16577,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -15932,23 +16595,24 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15957,11 +16621,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -15978,23 +16642,24 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16003,11 +16668,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16023,11 +16688,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16035,30 +16700,29 @@ }, { "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", + "name": "didDisplay", + "printedName": "didDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16067,8 +16731,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16085,24 +16749,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16111,11 +16774,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16132,24 +16795,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16158,11 +16820,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16178,11 +16840,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16190,30 +16852,29 @@ }, { "kind": "Var", - "name": "rowHeightEstimated", - "printedName": "rowHeightEstimated", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16222,8 +16883,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16240,24 +16901,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16266,11 +16926,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16287,24 +16947,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16313,11 +16972,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16333,11 +16992,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16345,30 +17004,29 @@ }, { "kind": "Var", - "name": "canEditRow", - "printedName": "canEditRow", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16377,8 +17035,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16395,24 +17053,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16421,11 +17078,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16442,24 +17099,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16468,11 +17124,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16488,5960 +17144,2905 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Var", - "name": "commitEdit", - "printedName": "commitEdit", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "PaymentContollerConfig", + "printedName": "PaymentContollerConfig", + "children": [ + { + "kind": "Var", + "name": "colorConfig", + "printedName": "colorConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editActions", - "printedName": "editActions", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "localizationConfig", + "printedName": "localizationConfig", + "children": [ { - "kind": "Var", - "name": "canMoveRow", - "printedName": "canMoveRow", + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "moveRow", - "printedName": "moveRow", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(colorConfig:localizationConfig:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentContollerConfig", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + }, + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + }, + { + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ColorConfig", + "printedName": "ColorConfig", + "children": [ + { + "kind": "Var", + "name": "pay_button_enable_color", + "printedName": "pay_button_enable_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "indentLevel", - "printedName": "indentLevel", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_button_disabled_color", + "printedName": "pay_button_disabled_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fixed_amount_color", + "printedName": "fixed_amount_color", + "children": [ { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "background_color", + "printedName": "background_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "tapOnAccessory", - "printedName": "tapOnAccessory", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "section_backround_color", + "printedName": "section_backround_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willSelect", - "printedName": "willSelect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "border_color", + "printedName": "border_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selected_token_card_element_border_color", + "printedName": "selected_token_card_element_border_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willDeselect", - "printedName": "willDeselect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "placeholder_color", + "printedName": "placeholder_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "title_color", + "printedName": "title_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willBeginEdit", - "printedName": "willBeginEdit", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "input_color", + "printedName": "input_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" }, { - "kind": "Var", - "name": "didEndEdit", - "printedName": "didEndEdit", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "error_color", + "printedName": "error_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editStyle", - "printedName": "editStyle", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigVACycfc", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigVACycfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LocalizationConfig", + "printedName": "LocalizationConfig", + "children": [ + { + "kind": "Var", + "name": "main_title", + "printedName": "main_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "deleteConfirmTitle", - "printedName": "deleteConfirmTitle", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enter_amount_title", + "printedName": "enter_amount_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editShouldIndent", - "printedName": "editShouldIndent", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enter_amount_placeholder", + "printedName": "enter_amount_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "moveAdjustDestination", - "printedName": "moveAdjustDestination", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_via_card_title", + "printedName": "pay_via_card_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_button_title", + "printedName": "pay_button_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldShowMenu", - "printedName": "shouldShowMenu", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "lookup_pay_button_title", + "printedName": "lookup_pay_button_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "canPerformMenuAction", - "printedName": "canPerformMenuAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "wrong_card_data_title", + "printedName": "wrong_card_data_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "performMenuAction", - "printedName": "performMenuAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_number_placeholder", + "printedName": "card_number_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_exp_month_placeholder", + "printedName": "card_exp_month_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_exp_year_plaecholder", + "printedName": "card_exp_year_plaecholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_cvv_placeholder", + "printedName": "card_cvv_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cancel_payment_title", + "printedName": "cancel_payment_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" }, { - "kind": "Var", - "name": "leadingSwipeActions", - "printedName": "leadingSwipeActions", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "trailingSwipeActions", - "printedName": "trailingSwipeActions", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, - { - "kind": "Conformance", - "name": "TableCellAdapterProtocol", - "printedName": "TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionAdapterEventID", - "printedName": "CollectionAdapterEventID", - "children": [ { "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "name": "cancel_payment_description", + "printedName": "cancel_payment_description", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldSelect", - "printedName": "shouldSelect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldDeselect", - "printedName": "shouldDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "name": "cancel_payment_confirm", + "printedName": "cancel_payment_confirm", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "name": "cancel_payment_cancel", + "printedName": "cancel_payment_cancel", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "name": "saved_cards_list_title", + "printedName": "saved_cards_list_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldShowEditMenu", - "printedName": "shouldShowEditMenu", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "canPerformEditAction", - "printedName": "canPerformEditAction", + "name": "other_card_title", + "printedName": "other_card_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "performEditAction", - "printedName": "performEditAction", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "name": "choose_token_cards_title", + "printedName": "choose_token_cards_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", - "children": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + ] }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigVACycfc", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigVACycfc", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], - "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -22456,59 +20057,13 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" } ] }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -22517,39 +20072,34 @@ }, { "kind": "TypeDecl", - "name": "AdditionalData", - "printedName": "AdditionalData", + "name": "CollectionSectionHeaderFooterProtocol", + "printedName": "CollectionSectionHeaderFooterProtocol", "children": [ { "kind": "Var", - "name": "serverUrl", - "printedName": "serverUrl", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -22559,358 +20109,427 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "products", - "printedName": "products", + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:type:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", - "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "DiscardableResult" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", - "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "merchantMcc", - "printedName": "merchantMcc", - "children": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "DiscardableResult" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionSectionEvents", + "printedName": "CollectionSectionEvents", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "payload", - "printedName": "payload", + "name": "referenceSize", + "printedName": "referenceSize", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:SD" + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDisplay", + "printedName": "didDisplay", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(serverUrl:products:merchantMcc:payload:)", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + } + ] } - ], - "usr": "s:Sq" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sa" + ] } - ], - "usr": "s:Sq" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + ] } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], + "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -22925,25 +20544,44 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] }, { "kind": "Import", @@ -22955,33 +20593,49 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "KeyConfig", - "printedName": "KeyConfig", + "name": "CollectionSection", + "printedName": "CollectionSection", "children": [ { "kind": "Var", - "name": "sessionToken", - "printedName": "sessionToken", + "name": "index", + "printedName": "index", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -22990,24 +20644,31 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "apiKey", - "printedName": "apiKey", + "name": "identifier", + "printedName": "identifier", "children": [ { "kind": "TypeNominal", @@ -23017,12 +20678,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "Final", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "isLet": true, "hasStorage": true, @@ -23040,35 +20703,47 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "posId", - "printedName": "posId", + "name": "elements", + "printedName": "elements", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "SetterAccess", + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -23078,14 +20753,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -23093,264 +20776,146 @@ ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(sessionToken:apiKey:posId:)", + "kind": "Var", + "name": "headerView", + "printedName": "headerView", "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableAdapterCellAction", - "printedName": "TableAdapterCellAction", - "children": [ - { - "kind": "Var", - "name": "none", - "printedName": "none", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "deselect", - "printedName": "deselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "deselectAnimated", - "printedName": "deselectAnimated", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - } - ] + "name": "Void", + "printedName": "()" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" + ] }, { "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "name": "headerSize", + "printedName": "headerSize", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -23359,1366 +20924,1245 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" }, { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TableAdapterEventID", - "printedName": "TableAdapterEventID", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canEditRow", - "printedName": "canEditRow", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "commitEdit", - "printedName": "commitEdit", + "name": "footerView", + "printedName": "footerView", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canMoveRow", - "printedName": "canMoveRow", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "moveRow", - "printedName": "moveRow", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "name": "footerSize", + "printedName": "footerSize", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "rowHeightEstimated", - "printedName": "rowHeightEstimated", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "indentLevel", - "printedName": "indentLevel", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "editActions", - "printedName": "editActions", + "name": "sectionInsets", + "printedName": "sectionInsets", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "tapOnAccessory", - "printedName": "tapOnAccessory", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willSelect", - "printedName": "willSelect", + "name": "minimumInterItemSpacing", + "printedName": "minimumInterItemSpacing", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "tap", - "printedName": "tap", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willDeselect", - "printedName": "willDeselect", + "name": "minimumLineSpacing", + "printedName": "minimumLineSpacing", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willBeginEdit", - "printedName": "willBeginEdit", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(original:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "didEndEdit", - "printedName": "didEndEdit", + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "editStyle", - "printedName": "editStyle", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "hasDefaultArg": true, + "usr": "s:Sa" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "deleteConfirmTitle", - "printedName": "deleteConfirmTitle", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:header:footer:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "editShouldIndent", - "printedName": "editShouldIndent", - "children": [ + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" }, { - "kind": "Var", - "name": "moveAdjustDestination", - "printedName": "moveAdjustDestination", + "kind": "Function", + "name": "set", + "printedName": "set(elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Function", + "name": "set", + "printedName": "set(element:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "shouldShowMenu", - "printedName": "shouldShowMenu", + "kind": "Function", + "name": "add", + "printedName": "add(element:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "canPerformMenuAction", - "printedName": "canPerformMenuAction", + "kind": "Function", + "name": "add", + "printedName": "add(elements:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "performMenuAction", - "printedName": "performMenuAction", - "children": [ + ], + "usr": "s:Sq" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] - } + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Function", + "name": "remove", + "printedName": "remove(at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", - "children": [ + ], + "usr": "s:Sq" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] - } + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "leadingSwipeActions", - "printedName": "leadingSwipeActions", + "kind": "Function", + "name": "remove", + "printedName": "remove(atIndexes:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "trailingSwipeActions", - "printedName": "trailingSwipeActions", + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", @@ -24727,18 +22171,32 @@ "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, { "kind": "TypeNominal", "name": "Int", @@ -24746,43 +22204,26 @@ "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl", "RawDocComment" ], - "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -24807,32 +22248,17 @@ }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" }, { "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" } ] }, @@ -24846,11 +22272,38 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "RawDocComment" @@ -24858,51 +22311,26 @@ }, { "kind": "TypeDecl", - "name": "ScrollViewEventsHandler", - "printedName": "ScrollViewEventsHandler", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", "children": [ { "kind": "Var", - "name": "didScroll", - "printedName": "didScroll", + "name": "path", + "printedName": "path", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -24911,140 +22339,205 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "urlParameters", + "printedName": "urlParameters", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "endScrollingAnimation", - "printedName": "endScrollingAnimation", + "name": "requestUrl", + "printedName": "requestUrl", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "printedName": "Swift.String?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Changeset", + "printedName": "Changeset", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25057,35 +22550,16 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25101,35 +22575,16 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25145,9 +22600,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25155,43 +22612,29 @@ }, { "kind": "Var", - "name": "shouldScrollToTop", - "printedName": "shouldScrollToTop", + "name": "sectionDeleted", + "printedName": "sectionDeleted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25204,36 +22647,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25249,36 +22681,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25294,9 +22715,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25304,42 +22727,29 @@ }, { "kind": "Var", - "name": "didScrollToTop", - "printedName": "didScrollToTop", + "name": "sectionInserted", + "printedName": "sectionInserted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25352,35 +22762,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25396,35 +22796,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25440,9 +22830,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25450,42 +22842,29 @@ }, { "kind": "Var", - "name": "willBeginDragging", - "printedName": "willBeginDragging", + "name": "sectionUpdated", + "printedName": "sectionUpdated", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25498,35 +22877,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25542,35 +22911,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25586,9 +22945,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25596,69 +22957,42 @@ }, { "kind": "Var", - "name": "willEndDragging", - "printedName": "willEndDragging", + "name": "sectionMoved", + "printedName": "sectionMoved", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25671,62 +23005,38 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25742,62 +23052,38 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25813,9 +23099,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25823,55 +23111,29 @@ }, { "kind": "Var", - "name": "endDragging", - "printedName": "endDragging", + "name": "elementDeleted", + "printedName": "elementDeleted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25884,48 +23146,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25941,48 +23180,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25998,9 +23214,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26008,42 +23226,29 @@ }, { "kind": "Var", - "name": "willBeginDecelerating", - "printedName": "willBeginDecelerating", + "name": "elementInserted", + "printedName": "elementInserted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -26056,35 +23261,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26100,35 +23295,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26144,9 +23329,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26154,42 +23341,29 @@ }, { "kind": "Var", - "name": "endDecelerating", - "printedName": "endDecelerating", + "name": "elementUpdated", + "printedName": "elementUpdated", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -26202,35 +23376,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26246,35 +23410,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26290,9 +23444,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26300,54 +23456,44 @@ }, { "kind": "Var", - "name": "viewForZooming", - "printedName": "viewForZooming", + "name": "elementMoved", + "printedName": "elementMoved", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -26358,44 +23504,38 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26411,44 +23551,38 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26464,77 +23598,217 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "willBeginZooming", - "printedName": "willBeginZooming", + "kind": "Constructor", + "name": "init", + "printedName": "init(data:sectionDeleted:sectionInserted:sectionUpdated:sectionMoved:elementDeleted:elementInserted:elementUpdated:elementMoved:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sectionChangeCount", + "printedName": "sectionChangeCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], "accessors": [ { "kind": "Accessor", @@ -26543,213 +23817,84 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "elementChangeCount", + "printedName": "elementChangeCount", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "endZooming", - "printedName": "endZooming", + "name": "changeCount", + "printedName": "changeCount", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "Inlinable" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -26758,198 +23903,127 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "hasSectionChanges", + "printedName": "hasSectionChanges", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasElementChanges", + "printedName": "hasElementChanges", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "didZoom", - "printedName": "didZoom", + "name": "hasChanges", + "printedName": "hasChanges", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "Inlinable" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -26958,144 +24032,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:17TranzzoPaymentSDK9ChangesetV" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "didChangeAdjustedContentInset", - "printedName": "didChangeAdjustedContentInset", + "name": "debugDescription", + "printedName": "debugDescription", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -27104,110 +24126,158 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK9ChangesetV", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "WriteSafeSemaphore", + "printedName": "WriteSafeSemaphore", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "WriteSafeSemaphore", + "printedName": "TranzzoPaymentSDK.WriteSafeSemaphore", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "perform", + "printedName": "perform(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "typeAttributes": [ + "noescape" + ] } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ { @@ -27238,12 +24308,14 @@ }, { "kind": "TypeDecl", - "name": "PaymentMethod", - "printedName": "PaymentMethod", + "name": "GetRequest", + "printedName": "GetRequest", "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP", + "usr": "s:17TranzzoPaymentSDK10GetRequestP", + "mangledName": "$s17TranzzoPaymentSDK10GetRequestP", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -27261,125 +24333,102 @@ "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "PaymentMethodType", - "printedName": "PaymentMethodType", + "name": "TableSection", + "printedName": "TableSection", "children": [ { "kind": "Var", - "name": "auth", - "printedName": "auth", + "name": "index", + "printedName": "index", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "purchase", - "printedName": "purchase", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + ] }, { "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "name": "identifier", + "printedName": "identifier", "children": [ { "kind": "TypeNominal", @@ -27389,10 +24438,17 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -27407,61 +24463,26 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "headerTitle", + "printedName": "headerTitle", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -27469,196 +24490,110 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LookupMethodType", - "printedName": "LookupMethodType", - "children": [ - { - "kind": "Var", - "name": "lookup", - "printedName": "lookup", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.LookupMethodType.Type) -> TranzzoPaymentSDK.LookupMethodType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.LookupMethodType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.LookupMethodType?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "footerTitle", + "printedName": "footerTitle", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -27666,201 +24601,132 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Payment3dsBypassType", - "printedName": "Payment3dsBypassType", - "children": [ - { - "kind": "Var", - "name": "supported", - "printedName": "supported", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "always", - "printedName": "always", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "never", - "printedName": "never", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "headerView", + "printedName": "headerView", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -27869,155 +24735,107 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ + }, { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PaymentType", - "printedName": "PaymentType", - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + ] }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "FixedAmountPaymentType", - "printedName": "FixedAmountPaymentType", - "children": [ { "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "name": "footerView", + "printedName": "footerView", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28028,14 +24846,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28052,14 +24878,22 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28076,8 +24910,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28086,23 +24920,25 @@ }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "isCollapsed", + "printedName": "isCollapsed", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28113,14 +24949,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28137,14 +24973,14 @@ }, { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28161,8 +24997,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28171,23 +25007,33 @@ }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "indexTitle", + "printedName": "indexTitle", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28198,14 +25044,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28222,14 +25076,22 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28246,8 +25108,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28256,42 +25118,32 @@ }, { "kind": "Var", - "name": "tokenCards", - "printedName": "tokenCards", + "name": "elements", + "printedName": "elements", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -28300,32 +25152,23 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" }, { @@ -28340,32 +25183,23 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "set" }, { @@ -28380,36 +25214,61 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" } ] }, + { + "kind": "Function", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "Var", - "name": "method", - "printedName": "method", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", "AccessControl" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -28418,126 +25277,139 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Constructor", "name": "init", - "printedName": "init(orderId:amount:description:tokenCards:method:payment3dsBypass:)", + "printedName": "init(original:)", "children": [ { "kind": "TypeNominal", - "name": "FixedAmountPaymentType", - "printedName": "TranzzoPaymentSDK.FixedAmountPaymentType", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", + "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "hasDefaultArg": true, @@ -28545,92 +25417,44 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, { - "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "AnyAmountPaymentType", - "printedName": "AnyAmountPaymentType", - "children": [ - { - "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:headerView:footerView:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -28639,83 +25463,78 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", + "Convenience", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:header:footer:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -28724,23 +25543,29 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -28748,503 +25573,395 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" }, { - "kind": "Var", - "name": "proposedAmounts", - "printedName": "proposedAmounts", + "kind": "Function", + "name": "set", + "printedName": "set(elements:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(element:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(element:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tokenCards", - "printedName": "tokenCards", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(elements:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "method", - "printedName": "method", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(atIndexes:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(orderId:description:proposedAmounts:tokenCards:method:payment3dsBypass:)", + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { "kind": "TypeNominal", - "name": "AnyAmountPaymentType", - "printedName": "TranzzoPaymentSDK.AnyAmountPaymentType", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", + "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK12TableSectionC", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -29265,44 +25982,88 @@ }, { "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" } ] }, { - "kind": "TypeDecl", - "name": "LookupPaymentType", - "printedName": "LookupPaymentType", - "children": [ - { - "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Vision", + "printedName": "Vision", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatter", + "printedName": "TextFormatter", + "children": [ + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -29311,23 +26072,13 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "String", @@ -29335,59 +26086,254 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "children": [ + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP03getD6Offset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP03getD6Offset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CaretPositioner>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Var", - "name": "description", - "printedName": "description", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PlaceholderTextInputFormatter", + "printedName": "PlaceholderTextInputFormatter", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", "children": [ + { + "kind": "TypeNominal", + "name": "PlaceholderTextInputFormatter", + "printedName": "TranzzoPaymentSDK.PlaceholderTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC" + }, { "kind": "TypeNominal", "name": "String", "printedName": "Swift.String", "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC14getCaretOffset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC14getCaretOffset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ "AccessControl" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -29396,23 +26342,44 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -29420,50 +26387,132 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" }, + { + "kind": "Conformance", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFieldInputController", + "printedName": "TextFieldInputController", + "children": [ { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", "AccessControl" ], @@ -29476,16 +26525,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -29500,16 +26558,25 @@ }, { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -29524,34 +26591,214 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "method", - "printedName": "method", + "kind": "Function", + "name": "textField", + "printedName": "textField(_:shouldChangeCharactersIn:replacementString:)", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController(im)textField:shouldChangeCharactersInRange:replacementString:", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC04textE0_24shouldChangeCharactersIn17replacementStringSbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textField:shouldChangeCharactersInRange:replacementString:", "declAttributes": [ - "HasStorage", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFieldInputController", + "printedName": "TranzzoPaymentSDK.TextFieldInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SumTextFormatter", + "printedName": "SumTextFormatter", + "children": [ + { + "kind": "Var", + "name": "numberFormatter", + "printedName": "numberFormatter", + "children": [ + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], "isLet": true, "hasStorage": true, "accessors": [ @@ -29562,41 +26809,46 @@ "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", + "name": "maximumIntegerCharacters", + "printedName": "maximumIntegerCharacters", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -29606,464 +26858,601 @@ "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivs", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivM", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(orderId:description:amount:method:payment3dsBypass:)", + "kind": "Var", + "name": "maximumDecimalCharacters", + "printedName": "maximumDecimalCharacters", "children": [ { "kind": "TypeNominal", - "name": "LookupPaymentType", - "printedName": "TranzzoPaymentSDK.LookupPaymentType", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "prefix", + "printedName": "prefix", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Double?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.LookupMethodType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suffix", + "printedName": "suffix", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "TranzzoPaymentDelegate", - "printedName": "TranzzoPaymentDelegate", - "children": [ - { - "kind": "Function", - "name": "paymentSuccess", - "printedName": "paymentSuccess(_:)", + "kind": "Var", + "name": "groupingSeparator", + "printedName": "groupingSeparator", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "PaymentInfoResponse", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "paymentFailed", - "printedName": "paymentFailed(_:)", + "kind": "Var", + "name": "decimalSeparator", + "printedName": "decimalSeparator", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TranzzoError", - "printedName": "TranzzoPaymentSDK.TranzzoError", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "paymentCanceled", - "printedName": "paymentCanceled()", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "groupingSize", + "printedName": "groupingSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TranzzoPaymentSDK", - "printedName": "TranzzoPaymentSDK", - "children": [ + "kind": "Constructor", + "name": "init", + "printedName": "init(numberFormatter:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SumTextFormatter", + "printedName": "TranzzoPaymentSDK.SumTextFormatter", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0ACSo08NSNumberF0C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0ACSo08NSNumberF0C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { - "kind": "Function", - "name": "setConfig", - "printedName": "setConfig(paymentConfig:uiConfig:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "SumTextFormatter", + "printedName": "TranzzoPaymentSDK.SumTextFormatter", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC" }, { "kind": "TypeNominal", - "name": "PaymentsConfig", - "printedName": "TranzzoPaymentSDK.PaymentsConfig", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "PaymentContollerConfig", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", - "mangledName": "$s17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "isOpen": true, "declAttributes": [ - "Final", - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "makePayment", - "printedName": "makePayment(rootController:delegate:paymentData:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - }, + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", - "name": "TranzzoPaymentDelegate", - "printedName": "any TranzzoPaymentSDK.TranzzoPaymentDelegate", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "PaymentData", - "printedName": "TranzzoPaymentSDK.PaymentData", - "usr": "s:17TranzzoPaymentSDK0B4DataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", - "mangledName": "$s17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "isOpen": true, "declAttributes": [ - "Final", - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDKAAC", - "mangledName": "$s17TranzzoPaymentSDKAAC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "NetworkingManagerProtocol", - "printedName": "NetworkingManagerProtocol", - "children": [ { "kind": "Function", - "name": "sendRequest", - "printedName": "sendRequest(request:completionBlock:)", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Foundation.NSNumber?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "BaseRequestProtocol", - "printedName": "any TranzzoPaymentSDK.BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.BaseResponse) -> ()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "BaseResponse", - "printedName": "TranzzoPaymentSDK.BaseResponse", - "usr": "s:17TranzzoPaymentSDK12BaseResponseV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", - "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC14unformatNumberySo8NSNumberCSgSSSgF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.NetworkingManagerProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP", - "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -30073,10 +27462,31 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP" } ] }, @@ -30090,59 +27500,32 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "PaymentData", - "printedName": "PaymentData", + "name": "SumTextInputFormatter", + "printedName": "SumTextInputFormatter", "children": [ { "kind": "Var", - "name": "type", - "printedName": "type", + "name": "maximumIntegerCharacters", + "printedName": "maximumIntegerCharacters", "children": [ { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30151,16 +27534,16 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -30175,16 +27558,16 @@ }, { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivs", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -30199,35 +27582,35 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivM", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "keyConfig", - "printedName": "keyConfig", + "name": "maximumDecimalCharacters", + "printedName": "maximumDecimalCharacters", "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30236,83 +27619,106 @@ "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "prefix", + "printedName": "prefix", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "customerData", - "printedName": "customerData", + "name": "suffix", + "printedName": "suffix", "children": [ { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30321,92 +27727,90 @@ "children": [ { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "groupingSeparator", + "printedName": "groupingSeparator", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "additionalData", - "printedName": "additionalData", + "name": "decimalSeparator", + "printedName": "decimalSeparator", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30415,231 +27819,177 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "groupingSize", + "printedName": "groupingSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "numberFormatter", + "printedName": "numberFormatter", + "children": [ + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Constructor", "name": "init", - "printedName": "init(type:keyConfig:customerData:additionalData:)", + "printedName": "init(numberFormatter:)", "children": [ { "kind": "TypeNominal", - "name": "PaymentData", - "printedName": "TranzzoPaymentSDK.PaymentData", - "usr": "s:17TranzzoPaymentSDK0B4DataV" + "name": "SumTextInputFormatter", + "printedName": "TranzzoPaymentSDK.SumTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC" }, { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" - }, + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0ACSo08NSNumberG0C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0ACSo08NSNumberG0C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "SumTextInputFormatter", + "printedName": "TranzzoPaymentSDK.SumTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC" }, { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], + "name": "Character", + "printedName": "Swift.Character", "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:SJ" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B4DataV", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "CollectionHeaderFooterAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:kind:)", - "children": [ + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, { "kind": "TypeNominal", "name": "String", @@ -30648,9 +27998,9 @@ }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" }, { "kind": "TypeNominal", @@ -30660,103 +28010,113 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionReusableView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:index:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" @@ -30764,87 +28124,120 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, + "isOpen": true, "declAttributes": [ - "DiscardableResult" + "AccessControl", + "RawDocComment" ], - "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "modelCellIdentifier", - "printedName": "modelCellIdentifier", + "kind": "Function", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Foundation.NSNumber?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC14getCaretOffset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC14getCaretOffset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -30854,45 +28247,93 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP" + }, + { + "kind": "Conformance", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "CollectionHeaderFooterAdapter", - "printedName": "CollectionHeaderFooterAdapter", + "name": "TextFieldStartInputController", + "printedName": "TextFieldStartInputController", "children": [ { "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvp", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -30903,24 +28344,24 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvg", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -30935,24 +28376,24 @@ }, { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvs", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -30967,21 +28408,38 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvM", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "kind": "Function", + "name": "textField", + "printedName": "textField(_:shouldChangeCharactersIn:replacementString:)", "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, { "kind": "TypeNominal", "name": "String", @@ -30989,106 +28447,215 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)textField:shouldChangeCharactersInRange:replacementString:", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC04textE0_24shouldChangeCharactersIn17replacementStringSbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textField:shouldChangeCharactersInRange:replacementString:", "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFieldDidBeginEditing", + "printedName": "textFieldDidBeginEditing(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + } + ], + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)textFieldDidBeginEditing:", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC04textE15DidBeginEditingyySo06UITextE0CF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textFieldDidBeginEditing:", + "declAttributes": [ + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "TextFieldStartInputController", + "printedName": "TranzzoPaymentSDK.TextFieldStartInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController" } - ] + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextViewInputController", + "printedName": "TextViewInputController", + "children": [ { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -31099,18 +28666,25 @@ "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -31125,18 +28699,25 @@ }, { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -31151,197 +28732,288 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "events", - "printedName": "events", + "kind": "Function", + "name": "textView", + "printedName": "textView(_:shouldChangeTextIn:replacementText:)", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextView", + "printedName": "UIKit.UITextView", + "usr": "c:objc(cs)UITextView" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController(im)textView:shouldChangeTextInRange:replacementText:", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC04textE0_012shouldChangeD2In011replacementD0SbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textView:shouldChangeTextInRange:replacementText:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" - }, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "TextViewInputController", + "printedName": "TranzzoPaymentSDK.TextViewInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerCACycfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "overriding": true, + "implicit": true, + "objc_name": "init", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" ], "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "children": [ { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionReusableView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextNumberFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextInputFormatter", + "printedName": "DefaultTextInputFormatter", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextInputFormatter", + "printedName": "TranzzoPaymentSDK.DefaultTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC" }, { "kind": "TypeNominal", @@ -31351,27 +29023,33 @@ }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:kind:)", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, { "kind": "TypeNominal", "name": "String", @@ -31380,9 +29058,9 @@ }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" }, { "kind": "TypeNominal", @@ -31392,283 +29070,449 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "isOpen": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:index:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, - { - "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "isOpen": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeDecl", - "name": "Event", - "printedName": "Event", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextFormatter", + "printedName": "DefaultTextFormatter", + "children": [ + { + "kind": "Var", + "name": "textPattern", + "printedName": "textPattern", "children": [ { - "kind": "Var", - "name": "isHeader", - "printedName": "isHeader", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvp", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvg", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "patternSymbol", + "printedName": "patternSymbol", + "children": [ { - "kind": "Var", - "name": "view", - "printedName": "view", + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvp", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvg", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextFormatter", + "printedName": "TranzzoPaymentSDK.DefaultTextFormatter", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "sectionIndex", - "printedName": "sectionIndex", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Constants", + "printedName": "Constants", + "children": [ { "kind": "Var", - "name": "section", - "printedName": "section", + "name": "defaultPatternSymbol", + "printedName": "defaultPatternSymbol", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvpZ", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvpZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ "HasInitialValue", "HasStorage", - "SetterAccess", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -31678,102 +29522,29 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvgZ", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvgZ", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "static": true, "implicit": true, "accessorKind": "get" } ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(isHeader:view:section:index:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isFromExtension": true, + "declAttributes": [ + "AccessControl" + ], "conformances": [ { "kind": "Conformance", @@ -31790,808 +29561,463 @@ "mangledName": "$ss9EscapableP" } ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "children": [ + { + "kind": "Function", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSNumber?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP08unformatE0ySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP08unformatE0ySo8NSNumberCSgSSSgF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextNumberUnformatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "children": [ + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "referenceSize", - "printedName": "referenceSize", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextUnformatter>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "FormattedTextValue", + "printedName": "FormattedTextValue", + "children": [ + { + "kind": "Var", + "name": "formattedText", + "printedName": "formattedText", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvp", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvg", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "caretBeginOffset", + "printedName": "caretBeginOffset", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivp", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivg", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(formattedText:caretBeginOffset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" }, { - "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE016caretBeginOffsetACSS_Sitcfc", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE016caretBeginOffsetACSS_Sitcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "zero", + "printedName": "zero", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV4zeroACvpZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV4zeroACvpZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV4zeroACvgZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV4zeroACvgZ", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" }, { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV2eeoiySbAC_ACtFZ", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -32612,10 +30038,10 @@ }, { "kind": "Conformance", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" } ] }, @@ -32629,101 +30055,34 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, { "kind": "TypeDecl", - "name": "ConstraintWithKeyboardObserver", - "printedName": "ConstraintWithKeyboardObserver", + "name": "PlaceholderTextFormatter", + "printedName": "PlaceholderTextFormatter", "children": [ { "kind": "Var", - "name": "additionalIndent", - "printedName": "additionalIndent", + "name": "textPattern", + "printedName": "textPattern", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvp", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvp", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", + "Final", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -32733,133 +30092,205 @@ "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvg", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvg", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "patternSymbol", + "printedName": "patternSymbol", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvp", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvM", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvg", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "declAttributes": [ + "Final" + ], + "accessorKind": "get" } ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaceholderTextFormatter", + "printedName": "TranzzoPaymentSDK.PlaceholderTextFormatter", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { "kind": "Function", - "name": "awakeFromNib", - "printedName": "awakeFromNib()", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)awakeFromNib", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC12awakeFromNibyyF", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "objc_name": "awakeFromNib", + "isOpen": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", - "Override" + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init()", + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", "children": [ { "kind": "TypeNominal", - "name": "ConstraintWithKeyboardObserver", - "printedName": "TranzzoPaymentSDK.ConstraintWithKeyboardObserver", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)init", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverCACycfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", + "isOpen": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "funcSelfKind": "NonMutating" } ], "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSLayoutConstraint", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.NSLayoutConstraint", - "ObjectiveC.NSObject" + "AccessControl" ], "conformances": [ { @@ -32878,52 +30309,17 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" } ] }, @@ -32938,131 +30334,74 @@ ] }, { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "PassKit", - "printedName": "PassKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", + "kind": "TypeDecl", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "children": [ + { + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP06formatE007currentD05range17replacementStringAA09FormattedD5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP06formatE007currentD05range17replacementStringAA09FormattedD5ValueVSS_So8_NSRangeVSStF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextInputFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -33075,23 +30414,6 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, { "kind": "Import", "name": "Foundation", @@ -33104,26 +30426,30 @@ }, { "kind": "TypeDecl", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", + "name": "PaymentData", + "printedName": "PaymentData", "children": [ { "kind": "Var", - "name": "path", - "printedName": "path", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33132,53 +30458,83 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "urlParameters", - "printedName": "urlParameters", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keyConfig", + "printedName": "keyConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33187,61 +30543,177 @@ "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "requestUrl", - "printedName": "requestUrl", + "name": "customerData", + "printedName": "customerData", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "additionalData", + "printedName": "additionalData", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.AdditionalData?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33251,55 +30723,176 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.AdditionalData?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.AdditionalData?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:keyConfig:customerData:additionalData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentData", + "printedName": "TranzzoPaymentSDK.PaymentData", + "usr": "s:17TranzzoPaymentSDK0B4DataV" + }, + { + "kind": "TypeNominal", + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" + }, + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + }, + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.AdditionalData?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B4DataV", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Copyable", "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -33312,8 +30905,8 @@ }, { "kind": "Import", - "name": "Vision", - "printedName": "Vision", + "name": "PassKit", + "printedName": "PassKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK" }, @@ -33334,16 +30927,68 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, { "kind": "TypeDecl", - "name": "GetRequest", - "printedName": "GetRequest", + "name": "NetworkingManagerProtocol", + "printedName": "NetworkingManagerProtocol", + "children": [ + { + "kind": "Function", + "name": "sendRequest", + "printedName": "sendRequest(request:completionBlock:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "BaseRequestProtocol", + "printedName": "any TranzzoPaymentSDK.BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.BaseResponse) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "BaseResponse", + "printedName": "TranzzoPaymentSDK.BaseResponse", + "usr": "s:17TranzzoPaymentSDK12BaseResponseV" + } + ] + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.NetworkingManagerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK10GetRequestP", - "mangledName": "$s17TranzzoPaymentSDK10GetRequestP", + "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP", + "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -33361,13 +31006,6 @@ "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" } ] }, @@ -33383,8 +31021,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -33393,8 +31031,8 @@ }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -33413,35 +31051,35 @@ }, { "kind": "TypeDecl", - "name": "ProductPriceType", - "printedName": "ProductPriceType", + "name": "PaymentStatus", + "printedName": "PaymentStatus", "children": [ { "kind": "Var", - "name": "vat", - "printedName": "vat", + "name": "pending", + "printedName": "pending", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ] } @@ -33449,36 +31087,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "net", - "printedName": "net", + "name": "failure", + "printedName": "failure", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ] } @@ -33486,8 +31124,45 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "success", + "printedName": "success", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7successyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7successyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { @@ -33498,13 +31173,13 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "TranzzoPaymentSDK.PaymentStatus?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "usr": "s:Sq" @@ -33517,10 +31192,12 @@ } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "AccessControl" + ], "init_kind": "Designated" }, { @@ -33536,8 +31213,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessors": [ @@ -33554,8 +31231,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -33564,8 +31241,8 @@ } ], "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO", + "usr": "s:17TranzzoPaymentSDK0B6StatusO", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -33640,207 +31317,339 @@ }, { "kind": "TypeDecl", - "name": "ProductUnitType", - "printedName": "ProductUnitType", + "name": "PaymentInfoResponse", + "printedName": "PaymentInfoResponse", "children": [ { "kind": "Var", - "name": "kg", - "printedName": "kg", + "name": "paymentID", + "printedName": "paymentID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "m", - "printedName": "m", + "name": "orderID", + "printedName": "orderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "pc", - "printedName": "pc", + "name": "gatewayOrderID", + "printedName": "gatewayOrderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "l", - "printedName": "l", + "name": "billingOrderID", + "printedName": "billingOrderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "transactionID", + "printedName": "transactionID", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "name": "posID", + "printedName": "posID", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33849,67 +31658,37 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" }, { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "mode", + "printedName": "mode", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -33917,157 +31696,20 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ProductTaxeType", - "printedName": "ProductTaxeType", - "children": [ - { - "kind": "Var", - "name": "vat", - "printedName": "vat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "nonVat", - "printedName": "nonVat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductTaxeType?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -34076,105 +31718,32 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Product", - "printedName": "Product", - "children": [ { "kind": "Var", - "name": "id", - "printedName": "id", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", @@ -34192,8 +31761,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34223,8 +31792,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34233,27 +31802,27 @@ }, { "kind": "Var", - "name": "url", - "printedName": "url", + "name": "amount", + "printedName": "amount", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34270,21 +31839,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34293,8 +31862,8 @@ }, { "kind": "Var", - "name": "category", - "printedName": "category", + "name": "currency", + "printedName": "currency", "children": [ { "kind": "TypeNominal", @@ -34312,8 +31881,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34343,8 +31912,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34353,8 +31922,8 @@ }, { "kind": "Var", - "name": "name", - "printedName": "name", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", @@ -34372,8 +31941,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34403,8 +31972,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34413,27 +31982,19 @@ }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "status", + "printedName": "status", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34449,22 +32010,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34473,27 +32026,27 @@ }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "statusCode", + "printedName": "statusCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34510,21 +32063,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34533,8 +32086,8 @@ }, { "kind": "Var", - "name": "currency", - "printedName": "currency", + "name": "statusDescription", + "printedName": "statusDescription", "children": [ { "kind": "TypeNominal", @@ -34552,8 +32105,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34583,8 +32136,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34593,27 +32146,27 @@ }, { "kind": "Var", - "name": "priceType", - "printedName": "priceType", + "name": "userActionRequired", + "printedName": "userActionRequired", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "Swift.Bool?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34630,21 +32183,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "Swift.Bool?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34653,27 +32206,27 @@ }, { "kind": "Var", - "name": "vat", - "printedName": "vat", + "name": "userActionURL", + "printedName": "userActionURL", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34690,21 +32243,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34713,27 +32266,27 @@ }, { "kind": "Var", - "name": "qty", - "printedName": "qty", + "name": "eci", + "printedName": "eci", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34750,21 +32303,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34773,8 +32326,8 @@ }, { "kind": "Var", - "name": "payload", - "printedName": "payload", + "name": "mcc", + "printedName": "mcc", "children": [ { "kind": "TypeNominal", @@ -34792,8 +32345,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34823,8 +32376,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34833,8 +32386,8 @@ }, { "kind": "Var", - "name": "customerEmail", - "printedName": "customerEmail", + "name": "options3Ds", + "printedName": "options3Ds", "children": [ { "kind": "TypeNominal", @@ -34852,8 +32405,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34883,8 +32436,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34893,27 +32446,27 @@ }, { "kind": "Var", - "name": "unit", - "printedName": "unit", + "name": "ccMask", + "printedName": "ccMask", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34930,21 +32483,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34953,35 +32506,27 @@ }, { "kind": "Var", - "name": "taxes", - "printedName": "taxes", + "name": "ccToken", + "printedName": "ccToken", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34998,29 +32543,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -35028,16 +32565,10 @@ ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:url:category:name:description:amount:currency:priceType:vat:qty:payload:customerEmail:unit:taxes:)", + "kind": "Var", + "name": "ccTokenExpiration", + "printedName": "ccTokenExpiration", "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - }, { "kind": "TypeNominal", "name": "Optional", @@ -35051,21 +32582,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerID", + "printedName": "customerID", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35079,21 +32642,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerIP", + "printedName": "customerIP", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35107,21 +32702,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerFname", + "printedName": "customerFname", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35135,49 +32762,113 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerLname", + "printedName": "customerLname", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerEmail", + "printedName": "customerEmail", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35191,7 +32882,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerPhone", + "printedName": "customerPhone", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35205,163 +32942,131 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerCountry", + "printedName": "customerCountry", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", "AccessControl" ], - "init_kind": "Designated" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", + "kind": "Var", + "name": "resultURL", + "printedName": "resultURL", "children": [ { "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK7ProductV", - "mangledName": "$s17TranzzoPaymentSDK7ProductV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ProductTaxe", - "printedName": "ProductTaxe", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -35377,14 +33082,22 @@ "children": [ { "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -35393,19 +33106,27 @@ }, { "kind": "Var", - "name": "prc", - "printedName": "prc", + "name": "createdAt", + "printedName": "createdAt", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -35421,186 +33142,58 @@ "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:prc:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - }, - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSection", - "printedName": "TableSection", - "children": [ { "kind": "Var", - "name": "index", - "printedName": "index", + "name": "processingTime", + "printedName": "processingTime", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -35610,47 +33203,54 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "identifier", - "printedName": "identifier", + "name": "payload", + "printedName": "payload", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "isLet": true, "hasStorage": true, @@ -35662,27 +33262,32 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "headerTitle", - "printedName": "headerTitle", + "name": "bankShortName", + "printedName": "bankShortName", "children": [ { "kind": "TypeNominal", @@ -35700,15 +33305,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35732,22 +33336,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "customerUserAgent", + "printedName": "customerUserAgent", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35764,36 +33396,18 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "footerTitle", - "printedName": "footerTitle", + "name": "customerCity", + "printedName": "customerCity", "children": [ { "kind": "TypeNominal", @@ -35811,15 +33425,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35843,22 +33456,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "rrn", + "printedName": "rrn", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35875,62 +33516,43 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "headerView", - "printedName": "headerView", + "name": "authCode", + "printedName": "authCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35941,107 +33563,116 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "dcc", + "printedName": "dcc", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "footerView", - "printedName": "footerView", + "name": "otpURL", + "printedName": "otpURL", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36052,99 +33683,116 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "makePaymentDescription", + "printedName": "makePaymentDescription", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "isCollapsed", - "printedName": "isCollapsed", + "name": "customerBirthday", + "printedName": "customerBirthday", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36154,66 +33802,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "payway", + "printedName": "payway", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "indexTitle", - "printedName": "indexTitle", + "name": "customerPatronym", + "printedName": "customerPatronym", "children": [ { "kind": "TypeNominal", @@ -36231,15 +33905,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36263,22 +33936,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "terminalName", + "printedName": "terminalName", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -36295,60 +33996,104 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "set" - }, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientCcToken", + "printedName": "recipientCcToken", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "elements", - "printedName": "elements", + "name": "recipientCcMask", + "printedName": "recipientCcMask", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -36357,123 +34102,118 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "dccRates", + "printedName": "dccRates", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "trafficSource", + "printedName": "trafficSource", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -36482,129 +34222,33 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(original:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Required", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Required", - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:)", + "kind": "Var", + "name": "gateway", + "printedName": "gateway", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36617,45 +34261,54 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:headerView:footerView:)", + "kind": "Var", + "name": "paymentSystem", + "printedName": "paymentSystem", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36668,74 +34321,114 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "entityId", + "printedName": "entityId", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "init_kind": "Convenience" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:header:footer:)", + "kind": "Var", + "name": "externalTerminalName", + "printedName": "externalTerminalName", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36748,24 +34441,54 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientEmail", + "printedName": "recipientEmail", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -36778,14 +34501,59 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientPhone", + "printedName": "recipientPhone", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -36793,345 +34561,774 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Convenience", + "HasStorage", "AccessControl" ], - "init_kind": "Convenience" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(elements:)", + "kind": "Var", + "name": "recipientFname", + "printedName": "recipientFname", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(element:at:)", + "kind": "Var", + "name": "recipientLname", + "printedName": "recipientLname", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(element:at:)", + "kind": "Var", + "name": "recipientPatronym", + "printedName": "recipientPatronym", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "merchantOrderId", + "printedName": "merchantOrderId", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "add", - "printedName": "add(elements:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "receiptUrl", + "printedName": "receiptUrl", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(at:)", + "kind": "Var", + "name": "processedAmount", + "printedName": "processedAmount", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(atIndexes:)", + "kind": "Var", + "name": "processedCurrency", + "printedName": "processedCurrency", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "comment", + "printedName": "comment", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "registryRefNo", + "printedName": "registryRefNo", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "kind": "Var", + "name": "processedAt", + "printedName": "processedAt", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TrafficSource", + "printedName": "TrafficSource", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "PaymentInfoResponse", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -37140,33 +35337,24 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK12TableSectionC", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -37187,24 +35375,17 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" } ] }, @@ -37220,15 +35401,28 @@ }, { "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -37237,37 +35431,38 @@ }, { "kind": "TypeDecl", - "name": "CollectionCellAdapter", - "printedName": "CollectionCellAdapter", + "name": "DifferentiateResult", + "printedName": "DifferentiateResult", "children": [ { "kind": "Var", - "name": "modelType", - "printedName": "modelType", + "name": "deleted", + "printedName": "deleted", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37277,108 +35472,119 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "inserted", + "printedName": "inserted", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", + "name": "updated", + "printedName": "updated", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37388,101 +35594,70 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "moved", + "printedName": "moved", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37492,89 +35667,108 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "metadata", + "printedName": "metadata", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", + "children": [ + { + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37584,3915 +35778,3894 @@ "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", + "children": [ + { + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(deleted:inserted:updated:moved:metadata:)", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "DifferentiateResult", + "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "events", - "printedName": "events", - "children": [ + "hasDefaultArg": true, + "usr": "s:Sa" + }, { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionCellAdapter", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + "hasDefaultArg": true, + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ()", + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionCellAdapter", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + "usr": "s:Sq" } - ] + ], + "usr": "s:s15ContiguousArrayV" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "UsableFromInline" ], "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inCollection:at:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Trace", + "printedName": "Trace", + "children": [ + { + "kind": "Var", + "name": "reference", + "printedName": "reference", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", "declAttributes": [ + "HasInitialValue", + "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", + "kind": "Var", + "name": "deleteOffset", + "printedName": "deleteOffset", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "UsableFromInline" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isTracked", + "printedName": "isTracked", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "TypeDecl", - "name": "Event", - "printedName": "Event", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { - "kind": "Var", - "name": "indexPath", - "printedName": "indexPath", + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK5TraceVACyxGycfc", + "mangledName": "$s17TranzzoPaymentSDK5TraceVACyxGycfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "UsableFromInline" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK5TraceV", + "mangledName": "$s17TranzzoPaymentSDK5TraceV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Occurrence", + "printedName": "Occurrence", + "children": [ + { + "kind": "Var", + "name": "unique", + "printedName": "unique", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> TranzzoPaymentSDK.Occurrence", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(index: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "element", - "printedName": "element", - "children": [ + ] + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Occurrence.Type", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "duplicate", + "printedName": "duplicate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(reference: TranzzoPaymentSDK.IndicesReference)", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "IndicesReference", + "printedName": "TranzzoPaymentSDK.IndicesReference", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + } + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IndicesReference", + "printedName": "IndicesReference", + "children": [ + { + "kind": "Var", + "name": "indices", + "printedName": "indices", + "children": [ { - "kind": "Var", - "name": "collection", - "printedName": "collection", + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionView?", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:s15ContiguousArrayV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "Final" ], - "accessors": [ + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "accessorKind": "get" + "usr": "s:s15ContiguousArrayV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" }, { - "kind": "Var", - "name": "collectionSize", - "printedName": "collectionSize", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "Final" ], - "accessors": [ + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "position", + "printedName": "position", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" }, { - "kind": "Var", - "name": "cell", - "printedName": "cell", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicesReference", + "printedName": "TranzzoPaymentSDK.IndicesReference", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:s15ContiguousArrayV" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ + "declAttributes": [ + "AccessControl", + "UsableFromInline" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "push", + "printedName": "push(_:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", + "kind": "Function", + "name": "next", + "printedName": "next()", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableKey", + "printedName": "TableKey", + "children": [ + { + "kind": "Var", + "name": "pointeeHashValue", + "printedName": "pointeeHashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pointer", + "printedName": "pointer", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:SP" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:SP" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(pointer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK8TableKeyV" }, { - "kind": "Var", - "name": "shouldSelect", - "printedName": "shouldSelect", + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:SP" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Var", - "name": "shouldDeselect", - "printedName": "shouldDeselect", + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:17TranzzoPaymentSDK8TableKeyV" + }, + { + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK8TableKeyV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "UsableFromInline" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "UsableFromInline" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK8TableKeyV", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Function", + "name": "differentiate", + "printedName": "differentiate(source:target:trackTargetIndexAsUpdated:mapIndex:updatedElements:undeletedElements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DifferentiateResult", + "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> τ_0_1", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" }, { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((τ_0_0) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((τ_0_0) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", + "mangledName": "$s17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableCellAdapterProtocol", + "printedName": "TableCellAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ] - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inTable:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AdditionalData", + "printedName": "AdditionalData", + "children": [ + { + "kind": "Var", + "name": "serverUrl", + "printedName": "serverUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "products", + "printedName": "products", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.Product]?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "[TranzzoPaymentSDK.Product]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } - ] + ], + "usr": "s:Sa" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "merchantMcc", + "printedName": "merchantMcc", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "Swift.String?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "payload", + "printedName": "payload", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:SD" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "[Swift.String : Swift.String]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:SD" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(serverUrl:products:merchantMcc:payload:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.Product]?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:SD" } - ] + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "TranzzoPaymentDelegate", + "printedName": "TranzzoPaymentDelegate", + "children": [ + { + "kind": "Function", + "name": "paymentSuccess", + "printedName": "paymentSuccess(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "TypeNominal", + "name": "PaymentInfoResponse", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paymentFailed", + "printedName": "paymentFailed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TranzzoError", + "printedName": "TranzzoPaymentSDK.TranzzoError", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paymentCanceled", + "printedName": "paymentCanceled()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TranzzoPaymentSDK", + "printedName": "TranzzoPaymentSDK", + "children": [ + { + "kind": "Function", + "name": "setConfig", + "printedName": "setConfig(paymentConfig:uiConfig:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PaymentsConfig", + "printedName": "TranzzoPaymentSDK.PaymentsConfig", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentContollerConfig", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "mangledName": "$s17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "makePayment", + "printedName": "makePayment(rootController:delegate:paymentData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "TranzzoPaymentDelegate", + "printedName": "any TranzzoPaymentSDK.TranzzoPaymentDelegate", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP" + }, + { + "kind": "TypeNominal", + "name": "PaymentData", + "printedName": "TranzzoPaymentSDK.PaymentData", + "usr": "s:17TranzzoPaymentSDK0B4DataV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "mangledName": "$s17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDKAAC", + "mangledName": "$s17TranzzoPaymentSDKAAC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentMethodType", + "printedName": "PaymentMethodType", + "children": [ + { + "kind": "Var", + "name": "auth", + "printedName": "auth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "purchase", + "printedName": "purchase", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "shouldShowEditMenu", - "printedName": "shouldShowEditMenu", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:Sq" }, { - "kind": "Var", - "name": "canPerformEditAction", - "printedName": "canPerformEditAction", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LookupMethodType", + "printedName": "LookupMethodType", + "children": [ + { + "kind": "Var", + "name": "lookup", + "printedName": "lookup", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.LookupMethodType.Type) -> TranzzoPaymentSDK.LookupMethodType", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.LookupMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "performEditAction", - "printedName": "performEditAction", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.LookupMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Payment3dsBypassType", + "printedName": "Payment3dsBypassType", + "children": [ + { + "kind": "Var", + "name": "supported", + "printedName": "supported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "always", + "printedName": "always", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "never", + "printedName": "never", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ] - }, + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentType", + "printedName": "PaymentType", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FixedAmountPaymentType", + "printedName": "FixedAmountPaymentType", + "children": [ + { + "kind": "Var", + "name": "orderId", + "printedName": "orderId", + "children": [ { - "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "amount", + "printedName": "amount", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "tokenCards", + "printedName": "tokenCards", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } - ] + ], + "usr": "s:Sa" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, - { - "kind": "Conformance", - "name": "CollectionCellAdapterProtocol", - "printedName": "CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "PaymentContollerConfig", - "printedName": "PaymentContollerConfig", - "children": [ { "kind": "Var", - "name": "colorConfig", - "printedName": "colorConfig", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -41502,82 +39675,41 @@ "children": [ { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "localizationConfig", - "printedName": "localizationConfig", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -41587,89 +39719,106 @@ "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Constructor", "name": "init", - "printedName": "init(colorConfig:localizationConfig:)", + "printedName": "init(orderId:amount:description:tokenCards:method:payment3dsBypass:)", "children": [ { "kind": "TypeNominal", - "name": "PaymentContollerConfig", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + "name": "FixedAmountPaymentType", + "printedName": "TranzzoPaymentSDK.FixedAmountPaymentType", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV" }, { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -41678,8 +39827,8 @@ } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -41698,32 +39847,38 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" } ] }, { "kind": "TypeDecl", - "name": "ColorConfig", - "printedName": "ColorConfig", + "name": "AnyAmountPaymentType", + "printedName": "AnyAmountPaymentType", "children": [ { "kind": "Var", - "name": "pay_button_enable_color", - "printedName": "pay_button_enable_color", + "name": "orderId", + "printedName": "orderId", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -41736,14 +39891,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41760,14 +39915,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41784,8 +39939,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41794,22 +39949,21 @@ }, { "kind": "Var", - "name": "pay_button_disabled_color", - "printedName": "pay_button_disabled_color", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -41822,14 +39976,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41846,14 +40000,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41870,8 +40024,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41880,19 +40034,35 @@ }, { "kind": "Var", - "name": "fixed_amount_color", - "printedName": "fixed_amount_color", + "name": "proposedAmounts", + "printedName": "proposedAmounts", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -41908,14 +40078,30 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41932,14 +40118,30 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41956,8 +40158,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41966,19 +40168,35 @@ }, { "kind": "Var", - "name": "background_color", - "printedName": "background_color", + "name": "tokenCards", + "printedName": "tokenCards", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -41994,14 +40212,30 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42018,14 +40252,30 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42042,8 +40292,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42052,25 +40302,25 @@ }, { "kind": "Var", - "name": "section_backround_color", - "printedName": "section_backround_color", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42080,83 +40330,41 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "border_color", - "printedName": "border_color", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42166,80 +40374,183 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(orderId:description:proposedAmounts:tokenCards:method:payment3dsBypass:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyAmountPaymentType", + "printedName": "TranzzoPaymentSDK.AnyAmountPaymentType", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.Double]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LookupPaymentType", + "printedName": "LookupPaymentType", + "children": [ { "kind": "Var", - "name": "selected_token_card_element_border_color", - "printedName": "selected_token_card_element_border_color", + "name": "orderId", + "printedName": "orderId", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42252,14 +40563,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42276,14 +40587,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42300,8 +40611,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42310,22 +40621,21 @@ }, { "kind": "Var", - "name": "placeholder_color", - "printedName": "placeholder_color", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42338,14 +40648,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42362,14 +40672,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42386,8 +40696,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42396,22 +40706,21 @@ }, { "kind": "Var", - "name": "title_color", - "printedName": "title_color", + "name": "amount", + "printedName": "amount", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42424,14 +40733,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42448,14 +40757,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42472,8 +40781,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42482,25 +40791,25 @@ }, { "kind": "Var", - "name": "input_color", - "printedName": "input_color", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42510,83 +40819,41 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "error_color", - "printedName": "error_color", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42596,77 +40863,92 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(orderId:description:amount:method:payment3dsBypass:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LookupPaymentType", + "printedName": "TranzzoPaymentSDK.LookupPaymentType", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.LookupMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ + "hasDefaultArg": true, + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigVACycfc", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigVACycfc", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -42675,8 +40957,8 @@ } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -42695,36 +40977,68 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "LocalizationConfig", - "printedName": "LocalizationConfig", + "name": "PostRequest", + "printedName": "PostRequest", "children": [ { "kind": "Var", - "name": "main_title", - "printedName": "main_title", + "name": "bodyParameters", + "printedName": "bodyParameters", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -42733,16 +41047,19 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" }, { @@ -42757,16 +41074,19 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "set" }, { @@ -42781,35 +41101,93 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, "implicit": true, + "reqNewWitnessTableEntry": true, "accessorKind": "_modify" } ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK11PostRequestP", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Var", - "name": "enter_amount_title", - "printedName": "enter_amount_title", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableDirector", + "printedName": "TableDirector", + "children": [ + { + "kind": "Var", + "name": "table", + "printedName": "table", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "WeakStorage", + "printedName": "UIKit.UITableView?" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "ReferenceOwnership", + "SetterAccess", + "AccessControl", + "RawDocComment" ], + "ownership": 1, "hasStorage": true, "accessors": [ { @@ -42819,82 +41197,51 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "enter_amount_placeholder", - "printedName": "enter_amount_placeholder", + "name": "scrollViewEvents", + "printedName": "scrollViewEvents", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -42905,14 +41252,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42929,14 +41276,14 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42953,8 +41300,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42963,24 +41310,36 @@ }, { "kind": "Var", - "name": "pay_via_card_title", - "printedName": "pay_via_card_title", + "name": "sections", + "printedName": "sections", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "SetterAccess", + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -42991,84 +41350,58 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "pay_button_title", - "printedName": "pay_button_title", + "name": "firstSection", + "printedName": "firstSection", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -43077,82 +41410,109 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "lastSection", + "printedName": "lastSection", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "lookup_pay_button_title", - "printedName": "lookup_pay_button_title", + "name": "rowHeight", + "printedName": "rowHeight", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -43163,14 +41523,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -43187,14 +41547,14 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -43211,36 +41571,66 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" } ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(table:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { "kind": "Var", - "name": "wrong_card_data_title", - "printedName": "wrong_card_data_title", + "name": "isPrefetchingEnabled", + "printedName": "isPrefetchingEnabled", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -43249,16 +41639,15 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" }, { @@ -43273,16 +41662,15 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "set" }, { @@ -43297,8 +41685,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -43306,268 +41694,370 @@ ] }, { - "kind": "Var", - "name": "card_number_placeholder", - "printedName": "card_number_placeholder", + "kind": "Function", + "name": "registerCellAdapters", + "printedName": "registerCellAdapters(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.TableCellAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerCellAdapter", + "printedName": "registerCellAdapter(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "TableCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerHeaderFooterAdapters", + "printedName": "registerHeaderFooterAdapters(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_exp_month_placeholder", - "printedName": "card_exp_month_placeholder", + "kind": "Function", + "name": "registerHeaderFooterAdapter", + "printedName": "registerHeaderFooterAdapter(_:)", "children": [ { "kind": "TypeNominal", "name": "String", "printedName": "Swift.String", "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "adapterForHeaderFooterView", + "printedName": "adapterForHeaderFooterView(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(sections:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_exp_year_plaecholder", - "printedName": "card_exp_year_plaecholder", + "kind": "Function", + "name": "add", + "printedName": "add(section:at:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(sections:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sectionAt", + "printedName": "sectionAt(_:)", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_cvv_placeholder", - "printedName": "card_cvv_placeholder", + "kind": "Function", + "name": "section", + "printedName": "section(_:)", "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "String", @@ -43575,829 +42065,1067 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "elementAt", + "printedName": "elementAt(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(indexPath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(section:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cancel_payment_title", - "printedName": "cancel_payment_title", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(sectionsAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "cancel_payment_description", - "printedName": "cancel_payment_description", + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(elements:inSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cancel_payment_confirm", - "printedName": "cancel_payment_confirm", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reload", + "printedName": "reload(afterUpdate:completion:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)?", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RowAnimation", + "printedName": "UIKit.UITableView.RowAnimation", + "usr": "c:@E@UITableViewRowAnimation" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "cancel_payment_cancel", - "printedName": "cancel_payment_cancel", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector(im)init", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorCACycfc", "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" ], - "hasStorage": true, - "accessors": [ + "init_kind": "Designated" + }, + { + "kind": "TypeDecl", + "name": "TableEventsHandler", + "printedName": "TableEventsHandler", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RowHeight", + "printedName": "RowHeight", + "children": [ + { + "kind": "Var", + "name": "default", + "printedName": "default", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "auto", + "printedName": "auto", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(estimated: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE14CoreFoundation7CGFloatV_tcAEmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE12CoreGraphics7CGFloatV_tcAEmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "explicit", + "printedName": "explicit", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, { - "kind": "Var", - "name": "saved_cards_list_title", - "printedName": "saved_cards_list_title", + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)numberOfSectionsInTableView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16numberOfSections2inSiSo11UITableViewC_tF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "numberOfSectionsInTableView:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:numberOfRowsInSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:numberOfRowsInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21numberOfRowsInSectionSiSo07UITableG0C_SitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:numberOfRowsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "other_card_title", - "printedName": "other_card_title", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:cellForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cellForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12cellForRowAtSo07UITableG4CellCSo0lG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:cellForRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplay:forRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "choose_token_cards_title", - "printedName": "choose_token_cards_title", - "children": [ + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayCell:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_11willDisplay8forRowAtySo07UITableG0C_So0mG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:heightForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14heightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:heightForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init()", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigVACycfc", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigVACycfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23estimatedHeightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:estimatedHeightForRowAtIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionSection", - "printedName": "CollectionSection", - "children": [ - { - "kind": "Var", - "name": "index", - "printedName": "index", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplayingHeaderView:forSection:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingHeaderView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingHeaderView:forSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", "RawDocComment" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplayingFooterView:forSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingFooterView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingFooterView:forSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "identifier", - "printedName": "identifier", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplayHeaderView:forSection:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayHeaderView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayHeaderView:forSection:", "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplayFooterView:forSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayFooterView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayFooterView:forSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForHeaderInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -44406,1246 +43134,741 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForHeaderInSectionSSSgSo07UITableG0C_SitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForHeaderInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "elements", - "printedName": "elements", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForFooterInSectionSSSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForFooterInSection:", "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "headerView", - "printedName": "headerView", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:viewForHeaderInSection:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "headerSize", - "printedName": "headerSize", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForHeaderInSectionSo6UIViewCSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:viewForHeaderInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "footerView", - "printedName": "footerView", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:viewForFooterInSection:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "footerSize", - "printedName": "footerSize", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForFooterInSectionSo6UIViewCSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:viewForFooterInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "tableView", + "printedName": "tableView(_:heightForHeaderInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "objc_name": "tableView:heightForHeaderInSection:", "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:heightForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:heightForFooterInSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForHeaderInSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:estimatedHeightForHeaderInSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "sectionInsets", - "printedName": "sectionInsets", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:estimatedHeightForFooterInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canEditRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "minimumInterItemSpacing", - "printedName": "minimumInterItemSpacing", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canEditRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canEditRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:canEditRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:commit:forRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "minimumLineSpacing", - "printedName": "minimumLineSpacing", - "children": [ + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:commitEditingStyle:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_6commit8forRowAtySo07UITableG0C_So0lG16CellEditingStyleV10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:commitEditingStyle:forRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:editActionsForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "usr": "s:Sq" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(original:)", - "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editActionsForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19editActionsForRowAtSaySo07UITablegK6ActionCGSgSo0mG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:editActionsForRowAtIndexPath:", "declAttributes": [ - "Required", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canMoveRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canMoveRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canMoveRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", + "objc_name": "tableView:canMoveRowAtIndexPath:", "declAttributes": [ - "Required", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:moveRowAt:to:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:moveRowAtIndexPath:toIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_9moveRowAt2toySo07UITableG0C_10Foundation9IndexPathVAKtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:moveRowAtIndexPath:toIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:header:footer:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:indentationLevelForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:indentationLevelForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24indentationLevelForRowAtSiSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:indentationLevelForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:prefetchRowsAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "name": "Array", + "printedName": "[Foundation.IndexPath]", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:prefetchRowsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14prefetchRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:prefetchRowsAtIndexPaths:", "declAttributes": [ - "Convenience", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "init_kind": "Convenience" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "set", - "printedName": "set(elements:)", + "name": "tableView", + "printedName": "tableView(_:cancelPrefetchingForRowsAt:)", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, { "kind": "TypeNominal", "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "printedName": "[Foundation.IndexPath]", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sa" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cancelPrefetchingForRowsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_26cancelPrefetchingForRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:cancelPrefetchingForRowsAtIndexPaths:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "set", - "printedName": "set(element:at:)", + "name": "tableView", + "printedName": "tableView(_:shouldSpringLoadRowAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UISpringLoadedInteractionContext", + "printedName": "any UIKit.UISpringLoadedInteractionContext", + "usr": "c:objc(pl)UISpringLoadedInteractionContext" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldSpringLoadRowAtIndexPath:withContext:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21shouldSpringLoadRowAt4withSbSo07UITableG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", + "objc_name": "tableView:shouldSpringLoadRowAtIndexPath:withContext:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", - "DiscardableResult", + "Available", "RawDocComment" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "add", - "printedName": "add(element:at:)", + "name": "tableView", + "printedName": "tableView(_:accessoryButtonTappedForRowWith:)", "children": [ { "kind": "TypeNominal", @@ -45654,208 +43877,206 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:accessoryButtonTappedForRowWithIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31accessoryButtonTappedForRowWithySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:accessoryButtonTappedForRowWithIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "add", - "printedName": "add(elements:at:)", + "name": "tableView", + "printedName": "tableView(_:willSelectRowAt:)", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willSelectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_15willSelectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willSelectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "remove", - "printedName": "remove(at:)", + "name": "tableView", + "printedName": "tableView(_:didSelectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didSelectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14didSelectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didSelectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "remove", - "printedName": "remove(atIndexes:)", + "name": "tableView", + "printedName": "tableView(_:willDeselectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:Sa" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDeselectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17willDeselectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDeselectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "name": "tableView", + "printedName": "tableView(_:didDeselectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didDeselectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didDeselectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didDeselectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "name": "tableView", + "printedName": "tableView(_:willBeginEditingRowAt:)", "children": [ { "kind": "TypeNominal", @@ -45864,31 +44085,36 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willBeginEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21willBeginEditingRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willBeginEditingRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", + "name": "tableView", + "printedName": "tableView(_:didEndEditingRowAt:)", "children": [ { "kind": "TypeNominal", @@ -45897,1101 +44123,947 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_18didEndEditingRowAtySo07UITableG0C_10Foundation9IndexPathVSgtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndEditingRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" - }, - { - "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSectionEvents", - "printedName": "TableSectionEvents", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:editingStyleForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editingStyleForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20editingStyleForRowAtSo07UITableg11CellEditingI0VSo0mG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:editingStyleForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "headerHeight", - "printedName": "headerHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForDeleteConfirmationButtonForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_032titleForDeleteConfirmationButtonI5RowAtSSSgSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "footerHeight", - "printedName": "footerHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldIndentWhileEditingRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldIndentWhileEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_29shouldIndentWhileEditingRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldIndentWhileEditingRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "estHeaderHeight", - "printedName": "estHeaderHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31targetIndexPathForMoveFromRowAt010toProposediJ010Foundation0iJ0VSo07UITableG0C_A2ItF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "estFooterHeight", - "printedName": "estFooterHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplaying:forRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingCell:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didEndDisplaying8forRowAtySo07UITableG0C_So0nG4CellC10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingCell:forRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldShowMenuForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldShowMenuForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22shouldShowMenuForRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldShowMenuForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canPerformAction:forRowAt:withSender:)", "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSectionEvents?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canPerformAction:forRowAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16canPerformAction8forRowAt10withSenderSbSo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "objc_name": "tableView:canPerformAction:forRowAtIndexPath:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:performAction:forRowAt:withSender:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ + "name": "Void", + "printedName": "()" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" } - ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:performAction:forRowAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13performAction8forRowAt10withSenderySo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:performAction:forRowAtIndexPath:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldHighlightRowAt:)", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ElementPath", - "printedName": "ElementPath", - "children": [ + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldHighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20shouldHighlightRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldHighlightRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { - "kind": "Var", - "name": "element", - "printedName": "element", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didHighlightRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didHighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17didHighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didHighlightRowAtIndexPath:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didUnhighlightRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivs", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivM", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didUnhighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19didUnhighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didUnhighlightRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "section", - "printedName": "section", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canFocusRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canFocusRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13canFocusRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:canFocusRowAtIndexPath:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:leadingSwipeActionsConfigurationForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivs", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivM", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_40leadingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11", + "objc_name": "tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(element:section:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:trailingSwipeActionsConfigurationForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_41trailingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", + "objc_name": "tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Available" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "sectionIndexTitles", + "printedName": "sectionIndexTitles(for:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "[Swift.String]?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)sectionIndexTitlesForTableView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC18sectionIndexTitles3forSaySSGSgSo11UITableViewC_tF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "objc_name": "sectionIndexTitlesForTableView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "tableView", + "printedName": "tableView(_:sectionForSectionIndexTitle:at:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:sectionForSectionIndexTitle:atIndex:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_27sectionForSectionIndexTitle2atSiSo07UITableG0C_SSSitF", "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, + "objc_name": "tableView:sectionForSectionIndexTitle:atIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ElementPathV", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ErrorType", - "printedName": "ErrorType", - "children": [ - { - "kind": "Var", - "name": "clientError", - "printedName": "clientError", + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScroll:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScroll:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "serverError", - "printedName": "serverError", + "kind": "Function", + "name": "scrollViewWillBeginDragging", + "printedName": "scrollViewWillBeginDragging(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDragging:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDragging:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "frameworkError", - "printedName": "frameworkError", + "kind": "Function", + "name": "scrollViewWillEndDragging", + "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", "children": [ { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" } - ] + ], + "usr": "s:Sp" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "scrollViewDidEndDragging", + "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" }, { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDragging:willDecelerate:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "scrollViewShouldScrollToTop", + "printedName": "scrollViewShouldScrollToTop(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewShouldScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "objc_name": "scrollViewShouldScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", + "name": "scrollViewDidScrollToTop", + "printedName": "scrollViewDidScrollToTop(_:)", "children": [ { "kind": "TypeNominal", @@ -47000,398 +45072,192 @@ }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TranzzoError", - "printedName": "TranzzoError", - "children": [ - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvp", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScrollToTop:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "httpCode", - "printedName": "httpCode", + "kind": "Function", + "name": "scrollViewWillBeginDecelerating", + "printedName": "scrollViewWillBeginDecelerating(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDecelerating:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "type", - "printedName": "type", + "kind": "Function", + "name": "scrollViewDidEndDecelerating", + "printedName": "scrollViewDidEndDecelerating(_:)", "children": [ { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDecelerating:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "TableHeaderFooterAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "kind": "Function", + "name": "viewForZooming", + "printedName": "viewForZooming(in:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)viewForZoomingInScrollView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "objc_name": "viewForZoomingInScrollView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:)", + "name": "scrollViewWillBeginZooming", + "printedName": "scrollViewWillBeginZooming(_:with:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UITableViewHeaderFooterView?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "UITableViewHeaderFooterView", - "printedName": "UIKit.UITableViewHeaderFooterView", - "usr": "c:objc(cs)UITableViewHeaderFooterView" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginZooming:withView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "objc_name": "scrollViewWillBeginZooming:withView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "name": "scrollViewDidEndZooming", + "printedName": "scrollViewDidEndZooming(_:with:atScale:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" }, { "kind": "TypeNominal", @@ -47409,75 +45275,146 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndZooming:withView:atScale:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, + "objc_name": "scrollViewDidEndZooming:withView:atScale:", "declAttributes": [ - "DiscardableResult" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "reqNewWitnessTableEntry": true, + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "modelCellIdentifier", - "printedName": "modelCellIdentifier", + "kind": "Function", + "name": "scrollViewDidZoom", + "printedName": "scrollViewDidZoom(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidZoom:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidZoom:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], "isFromExtension": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidEndScrollingAnimation", + "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndScrollingAnimation:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndScrollingAnimation:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidChangeAdjustedContentInset", + "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidChangeAdjustedContentInset:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "Preconcurrency", + "Custom", "AccessControl", - "RawDocComment" + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -47487,1761 +45424,1310 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "TableHeaderFooterAdapter", - "printedName": "TableHeaderFooterAdapter", + "name": "CollectionAdapterEventID", + "printedName": "CollectionAdapterEventID", "children": [ { "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "name": "dequeue", + "printedName": "dequeue", "children": [ { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldSelect", + "printedName": "shouldSelect", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldDeselect", + "printedName": "shouldDeselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "name": "didSelect", + "printedName": "didSelect", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "events", - "printedName": "events", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { - "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", + "kind": "Var", + "name": "shouldShowEditMenu", + "printedName": "shouldShowEditMenu", "children": [ { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ())?", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", + "kind": "Var", + "name": "canPerformEditAction", + "printedName": "canPerformEditAction", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:)", + "kind": "Var", + "name": "performEditAction", + "printedName": "performEditAction", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableViewHeaderFooterView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "UITableViewHeaderFooterView", - "printedName": "UIKit.UITableViewHeaderFooterView", - "usr": "c:objc(cs)UITableViewHeaderFooterView" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeDecl", - "name": "HeaderFooterEvent", - "printedName": "HeaderFooterEvent", + "kind": "Var", + "name": "itemSize", + "printedName": "itemSize", "children": [ { - "kind": "Var", - "name": "isHeader", - "printedName": "isHeader", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "view", - "printedName": "view", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", + "children": [ { - "kind": "Var", - "name": "section", - "printedName": "section", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] } ] } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", "declAttributes": [ "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } ] }, { - "kind": "TypeDecl", - "name": "HeaderFooterEventsSubscriber", - "printedName": "HeaderFooterEventsSubscriber", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "height", - "printedName": "height", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:Sq" }, { - "kind": "Var", - "name": "estimatedHeight", - "printedName": "estimatedHeight", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionCellAdapterProtocol", + "printedName": "CollectionCellAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ] - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] - }, + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ { - "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inCollection:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "printedName": "Any?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" } ] } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "isOpen": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, { "kind": "Conformance", "name": "Escapable", @@ -49251,23 +46737,13 @@ }, { "kind": "Conformance", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" } ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "Import", "name": "Foundation", @@ -49279,13 +46755,141 @@ ] }, { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", + "kind": "TypeDecl", + "name": "CustomerData", + "printedName": "CustomerData", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(customerEmail:customerPhone:customerId:customerFname:customerLname:customerLang:customerCountry:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", + "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV", + "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "RawDocComment" + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -49300,29 +46904,8 @@ }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -49331,31 +46914,30 @@ }, { "kind": "TypeDecl", - "name": "FlowCollectionDirector", - "printedName": "FlowCollectionDirector", + "name": "ElementPath", + "printedName": "ElementPath", "children": [ { "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", + "name": "element", + "printedName": "element", "children": [ { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -49364,15 +46946,16 @@ "children": [ { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" }, { @@ -49387,15 +46970,16 @@ }, { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivs", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "set" }, { @@ -49410,8 +46994,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivM", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -49420,26 +47004,25 @@ }, { "kind": "Var", - "name": "sectionsInsets", - "printedName": "sectionsInsets", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -49448,15 +47031,16 @@ "children": [ { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" }, { @@ -49471,15 +47055,16 @@ }, { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivs", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "set" }, { @@ -49494,8 +47079,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivM", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -49503,27 +47088,55 @@ ] }, { - "kind": "Var", - "name": "minimumInteritemSpacing", - "printedName": "minimumInteritemSpacing", + "kind": "Constructor", + "name": "init", + "printedName": "init(element:section:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -49532,348 +47145,291 @@ "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "minimumLineSpacing", - "printedName": "minimumLineSpacing", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "stickyHeaders", - "printedName": "stickyHeaders", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "9.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "accessors": [ + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ElementPathV", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableAdapterCellAction", + "printedName": "TableAdapterCellAction", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deselect", + "printedName": "deselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deselectAnimated", + "printedName": "deselectAnimated", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "intro_iOS": "9.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Var", - "name": "stickyFooters", - "printedName": "stickyFooters", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "9.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "intro_iOS": "9.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "sectionInsetReference", - "printedName": "sectionInsetReference", + "name": "hashValue", + "printedName": "hashValue", "children": [ { "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -49882,5387 +47438,12015 @@ "children": [ { "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "intro_iOS": "11.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "layout", - "printedName": "layout", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableAdapterEventID", + "printedName": "TableAdapterEventID", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canEditRow", + "printedName": "canEditRow", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "commitEdit", + "printedName": "commitEdit", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(collection:flowLayout:)", + "kind": "Var", + "name": "canMoveRow", + "printedName": "canMoveRow", "children": [ { - "kind": "TypeNominal", - "name": "FlowCollectionDirector", - "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewLayout?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", + "kind": "Var", + "name": "moveRow", + "printedName": "moveRow", "children": [ { - "kind": "TypeNominal", - "name": "FlowCollectionDirector", - "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", - "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:sizeForItemAt:)", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:sizeForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout13sizeForItemAtSo6CGSizeVSo012UICollectionH0C_So0oH6LayoutC10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:sizeForItemAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:insetForSectionAt:)", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:insetForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout17insetForSectionAtSo12UIEdgeInsetsVSo012UICollectionH0C_So0pH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:insetForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:minimumInteritemSpacingForSectionAt:)", + "kind": "Var", + "name": "rowHeight", + "printedName": "rowHeight", "children": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout35minimumInteritemSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:minimumLineSpacingForSectionAt:)", + "kind": "Var", + "name": "rowHeightEstimated", + "printedName": "rowHeightEstimated", "children": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumLineSpacingForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout30minimumLineSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:minimumLineSpacingForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:referenceSizeForHeaderInSection:)", + "kind": "Var", + "name": "indentLevel", + "printedName": "indentLevel", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForHeaderInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:referenceSizeForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:referenceSizeForFooterInSection:)", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForFooterInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:referenceSizeForFooterInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", - "superclassNames": [ - "TranzzoPaymentSDK.CollectionDirector", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "kind": "Var", + "name": "editActions", + "printedName": "editActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "kind": "Var", + "name": "tapOnAccessory", + "printedName": "tapOnAccessory", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "kind": "Var", + "name": "willSelect", + "printedName": "willSelect", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "kind": "Var", + "name": "tap", + "printedName": "tap", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CustomerData", - "printedName": "CustomerData", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(customerEmail:customerPhone:customerId:customerFname:customerLname:customerLang:customerCountry:)", + "kind": "Var", + "name": "willDeselect", + "printedName": "willDeselect", "children": [ { - "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willBeginEdit", + "printedName": "willBeginEdit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didEndEdit", + "printedName": "didEndEdit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "editStyle", + "printedName": "editStyle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deleteConfirmTitle", + "printedName": "deleteConfirmTitle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "editShouldIndent", + "printedName": "editShouldIndent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "moveAdjustDestination", + "printedName": "moveAdjustDestination", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldShowMenu", + "printedName": "shouldShowMenu", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canPerformMenuAction", + "printedName": "canPerformMenuAction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "performMenuAction", + "printedName": "performMenuAction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "leadingSwipeActions", + "printedName": "leadingSwipeActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "trailingSwipeActions", + "printedName": "trailingSwipeActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TokenCardModel", + "printedName": "TokenCardModel", + "children": [ + { + "kind": "Var", + "name": "mask", + "printedName": "mask", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "token", + "printedName": "token", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isDefault", + "printedName": "isDefault", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(mask:token:isDefault:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "ConstraintWithKeyboardObserver", + "printedName": "ConstraintWithKeyboardObserver", + "children": [ + { + "kind": "Var", + "name": "additionalIndent", + "printedName": "additionalIndent", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "awakeFromNib", + "printedName": "awakeFromNib()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)awakeFromNib", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC12awakeFromNibyyF", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "objc_name": "awakeFromNib", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ConstraintWithKeyboardObserver", + "printedName": "TranzzoPaymentSDK.ConstraintWithKeyboardObserver", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)init", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSLayoutConstraint", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.NSLayoutConstraint", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableSectionHeaderFooterProtocol", + "printedName": "TableSectionHeaderFooterProtocol", + "children": [ + { + "kind": "Var", + "name": "section", + "printedName": "section", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:table:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReusableViewLoadSource", + "printedName": "ReusableViewLoadSource", + "children": [ + { + "kind": "Var", + "name": "fromStoryboard", + "printedName": "fromStoryboard", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "fromXib", + "printedName": "fromXib", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> (Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String?, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "fromClass", + "printedName": "fromClass", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ScrollViewEventsHandler", + "printedName": "ScrollViewEventsHandler", + "children": [ + { + "kind": "Var", + "name": "didScroll", + "printedName": "didScroll", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endScrollingAnimation", + "printedName": "endScrollingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldScrollToTop", + "printedName": "shouldScrollToTop", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didScrollToTop", + "printedName": "didScrollToTop", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginDragging", + "printedName": "willBeginDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willEndDragging", + "printedName": "willEndDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endDragging", + "printedName": "endDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginDecelerating", + "printedName": "willBeginDecelerating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endDecelerating", + "printedName": "endDecelerating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewForZooming", + "printedName": "viewForZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginZooming", + "printedName": "willBeginZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endZooming", + "printedName": "endZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didZoom", + "printedName": "didZoom", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didChangeAdjustedContentInset", + "printedName": "didChangeAdjustedContentInset", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableCellAdapter", + "printedName": "TableCellAdapter", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableCellAdapter", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableCellAdapter", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inTable:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Event", + "printedName": "Event", + "children": [ + { + "kind": "Var", + "name": "table", + "printedName": "table", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tableSize", + "printedName": "tableSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "indexPath", + "printedName": "indexPath", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "element", + "printedName": "element", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cell", + "printedName": "cell", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rowHeight", + "printedName": "rowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rowHeightEstimated", + "printedName": "rowHeightEstimated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "canEditRow", + "printedName": "canEditRow", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "commitEdit", + "printedName": "commitEdit", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "editActions", + "printedName": "editActions", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "canMoveRow", + "printedName": "canMoveRow", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", - "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV", - "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableCellAdapterProtocol", - "printedName": "TableCellAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "moveRow", + "printedName": "moveRow", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inTable:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "indentLevel", + "printedName": "indentLevel", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "StagedChangeset", - "printedName": "StagedChangeset", - "children": [ - { - "kind": "Var", - "name": "changesets", - "printedName": "changesets", - "children": [ - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>>", - "sugared_genericSig": ">", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.DifferentiableSection>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "startIndex", - "printedName": "startIndex", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "endIndex", - "printedName": "endIndex", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "index", - "printedName": "index(after:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "replaceSubrange", - "printedName": "replaceSubrange(_:with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_1" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_1 : Swift.RangeExpression, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>, τ_1_1.Bound == Swift.Int>", - "sugared_genericSig": ", R.Bound == Swift.Int>", - "declAttributes": [ - "Mutating", - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "Mutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "static": true, - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(arrayLiteral:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Changeset<τ_0_0>]", + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "debugDescription", - "printedName": "debugDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:section:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "RandomAccessCollection", - "printedName": "RandomAccessCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s5SliceV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sn" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "usr": "s:Sk", - "mangledName": "$sSk" - }, - { - "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ + }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "Var", + "name": "tapOnAccessory", + "printedName": "tapOnAccessory", "children": [ { "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] } ], - "usr": "s:s5SliceV" + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" - }, - { - "kind": "Conformance", - "name": "MutableCollection", - "printedName": "MutableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s5SliceV" - } - ] - } - ], - "usr": "s:SM", - "mangledName": "$sSM" - }, - { - "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "Var", + "name": "willSelect", + "printedName": "willSelect", "children": [ { "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] } ], - "usr": "s:s5SliceV" + "usr": "s:Sq" } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sn" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator>", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s16IndexingIteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:s5SliceV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", + "kind": "Var", + "name": "didSelect", + "printedName": "didSelect", "children": [ { "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sn" + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s16IndexingIteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "ExpressibleByArrayLiteral", - "printedName": "ExpressibleByArrayLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ArrayLiteralElement", - "printedName": "ArrayLiteralElement", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "usr": "s:s25ExpressibleByArrayLiteralP", - "mangledName": "$ss25ExpressibleByArrayLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "DifferentiateResult", - "printedName": "DifferentiateResult", - "children": [ - { - "kind": "Var", - "name": "deleted", - "printedName": "deleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "willDeselect", + "printedName": "willDeselect", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "inserted", - "printedName": "inserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "updated", - "printedName": "updated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "moved", - "printedName": "moved", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "metadata", - "printedName": "metadata", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "willBeginEdit", + "printedName": "willBeginEdit", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:Sq" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(deleted:inserted:updated:moved:metadata:)", - "children": [ - { - "kind": "TypeNominal", - "name": "DifferentiateResult", - "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "kind": "Var", + "name": "didEndEdit", + "printedName": "didEndEdit", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } - ] + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ] - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Trace", - "printedName": "Trace", - "children": [ - { - "kind": "Var", - "name": "reference", - "printedName": "reference", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "deleteOffset", - "printedName": "deleteOffset", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTracked", - "printedName": "isTracked", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK5TraceV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK5TraceVACyxGycfc", - "mangledName": "$s17TranzzoPaymentSDK5TraceVACyxGycfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "UsableFromInline" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK5TraceV", - "mangledName": "$s17TranzzoPaymentSDK5TraceV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Occurrence", - "printedName": "Occurrence", - "children": [ - { - "kind": "Var", - "name": "unique", - "printedName": "unique", - "children": [ + ] + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "kind": "Var", + "name": "editStyle", + "printedName": "editStyle", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", "children": [ { - "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(index: Swift.Int)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "duplicate", - "printedName": "duplicate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(reference: TranzzoPaymentSDK.IndicesReference)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", "children": [ { - "kind": "TypeNominal", - "name": "IndicesReference", - "printedName": "TranzzoPaymentSDK.IndicesReference", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", - "moduleName": "TranzzoPaymentSDK" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "IndicesReference", - "printedName": "IndicesReference", - "children": [ - { - "kind": "Var", - "name": "indices", - "printedName": "indices", - "children": [ - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "deleteConfirmTitle", + "printedName": "deleteConfirmTitle", "children": [ { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "position", - "printedName": "position", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "editShouldIndent", + "printedName": "editShouldIndent", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "moveAdjustDestination", + "printedName": "moveAdjustDestination", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "IndicesReference", - "printedName": "TranzzoPaymentSDK.IndicesReference", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "push", - "printedName": "push(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "next", - "printedName": "next()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TableKey", - "printedName": "TableKey", - "children": [ - { - "kind": "Var", - "name": "pointeeHashValue", - "printedName": "pointeeHashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pointer", - "printedName": "pointer", - "children": [ + ] + }, { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:SP" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:SP" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(pointer:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - }, - { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:SP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + ] }, { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "kind": "Var", + "name": "shouldShowMenu", + "printedName": "shouldShowMenu", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - }, - { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "static": true, - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + ] }, { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "UsableFromInline" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "canPerformMenuAction", + "printedName": "canPerformMenuAction", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, "declAttributes": [ - "UsableFromInline" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK8TableKeyV", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Function", - "name": "differentiate", - "printedName": "differentiate(source:target:trackTargetIndexAsUpdated:mapIndex:updatedElements:undeletedElements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "DifferentiateResult", - "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_1>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:s15ContiguousArrayV" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:s15ContiguousArrayV" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Int) -> τ_0_1", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "typeAttributes": [ - "noescape" - ] - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((τ_0_0) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((τ_0_0) -> ())?", - "children": [ + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", + "kind": "Var", + "name": "performMenuAction", + "printedName": "performMenuAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", - "mangledName": "$s17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "Changeset", - "printedName": "Changeset", - "children": [ - { - "kind": "Var", - "name": "data", - "printedName": "data", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionDeleted", - "printedName": "sectionDeleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionInserted", - "printedName": "sectionInserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionUpdated", - "printedName": "sectionUpdated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionMoved", - "printedName": "sectionMoved", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "leadingSwipeActions", + "printedName": "leadingSwipeActions", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", "children": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementDeleted", - "printedName": "elementDeleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } + "declAttributes": [ + "Lazy", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementInserted", - "printedName": "elementInserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "trailingSwipeActions", + "printedName": "trailingSwipeActions", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", "children": [ { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } + "declAttributes": [ + "Lazy", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementUpdated", - "printedName": "elementUpdated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TableCellAdapterProtocol", + "printedName": "TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "StagedChangeset", + "printedName": "StagedChangeset", + "children": [ { "kind": "Var", - "name": "elementMoved", - "printedName": "elementMoved", + "name": "changesets", + "printedName": "changesets", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "UsableFromInline" ], "hasStorage": true, "accessors": [ @@ -55273,35 +59457,29 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55320,35 +59498,29 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55367,8 +59539,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55380,12 +59552,12 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(data:sectionDeleted:sectionInserted:sectionUpdated:sectionMoved:elementDeleted:elementInserted:elementUpdated:elementMoved:)", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55393,175 +59565,190 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, + "printedName": "τ_1_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>>", + "sugared_genericSig": ">", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:)", + "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.DifferentiableSection>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:)", + "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:section:)", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "Inlinable" ], + "isFromExtension": true, "init_kind": "Designated" }, { "kind": "Var", - "name": "sectionChangeCount", - "printedName": "sectionChangeCount", + "name": "startIndex", + "printedName": "startIndex", "children": [ { "kind": "TypeNominal", @@ -55571,13 +59758,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55592,19 +59780,20 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "elementChangeCount", - "printedName": "elementChangeCount", + "name": "endIndex", + "printedName": "endIndex", "children": [ { "kind": "TypeNominal", @@ -55614,13 +59803,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55635,20 +59825,27 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "changeCount", - "printedName": "changeCount", + "kind": "Function", + "name": "index", + "printedName": "index(after:)", "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, { "kind": "TypeNominal", "name": "Int", @@ -55656,57 +59853,55 @@ "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl", "Inlinable" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "hasSectionChanges", - "printedName": "hasSectionChanges", - "children": [ + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "declKind": "Subscript", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55715,106 +59910,135 @@ "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "hasElementChanges", - "printedName": "hasElementChanges", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "accessors": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", - "accessorKind": "get" + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "hasChanges", - "printedName": "hasChanges", + "kind": "Function", + "name": "replaceSubrange", + "printedName": "replaceSubrange(_:with:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_1 : Swift.RangeExpression, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>, τ_1_1.Bound == Swift.Int>", + "sugared_genericSig": ", R.Bound == Swift.Int>", "declAttributes": [ + "Mutating", "AccessControl", "Inlinable" ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "Mutating" }, { "kind": "Function", @@ -55829,8 +60053,8 @@ }, { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55838,12 +60062,12 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55851,163 +60075,80 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", "sugared_genericSig": "", "static": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "Inlinable" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "debugDescription", - "printedName": "debugDescription", + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Changeset<τ_0_0>]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "usr": "s:Sa" } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK9ChangesetV", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "PassKit", - "printedName": "PassKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "Differentiable", - "printedName": "Differentiable", - "children": [ { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "debugDescription", + "printedName": "debugDescription", "children": [ { "kind": "TypeNominal", @@ -56017,10 +60158,13 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -56035,82 +60179,34 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -56120,262 +60216,511 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ElementRepresentable", - "printedName": "ElementRepresentable", - "children": [ + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, { - "kind": "Var", - "name": "modelClassIdentifier", - "printedName": "modelClassIdentifier", + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] } - ] + ], + "usr": "s:SM", + "mangledName": "$sSM" }, { - "kind": "Var", - "name": "modelClassIdentifier", - "printedName": "modelClassIdentifier", + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + ] } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + ], + "usr": "s:Sl", + "mangledName": "$sSl" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "children": [ - { - "kind": "Var", - "name": "elements", - "printedName": "elements", + "name": "Sequence", + "printedName": "Sequence", "children": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator>", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s16IndexingIteratorV" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection, τ_1_0 : Swift.Collection, τ_1_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ + "usr": "s:ST", + "mangledName": "$sST" + }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" } ] }, @@ -56390,57 +60735,30 @@ ] }, { - "kind": "TypeDecl", - "name": "BaseResponse", - "printedName": "BaseResponse", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK12BaseResponseV", - "mangledName": "$s17TranzzoPaymentSDK12BaseResponseV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "Vision", + "printedName": "Vision", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "AVFoundation", + "printedName": "AVFoundation", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -56452,7 +60770,10 @@ "name": "Foundation", "printedName": "Foundation", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] }, { "kind": "Import", @@ -56463,252 +60784,54 @@ }, { "kind": "Import", - "name": "SwiftUI", - "printedName": "SwiftUI", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "DeveloperToolsSupport", - "printedName": "DeveloperToolsSupport", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "UICollectionView", - "printedName": "UICollectionView", - "children": [ - { - "kind": "Function", - "name": "reload", - "printedName": "reload(using:interrupt:setData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "typeAttributes": [ - "noescape" - ] - } - ], - "declKind": "Func", - "usr": "s:So16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", - "mangledName": "$sSo16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "Preconcurrency", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UICollectionView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UICollectionView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIScrollView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIScrollView", - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "TypeDecl", - "name": "UITableViewHeaderFooterView", - "printedName": "UITableViewHeaderFooterView", + "name": "String", + "printedName": "String", "children": [ { "kind": "Var", - "name": "reusableViewClass", - "printedName": "reusableViewClass", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any AnyObject.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", + "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "static": true, "declAttributes": [ - "Final", - "Preconcurrency", - "Custom", "AccessControl" ], "isFromExtension": true, @@ -56720,25 +60843,15 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any AnyObject.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", + "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "static": true, - "declAttributes": [ - "Final" - ], "isFromExtension": true, "accessorKind": "get" } @@ -56746,53 +60859,42 @@ }, { "kind": "Function", - "name": "reusableViewSource", - "printedName": "reusableViewSource()", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", + "usr": "s:SS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$sSS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", "moduleName": "TranzzoPaymentSDK", - "static": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "Final", "AccessControl" ], "isFromExtension": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "c:objc(cs)UITableViewHeaderFooterView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UITableViewHeaderFooterView", + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" + "EagerMove", + "Frozen" ], - "superclassUsr": "c:objc(cs)UIView", "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], "conformances": [ { "kind": "Conformance", @@ -56810,123 +60912,80 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "ElementRepresentable", + "printedName": "ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UITableViewCell", - "printedName": "UITableViewCell", - "declKind": "Class", - "usr": "c:objc(cs)UITableViewCell", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UITableViewCell", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" }, { "kind": "Conformance", @@ -56937,186 +60996,488 @@ }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UICollectionReusableView", - "printedName": "UICollectionReusableView", - "declKind": "Class", - "usr": "c:objc(cs)UICollectionReusableView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UICollectionReusableView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" } ] }, { "kind": "TypeDecl", - "name": "String", - "printedName": "String", + "name": "Int", + "printedName": "Int", "children": [ { "kind": "Var", @@ -57131,8 +61492,8 @@ } ], "declKind": "Var", - "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvp", - "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -57152,8 +61513,8 @@ } ], "declKind": "Accessor", - "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvg", - "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", "isFromExtension": true, "accessorKind": "get" @@ -57179,8 +61540,8 @@ } ], "declKind": "Func", - "usr": "s:SS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$sSS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "s:Si17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$sSi17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -57190,15 +61551,158 @@ } ], "declKind": "Struct", - "usr": "s:SS", - "mangledName": "$sSS", + "usr": "s:Si", + "mangledName": "$sSi", "moduleName": "Swift", "declAttributes": [ - "EagerMove", "Frozen" ], "isExternal": true, "conformances": [ + { + "kind": "Conformance", + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" + }, + { + "kind": "Conformance", + "name": "SignedInteger", + "printedName": "SignedInteger", + "usr": "s:SZ", + "mangledName": "$sSZ" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "BinaryInteger", + "printedName": "BinaryInteger", + "children": [ + { + "kind": "TypeWitness", + "name": "Words", + "printedName": "Words", + "children": [ + { + "kind": "TypeNominal", + "name": "Words", + "printedName": "Swift.Int.Words", + "usr": "s:Si5WordsV" + } + ] + } + ], + "usr": "s:Sz", + "mangledName": "$sSz" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, { "kind": "Conformance", "name": "Copyable", @@ -57248,13 +61752,6 @@ "usr": "s:s22CodingKeyRepresentableP", "mangledName": "$ss22CodingKeyRepresentableP" }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, { "kind": "Conformance", "name": "CustomReflectable", @@ -57271,509 +61768,427 @@ }, { "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", + "name": "SIMDScalar", + "printedName": "SIMDScalar", "children": [ { "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", "children": [ { "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] }, { "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "SIMD2Storage", + "printedName": "Swift.Int.SIMD2Storage", + "usr": "s:Si12SIMD2StorageV" } ] }, { "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", "children": [ { "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" + "name": "SIMD4Storage", + "printedName": "Swift.Int.SIMD4Storage", + "usr": "s:Si12SIMD4StorageV" } ] }, { "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", "children": [ { "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" + "name": "SIMD8Storage", + "printedName": "Swift.Int.SIMD8Storage", + "usr": "s:Si12SIMD8StorageV" } ] }, { "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", "children": [ { "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" + "name": "SIMD16Storage", + "printedName": "Swift.Int.SIMD16Storage", + "usr": "s:Si13SIMD16StorageV" } ] }, { "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "SIMD32Storage", + "printedName": "Swift.Int.SIMD32Storage", + "usr": "s:Si13SIMD32StorageV" } ] }, { "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", "children": [ { "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" + "name": "SIMD64Storage", + "printedName": "Swift.Int.SIMD64Storage", + "usr": "s:Si13SIMD64StorageV" } ] } ], - "usr": "s:Sl", - "mangledName": "$sSl" + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" }, { "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", "children": [ { "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", + "name": "_Arg", + "printedName": "_Arg", "children": [ { "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" } ] - }, + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ { "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", "children": [ { "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" } ] } ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" + "name": "MLTensorRangeExpression", + "printedName": "MLTensorRangeExpression", + "usr": "s:6CoreML23MLTensorRangeExpressionP", + "mangledName": "$s6CoreML23MLTensorRangeExpressionP" }, { "kind": "Conformance", - "name": "StringProtocol", - "printedName": "StringProtocol", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", "children": [ { "kind": "TypeWitness", - "name": "UTF8View", - "printedName": "UTF8View", + "name": "_Arg", + "printedName": "_Arg", "children": [ { "kind": "TypeNominal", - "name": "UTF8View", - "printedName": "Swift.String.UTF8View", - "usr": "s:SS8UTF8ViewV" + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" } ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UICollectionView", + "printedName": "UICollectionView", + "children": [ + { + "kind": "Function", + "name": "reload", + "printedName": "reload(using:interrupt:setData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "TypeWitness", - "name": "UTF16View", - "printedName": "UTF16View", + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "UTF16View", - "printedName": "Swift.String.UTF16View", - "usr": "s:SS9UTF16ViewV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { - "kind": "TypeWitness", - "name": "UnicodeScalarView", - "printedName": "UnicodeScalarView", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "UnicodeScalarView", - "printedName": "Swift.String.UnicodeScalarView", - "usr": "s:SS17UnicodeScalarViewV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] } - ] + ], + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } + ], + "typeAttributes": [ + "noescape" ] } ], - "usr": "s:Sy", - "mangledName": "$sSy" + "declKind": "Func", + "usr": "s:So16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", + "mangledName": "$sSo16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "Preconcurrency", + "Custom", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UICollectionView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UICollectionView", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIScrollView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIScrollView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" }, { "kind": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" } ] }, @@ -57937,26 +62352,36 @@ }, { "kind": "TypeDecl", - "name": "Int", - "printedName": "Int", + "name": "UITableViewHeaderFooterView", + "printedName": "UITableViewHeaderFooterView", "children": [ { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "reusableViewClass", + "printedName": "reusableViewClass", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ExistentialMetatype", + "printedName": "any AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] } ], "declKind": "Var", - "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvp", - "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ + "Final", + "Preconcurrency", + "Custom", "AccessControl" ], "isFromExtension": true, @@ -57968,15 +62393,25 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ExistentialMetatype", + "printedName": "any AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] } ], "declKind": "Accessor", - "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvg", - "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final" + ], "isFromExtension": true, "accessorKind": "get" } @@ -57984,98 +62419,102 @@ }, { "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", + "name": "reusableViewSource", + "printedName": "reusableViewSource()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Func", - "usr": "s:Si17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$sSi17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ + "Preconcurrency", + "Custom", + "Final", "AccessControl" ], "isFromExtension": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:Si", - "mangledName": "$sSi", - "moduleName": "Swift", + "declKind": "Class", + "usr": "c:objc(cs)UITableViewHeaderFooterView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UITableViewHeaderFooterView", "declAttributes": [ - "Frozen" + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" ], + "superclassUsr": "c:objc(cs)UIView", "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], "conformances": [ { "kind": "Conformance", - "name": "FixedWidthInteger", - "printedName": "FixedWidthInteger", - "usr": "s:s17FixedWidthIntegerP", - "mangledName": "$ss17FixedWidthIntegerP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "SignedInteger", - "printedName": "SignedInteger", - "usr": "s:SZ", - "mangledName": "$sSZ" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "_ExpressibleByBuiltinIntegerLiteral", - "printedName": "_ExpressibleByBuiltinIntegerLiteral", - "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", - "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "BinaryInteger", - "printedName": "BinaryInteger", - "children": [ - { - "kind": "TypeWitness", - "name": "Words", - "printedName": "Words", - "children": [ - { - "kind": "TypeNominal", - "name": "Words", - "printedName": "Swift.Int.Words", - "usr": "s:Si5WordsV" - } - ] - } - ], - "usr": "s:Sz", - "mangledName": "$sSz" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "SignedNumeric", - "printedName": "SignedNumeric", - "usr": "s:s13SignedNumericP", - "mangledName": "$ss13SignedNumericP" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", @@ -58086,84 +62525,61 @@ }, { "kind": "Conformance", - "name": "Numeric", - "printedName": "Numeric", - "children": [ - { - "kind": "TypeWitness", - "name": "Magnitude", - "printedName": "Magnitude", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:Sj", - "mangledName": "$sSj" - }, - { - "kind": "Conformance", - "name": "Strideable", - "printedName": "Strideable", - "children": [ - { - "kind": "TypeWitness", - "name": "Stride", - "printedName": "Stride", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:Sx", - "mangledName": "$sSx" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "AdditiveArithmetic", - "printedName": "AdditiveArithmetic", - "usr": "s:s18AdditiveArithmeticP", - "mangledName": "$ss18AdditiveArithmeticP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" }, { "kind": "Conformance", - "name": "ExpressibleByIntegerLiteral", - "printedName": "ExpressibleByIntegerLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "IntegerLiteralType", - "printedName": "IntegerLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:s27ExpressibleByIntegerLiteralP", - "mangledName": "$ss27ExpressibleByIntegerLiteralP" + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UITableViewCell", + "printedName": "UITableViewCell", + "declKind": "Class", + "usr": "c:objc(cs)UITableViewCell", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UITableViewCell", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ { "kind": "Conformance", "name": "Copyable", @@ -58180,59 +62596,17 @@ }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - }, - { - "kind": "Conformance", - "name": "ElementRepresentable", - "printedName": "ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", @@ -58243,211 +62617,165 @@ }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "SIMDScalar", - "printedName": "SIMDScalar", - "children": [ - { - "kind": "TypeWitness", - "name": "SIMDMaskScalar", - "printedName": "SIMDMaskScalar", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD2Storage", - "printedName": "SIMD2Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD2Storage", - "printedName": "Swift.Int.SIMD2Storage", - "usr": "s:Si12SIMD2StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD4Storage", - "printedName": "SIMD4Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD4Storage", - "printedName": "Swift.Int.SIMD4Storage", - "usr": "s:Si12SIMD4StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD8Storage", - "printedName": "SIMD8Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD8Storage", - "printedName": "Swift.Int.SIMD8Storage", - "usr": "s:Si12SIMD8StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD16Storage", - "printedName": "SIMD16Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD16Storage", - "printedName": "Swift.Int.SIMD16Storage", - "usr": "s:Si13SIMD16StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD32Storage", - "printedName": "SIMD32Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD32Storage", - "printedName": "Swift.Int.SIMD32Storage", - "usr": "s:Si13SIMD32StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD64Storage", - "printedName": "SIMD64Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD64Storage", - "printedName": "Swift.Int.SIMD64Storage", - "usr": "s:Si13SIMD64StorageV" - } - ] - } - ], - "usr": "s:s10SIMDScalarP", - "mangledName": "$ss10SIMDScalarP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UICollectionReusableView", + "printedName": "UICollectionReusableView", + "declKind": "Class", + "usr": "c:objc(cs)UICollectionReusableView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UICollectionReusableView", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", - "children": [ - { - "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" - } - ] - } - ], - "usr": "s:10Foundation18_FormatSpecifiableP", - "mangledName": "$s10Foundation18_FormatSpecifiableP" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSNumber", - "printedName": "Foundation.NSNumber", - "usr": "c:objc(cs)NSNumber" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "MLTensorRangeExpression", - "printedName": "MLTensorRangeExpression", - "usr": "s:6CoreML23MLTensorRangeExpressionP", - "mangledName": "$s6CoreML23MLTensorRangeExpressionP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", - "children": [ - { - "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" - } - ] - } - ], - "usr": "s:7SwiftUI18_FormatSpecifiableP", - "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" } ] } @@ -58456,485 +62784,877 @@ }, "ConstValues": [ { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3017, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1902, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1924, + "length": 12, + "value": "2" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1946, + "length": 15, + "value": "3" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1996, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 2016, + "length": 11, + "value": "6" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", + "kind": "Array", + "offset": 2483, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", + "kind": "Array", + "offset": 2518, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 205, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 234, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", + "kind": "StringLiteral", + "offset": 240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentsConfig.swift", + "kind": "BooleanLiteral", + "offset": 530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "32.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "FloatLiteral", + "offset": 640, + "length": 12, + "value": "0.6180469716" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 28, + "value": "\"com.cardscanner.controller\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 943, + "length": 11, + "value": "\"bolt.fill\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 17, + "value": "\"bolt.slash.fill\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/Product.swift", + "kind": "StringLiteral", + "offset": 368, + "length": 9, + "value": "\"non-vat\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", + "kind": "BooleanLiteral", + "offset": 1365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", + "kind": "BooleanLiteral", + "offset": 8370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 573, + "length": 12, + "value": "0.1176470588" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 593, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 687, + "length": 12, + "value": "0.5803921569" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 708, + "length": 12, + "value": "0.6274509804" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 728, + "length": 12, + "value": "0.9333333333" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 826, + "length": 12, + "value": "0.1176470588" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 846, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 932, + "length": 12, + "value": "0.9568627451" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 953, + "length": 12, + "value": "0.9607843137" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 983, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1065, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1074, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1145, + "length": 12, + "value": "0.8078431373" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1166, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1185, + "length": 12, + "value": "0.8823529412" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1305, "length": 12, - "value": "\"payment_id\"" + "value": "0.1176470588" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3053, - "length": 10, - "value": "\"order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1325, + "length": 11, + "value": "0.831372549" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3094, - "length": 18, - "value": "\"gateway_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3143, - "length": 18, - "value": "\"billing_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1416, + "length": 12, + "value": "0.3882352941" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3191, - "length": 16, - "value": "\"transaction_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1437, + "length": 12, + "value": "0.4431372549" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3229, - "length": 8, - "value": "\"pos_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1457, + "length": 12, + "value": "0.5058823529" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3258, - "length": 6, - "value": "\"mode\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1478, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3287, - "length": 8, - "value": "\"method\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1538, + "length": 12, + "value": "0.2705882353" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3318, - "length": 8, - "value": "\"amount\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1559, + "length": 12, + "value": "0.3058823529" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3351, - "length": 10, - "value": "\"currency\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1579, + "length": 12, + "value": "0.3568627451" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3389, - "length": 13, - "value": "\"description\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1600, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3425, - "length": 8, - "value": "\"status\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1660, + "length": 12, + "value": "0.1294117647" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3460, - "length": 13, - "value": "\"status_code\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1681, + "length": 12, + "value": "0.1647058824" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3507, - "length": 20, - "value": "\"status_description\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1701, + "length": 12, + "value": "0.2117647059" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3562, - "length": 22, - "value": "\"user_action_required\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1722, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3614, - "length": 17, - "value": "\"user_action_url\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3651, - "length": 5, - "value": "\"eci\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1793, + "length": 12, + "value": "0.6509803922" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3676, - "length": 5, - "value": "\"mcc\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1813, + "length": 12, + "value": "0.6509803922" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3708, - "length": 13, - "value": "\"options_3ds\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1834, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3744, - "length": 9, - "value": "\"cc_mask\"" + "offset": 1936, + "length": 35, + "value": "\"Оплата замовлення\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3777, - "length": 10, - "value": "\"cc_token\"" + "offset": 2016, + "length": 27, + "value": "\"Розмір внеску\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3821, - "length": 21, - "value": "\"cc_token_expiration\"" + "offset": 2094, + "length": 27, + "value": "\"Введіть сумму\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3869, - "length": 13, - "value": "\"customer_id\"" + "offset": 2166, + "length": 29, + "value": "\"Оплата карткою\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3909, - "length": 13, - "value": "\"customer_ip\"" + "offset": 2238, + "length": 18, + "value": "\"Оплатити\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3952, - "length": 16, - "value": "\"customer_fname\"" + "offset": 2306, + "length": 27, + "value": "\"Додати картку\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3998, - "length": 16, - "value": "\"customer_lname\"" + "offset": 2381, + "length": 34, + "value": "\"Картка з помилкою\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4044, - "length": 16, - "value": "\"customer_email\"" + "offset": 2465, + "length": 44, + "value": "\"Введіть чи відскануйте\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4090, - "length": 16, - "value": "\"customer_phone\"" + "offset": 2562, + "length": 6, + "value": "\"ММ\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4138, - "length": 18, - "value": "\"customer_country\"" + "offset": 2620, + "length": 6, + "value": "\"ГГ\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4182, - "length": 12, - "value": "\"result_url\"" + "offset": 2673, + "length": 5, + "value": "\"CVV\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4220, - "length": 12, - "value": "\"created_at\"" + "offset": 2725, + "length": 29, + "value": "\"Відміна оплати\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4263, - "length": 17, - "value": "\"processing_time\"" + "offset": 2807, + "length": 52, + "value": "\"Ви хочете скасувати оплату?\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4304, - "length": 9, - "value": "\"payload\"" + "offset": 2908, + "length": 20, + "value": "\"Скасувати\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4343, - "length": 17, - "value": "\"bank_short_name\"" + "offset": 2976, + "length": 22, + "value": "\"Продовжити\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4394, - "length": 21, - "value": "\"customer_user_agent\"" + "offset": 3047, + "length": 33, + "value": "\"Збережені картки\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4444, - "length": 15, - "value": "\"customer_city\"" + "offset": 3123, + "length": 23, + "value": "\"Інша картка\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4479, - "length": 5, - "value": "\"rrn\"" + "offset": 3197, + "length": 46, + "value": "\"Обрати збережену картку\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4509, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1697, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1717, + "length": 10, + "value": "2" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1734, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1751, "length": 11, - "value": "\"auth_code\"" + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4540, - "length": 5, - "value": "\"dcc\"" + "offset": 201, + "length": 22, + "value": "\"^(\\d\\s*){12,18}\\d$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4568, - "length": 9, - "value": "\"otp_url\"" + "offset": 277, + "length": 38, + "value": "\"^[4-6]\\d{3}\\s(\\d{4,}\\s){1,}\\d{3,}$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4616, - "length": 26, - "value": "\"make_payment_description\"" + "offset": 368, + "length": 12, + "value": "\"(\\s{1,})\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4675, - "length": 19, - "value": "\"customer_birthday\"" + "offset": 419, + "length": 25, + "value": "\"^.*?(\\d{2})\\\/(\\d{2})$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4717, - "length": 8, - "value": "\"payway\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", + "kind": "Array", + "offset": 471, + "length": 126, + "value": "[\"visa\", \"mastercard\", \"amex\", \"debit\", \"credit\", \"from\", \"end\", \"valid\", \"exp\", \"until\", \"account\", \"number\", \"sort\", \"code\"]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4758, - "length": 19, - "value": "\"customer_patronym\"" + "offset": 651, + "length": 37, + "value": "\"^(MISS|MRS|MS|MR|DR|PROF)\\.?\\s.*$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4806, - "length": 15, - "value": "\"terminal_name\"" + "offset": 727, + "length": 45, + "value": "\"^[A-Z']{1,24}\\.?\\s[A-Z][A-Z'\\s]{3,23}\\.?$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4854, - "length": 20, - "value": "\"recipient_cc_token\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "Array", + "offset": 3504, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "Array", + "offset": 3664, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "BooleanLiteral", + "offset": 6503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/AnyAmountCell\/AnyAmountCell.swift", "kind": "StringLiteral", - "offset": 4906, - "length": 19, - "value": "\"recipient_cc_mask\"" + "offset": 797, + "length": 10, + "value": "\"# ###,##\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 4950, - "length": 11, - "value": "\"dcc_rates\"" + "offset": 216, + "length": 3, + "value": "\"5\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 4991, - "length": 16, - "value": "\"traffic_source\"" + "offset": 250, + "length": 37, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5031, - "length": 9, - "value": "\"gateway\"" + "offset": 286, + "length": 1, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5070, - "length": 16, - "value": "\"payment_system\"" + "offset": 317, + "length": 36, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5111, - "length": 11, - "value": "\"entity_id\"" + "offset": 352, + "length": 1, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5159, - "length": 24, - "value": "\"external_terminal_name\"" + "offset": 383, + "length": 6, + "value": "\"true\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", + "kind": "IntegerLiteral", + "offset": 576, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5214, - "length": 17, - "value": "\"recipient_email\"" + "offset": 607, + "length": 40, + "value": "\"AppleWebKit\/537.36 (KHTML, like Gecko)\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5262, - "length": 17, - "value": "\"recipient_phone\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 888, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5310, - "length": 17, - "value": "\"recipient_fname\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 919, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 17, - "value": "\"recipient_lname\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 949, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5409, - "length": 20, - "value": "\"recipient_patronym\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1000, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5461, - "length": 19, - "value": "\"merchant_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1038, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5507, - "length": 13, - "value": "\"receipt_url\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1077, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5552, - "length": 18, - "value": "\"processed_amount\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1115, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5604, - "length": 20, - "value": "\"processed_currency\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1182, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5648, - "length": 9, - "value": "\"comment\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2024, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5687, - "length": 17, - "value": "\"registry_ref_no\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2111, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5732, - "length": 14, - "value": "\"processed_at\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2183, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentsConfig.swift", - "kind": "BooleanLiteral", - "offset": 530, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/WriteSafeSemaphore.swift", + "kind": "IntegerLiteral", + "offset": 202, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", "kind": "BooleanLiteral", - "offset": 1002, + "offset": 1924, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", - "kind": "BooleanLiteral", - "offset": 10556, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 3774, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/NavigationController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 3972, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 4334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", "kind": "BooleanLiteral", - "offset": 257, + "offset": 7758, "length": 5, "value": "false" }, @@ -58953,823 +63673,879 @@ "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1697, - "length": 13, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/PlaceholderFormatters\/Formatters\/PlaceholderTextInputFormatter.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", "kind": "IntegerLiteral", - "offset": 1717, - "length": 10, - "value": "2" + "offset": 452, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1734, - "length": 10, - "value": "3" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 3, + "value": "\".\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1751, - "length": 11, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 3, + "value": "\"-\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", - "kind": "BooleanLiteral", - "offset": 1365, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", - "kind": "BooleanLiteral", - "offset": 8370, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextInputFormatter.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 3, + "value": "\"-\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextInputFormatter.swift", "kind": "StringLiteral", - "offset": 175, - "length": 2, - "value": "\"\"" + "offset": 2015, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/DefaultFormatters\/Formatters\/DefaultTextInputFormatter.swift", "kind": "StringLiteral", - "offset": 205, - "length": 2, - "value": "\"\"" + "offset": 1124, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/DefaultFormatters\/Formatters\/DefaultTextFormatter.swift", "kind": "StringLiteral", - "offset": 234, - "length": 2, - "value": "\"\"" + "offset": 2922, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/PlaceholderFormatters\/Formatters\/PlaceholderTextFormatter.swift", "kind": "StringLiteral", - "offset": 263, + "offset": 895, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "IntegerLiteral", + "offset": 1148, "length": 2, - "value": "\"\"" + "value": "60" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/WriteSafeSemaphore.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", "kind": "IntegerLiteral", - "offset": 202, + "offset": 1194, "length": 1, - "value": "1" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "FloatLiteral", + "offset": 1234, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "BooleanLiteral", + "offset": 1742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", + "kind": "FloatLiteral", + "offset": 568, + "length": 4, + "value": "60.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", + "kind": "FloatLiteral", + "offset": 624, + "length": 4, + "value": "60.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3102, - "length": 12, - "value": "1" + "offset": 1608, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 2218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3121, - "length": 14, + "offset": 3180, + "length": 1, "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3142, - "length": 9, - "value": "3" + "offset": 5761, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3158, - "length": 11, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 6650, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3176, - "length": 12, - "value": "5" + "offset": 6678, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3195, - "length": 14, - "value": "6" + "offset": 7498, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3216, - "length": 15, - "value": "7" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 8804, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3238, - "length": 11, - "value": "8" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 2, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3256, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3165, "length": 10, - "value": "9" + "value": "\"cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3273, - "length": 18, - "value": "10" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3202, + "length": 11, + "value": "\"cc_number\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3298, - "length": 20, - "value": "11" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3238, + "length": 11, + "value": "\"exp_month\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3325, - "length": 17, - "value": "12" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3273, + "length": 10, + "value": "\"exp_year\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3349, - "length": 8, - "value": "13" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3307, + "length": 10, + "value": "\"card_cvv\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3364, - "length": 8, - "value": "14" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3357, + "length": 18, + "value": "\"order_3ds_bypass\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3435, - "length": 8, - "value": "15" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3434, + "length": 16, + "value": "\"customer_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3450, - "length": 14, - "value": "16" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3480, + "length": 16, + "value": "\"customer_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 16, - "value": "17" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3523, + "length": 13, + "value": "\"customer_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4352, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 16, + "value": "\"customer_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4360, - "length": 10, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 16, + "value": "\"customer_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4377, - "length": 10, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3657, + "length": 15, + "value": "\"customer_lang\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4394, - "length": 10, - "value": "3" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3704, + "length": 18, + "value": "\"customer_country\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4411, - "length": 7, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3800, + "length": 10, + "value": "\"order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4425, - "length": 8, - "value": "5" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3923, + "length": 12, + "value": "\"server_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4440, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3985, "length": 14, - "value": "6" + "value": "\"merchant_mcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4461, - "length": 9, - "value": "7" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 4062, + "length": 21, + "value": "\"browser_fingerprint\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4477, - "length": 18, - "value": "8" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 12, + "value": "\"payment_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4502, - "length": 11, - "value": "9" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3053, + "length": 10, + "value": "\"order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4520, - "length": 11, - "value": "10" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3094, + "length": 18, + "value": "\"gateway_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4538, - "length": 16, - "value": "11" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3143, + "length": 18, + "value": "\"billing_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4561, - "length": 11, - "value": "12" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3191, + "length": 16, + "value": "\"transaction_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4579, - "length": 14, - "value": "13" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3229, + "length": 8, + "value": "\"pos_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4600, - "length": 10, - "value": "14" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3258, + "length": 6, + "value": "\"mode\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4617, - "length": 3, - "value": "15" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 8, + "value": "\"method\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4627, - "length": 12, - "value": "16" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3318, + "length": 8, + "value": "\"amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4646, - "length": 11, - "value": "17" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3351, + "length": 10, + "value": "\"currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4664, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3389, "length": 13, - "value": "18" + "value": "\"description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4684, - "length": 10, - "value": "19" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3425, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4701, - "length": 9, - "value": "20" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3460, + "length": 13, + "value": "\"status_code\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4717, - "length": 18, - "value": "21" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3507, + "length": 20, + "value": "\"status_description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4742, - "length": 16, - "value": "22" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3562, + "length": 22, + "value": "\"user_action_required\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4765, - "length": 21, - "value": "23" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3614, + "length": 17, + "value": "\"user_action_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4793, - "length": 10, - "value": "24" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3651, + "length": 5, + "value": "\"eci\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4810, - "length": 14, - "value": "25" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3676, + "length": 5, + "value": "\"mcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4831, - "length": 20, - "value": "26" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3708, + "length": 13, + "value": "\"options_3ds\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4858, - "length": 17, - "value": "27" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3744, + "length": 9, + "value": "\"cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4882, - "length": 15, - "value": "28" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3777, + "length": 10, + "value": "\"cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4904, - "length": 12, - "value": "29" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3821, + "length": 21, + "value": "\"cc_token_expiration\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4923, - "length": 14, - "value": "30" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3869, + "length": 13, + "value": "\"customer_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4944, - "length": 8, - "value": "31" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3909, + "length": 13, + "value": "\"customer_ip\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4959, - "length": 19, - "value": "32" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3952, + "length": 16, + "value": "\"customer_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4985, - "length": 20, - "value": "33" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3998, + "length": 16, + "value": "\"customer_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", - "kind": "Array", - "offset": 2483, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4044, + "length": 16, + "value": "\"customer_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", - "kind": "Array", - "offset": 2518, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4090, + "length": 16, + "value": "\"customer_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", - "kind": "FloatLiteral", - "offset": 568, - "length": 4, - "value": "60.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4138, + "length": 18, + "value": "\"customer_country\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", - "kind": "FloatLiteral", - "offset": 624, - "length": 4, - "value": "60.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4182, + "length": 12, + "value": "\"result_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/FixedAmountCell\/FixedAmountCell.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 534, - "length": 10, - "value": "\"# ###.##\"" + "offset": 4220, + "length": 12, + "value": "\"created_at\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", - "kind": "IntegerLiteral", - "offset": 262, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4263, + "length": 17, + "value": "\"processing_time\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", - "kind": "IntegerLiteral", - "offset": 304, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4304, + "length": 9, + "value": "\"payload\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 1608, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4343, + "length": 17, + "value": "\"bank_short_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 2218, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4394, + "length": 21, + "value": "\"customer_user_agent\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 3180, - "length": 1, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4444, + "length": 15, + "value": "\"customer_city\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 5761, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4479, + "length": 5, + "value": "\"rrn\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 6650, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4509, + "length": 11, + "value": "\"auth_code\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 6678, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4540, + "length": 5, + "value": "\"dcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 7498, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4568, + "length": 9, + "value": "\"otp_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 8804, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4616, + "length": 26, + "value": "\"make_payment_description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "BooleanLiteral", - "offset": 793, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4675, + "length": 19, + "value": "\"customer_birthday\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 831, - "length": 4, - "value": "46.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4717, + "length": 8, + "value": "\"payway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 868, - "length": 4, - "value": "72.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4758, + "length": 19, + "value": "\"customer_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 903, - "length": 4, - "value": "83.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4806, + "length": 15, + "value": "\"terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "Array", - "offset": 972, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4854, + "length": 20, + "value": "\"recipient_cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "BooleanLiteral", - "offset": 1456, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4906, + "length": 19, + "value": "\"recipient_cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 2835, - "length": 4, - "value": "10.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4950, + "length": 11, + "value": "\"dcc_rates\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "IntegerLiteral", - "offset": 2935, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 16, + "value": "\"traffic_source\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 335, - "length": 2, - "value": "\"\"" + "offset": 5031, + "length": 9, + "value": "\"gateway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3165, - "length": 10, - "value": "\"cc_token\"" + "offset": 5070, + "length": 16, + "value": "\"payment_system\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3202, + "offset": 5111, "length": 11, - "value": "\"cc_number\"" + "value": "\"entity_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3238, - "length": 11, - "value": "\"exp_month\"" + "offset": 5159, + "length": 24, + "value": "\"external_terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3273, - "length": 10, - "value": "\"exp_year\"" + "offset": 5214, + "length": 17, + "value": "\"recipient_email\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 5262, + "length": 17, + "value": "\"recipient_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3307, - "length": 10, - "value": "\"card_cvv\"" + "offset": 5310, + "length": 17, + "value": "\"recipient_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3357, - "length": 18, - "value": "\"order_3ds_bypass\"" + "offset": 5358, + "length": 17, + "value": "\"recipient_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3434, - "length": 16, - "value": "\"customer_email\"" + "offset": 5409, + "length": 20, + "value": "\"recipient_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3480, - "length": 16, - "value": "\"customer_phone\"" + "offset": 5461, + "length": 19, + "value": "\"merchant_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3523, + "offset": 5507, "length": 13, - "value": "\"customer_id\"" + "value": "\"receipt_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3566, - "length": 16, - "value": "\"customer_fname\"" + "offset": 5552, + "length": 18, + "value": "\"processed_amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3612, - "length": 16, - "value": "\"customer_lname\"" + "offset": 5604, + "length": 20, + "value": "\"processed_currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3657, - "length": 15, - "value": "\"customer_lang\"" + "offset": 5648, + "length": 9, + "value": "\"comment\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3704, - "length": 18, - "value": "\"customer_country\"" + "offset": 5687, + "length": 17, + "value": "\"registry_ref_no\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3800, - "length": 10, - "value": "\"order_id\"" + "offset": 5732, + "length": 14, + "value": "\"processed_at\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/FixedAmountCell\/FixedAmountCell.swift", "kind": "StringLiteral", - "offset": 3923, - "length": 12, - "value": "\"server_url\"" + "offset": 514, + "length": 10, + "value": "\"# ###.##\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", - "kind": "StringLiteral", - "offset": 3985, - "length": 14, - "value": "\"merchant_mcc\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 618, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", - "kind": "StringLiteral", - "offset": 4062, - "length": 21, - "value": "\"browser_fingerprint\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 1840, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", - "kind": "StringLiteral", - "offset": 211, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3695, "length": 2, - "value": "\"\"" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", - "kind": "StringLiteral", - "offset": 240, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3721, "length": 2, - "value": "\"\"" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", - "kind": "IntegerLiteral", - "offset": 1148, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3746, "length": 2, - "value": "60" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3794, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "IntegerLiteral", - "offset": 1194, + "offset": 4168, "length": 1, "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", - "kind": "FloatLiteral", - "offset": 1234, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "BooleanLiteral", - "offset": 1742, + "offset": 4215, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 216, - "length": 3, - "value": "\"5\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 4625, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 250, - "length": 37, - "value": "\"\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 4935, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 286, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 5551, "length": 1, - "value": "\"\"" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 317, - "length": 36, - "value": "\"\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 7024, + "length": 1, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 352, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 8439, "length": 1, - "value": "\"\"" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 383, - "length": 6, - "value": "\"true\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 8475, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 8975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "IntegerLiteral", - "offset": 576, - "length": 2, - "value": "60" + "offset": 9001, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 607, - "length": 40, - "value": "\"AppleWebKit\/537.36 (KHTML, like Gecko)\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 9358, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", @@ -60079,852 +64855,565 @@ "length": 15, "value": "\"terminal_name\"" }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 20, - "value": "\"recipient_cc_token\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3914, - "length": 19, - "value": "\"recipient_cc_mask\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3958, - "length": 11, - "value": "\"dcc_rates\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3999, - "length": 16, - "value": "\"traffic_source\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4039, - "length": 9, - "value": "\"gateway\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4078, - "length": 17, - "value": "\"bank_short_name\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4125, - "length": 16, - "value": "\"payment_system\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4166, - "length": 11, - "value": "\"entity_id\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4214, - "length": 24, - "value": "\"external_terminal_name\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4269, - "length": 17, - "value": "\"recipient_email\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4317, - "length": 17, - "value": "\"recipient_phone\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4365, - "length": 17, - "value": "\"recipient_fname\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4413, - "length": 17, - "value": "\"recipient_lname\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4464, - "length": 20, - "value": "\"recipient_patronym\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4516, - "length": 19, - "value": "\"merchant_order_id\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4562, - "length": 13, - "value": "\"receipt_url\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4607, - "length": 18, - "value": "\"processed_amount\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4659, - "length": 20, - "value": "\"processed_currency\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4703, - "length": 9, - "value": "\"comment\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "FloatLiteral", - "offset": 584, - "length": 4, - "value": "32.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "FloatLiteral", - "offset": 640, - "length": 12, - "value": "0.6180469716" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 698, - "length": 28, - "value": "\"com.cardscanner.controller\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 943, - "length": 11, - "value": "\"bolt.fill\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 1012, - "length": 17, - "value": "\"bolt.slash.fill\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 22, - "value": "\"^(\\d\\s*){12,18}\\d$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 277, - "length": 38, - "value": "\"^[4-6]\\d{3}\\s(\\d{4,}\\s){1,}\\d{3,}$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 368, - "length": 12, - "value": "\"(\\s{1,})\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 419, - "length": 25, - "value": "\"^.*?(\\d{2})\\\/(\\d{2})$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "Array", - "offset": 471, - "length": 126, - "value": "[\"visa\", \"mastercard\", \"amex\", \"debit\", \"credit\", \"from\", \"end\", \"valid\", \"exp\", \"until\", \"account\", \"number\", \"sort\", \"code\"]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 651, - "length": 37, - "value": "\"^(MISS|MRS|MS|MR|DR|PROF)\\.?\\s.*$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 727, - "length": 45, - "value": "\"^[A-Z']{1,24}\\.?\\s[A-Z][A-Z'\\s]{3,23}\\.?$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/Product.swift", - "kind": "StringLiteral", - "offset": 368, - "length": 9, - "value": "\"non-vat\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "BooleanLiteral", - "offset": 1924, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 3774, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 3972, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 4334, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "BooleanLiteral", - "offset": 7758, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 422, - "length": 3, - "value": "2.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 552, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 675, - "length": 5, - "value": "false" + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3862, + "length": 20, + "value": "\"recipient_cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 796, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3914, + "length": 19, + "value": "\"recipient_cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 920, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3958, + "length": 11, + "value": "\"dcc_rates\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1042, - "length": 3, - "value": "0.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3999, + "length": 16, + "value": "\"traffic_source\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1335, - "length": 3, - "value": "0.1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4039, + "length": 9, + "value": "\"gateway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1609, - "length": 3, - "value": "0.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4078, + "length": 17, + "value": "\"bank_short_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3501, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4125, + "length": 16, + "value": "\"payment_system\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3531, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4166, + "length": 11, + "value": "\"entity_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3563, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4214, + "length": 24, + "value": "\"external_terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3596, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4269, + "length": 17, + "value": "\"recipient_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 563, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4317, + "length": 17, + "value": "\"recipient_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 573, - "length": 12, - "value": "0.1176470588" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4365, + "length": 17, + "value": "\"recipient_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 593, - "length": 11, - "value": "0.831372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4413, + "length": 17, + "value": "\"recipient_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 613, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4464, + "length": 20, + "value": "\"recipient_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 687, - "length": 12, - "value": "0.5803921569" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4516, + "length": 19, + "value": "\"merchant_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 708, - "length": 12, - "value": "0.6274509804" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4562, + "length": 13, + "value": "\"receipt_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 728, - "length": 12, - "value": "0.9333333333" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4607, + "length": 18, + "value": "\"processed_amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 749, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4659, + "length": 20, + "value": "\"processed_currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 816, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4703, + "length": 9, + "value": "\"comment\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 826, - "length": 12, - "value": "0.1176470588" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", + "kind": "Array", + "offset": 2192, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 846, - "length": 11, - "value": "0.831372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", + "kind": "Array", + "offset": 2227, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/Logger\/RequestLogger.swift", "kind": "IntegerLiteral", - "offset": 866, + "offset": 2388, "length": 1, - "value": "1" + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 932, - "length": 12, - "value": "0.9568627451" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "kind": "BooleanLiteral", + "offset": 1002, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 953, - "length": 12, - "value": "0.9607843137" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "kind": "BooleanLiteral", + "offset": 10556, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 973, - "length": 1, + "offset": 3102, + "length": 12, "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 983, - "length": 1, - "value": "1" + "offset": 3121, + "length": 14, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1055, - "length": 1, - "value": "1" + "offset": 3142, + "length": 9, + "value": "3" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1065, - "length": 1, - "value": "1" + "offset": 3158, + "length": 11, + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1074, - "length": 1, - "value": "1" + "offset": 3176, + "length": 12, + "value": "5" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1084, - "length": 1, - "value": "1" + "offset": 3195, + "length": 14, + "value": "6" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1145, - "length": 12, - "value": "0.8078431373" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 15, + "value": "7" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1166, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3238, "length": 11, - "value": "0.831372549" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1185, - "length": 12, - "value": "0.8823529412" + "value": "8" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1206, - "length": 1, - "value": "1" + "offset": 3256, + "length": 10, + "value": "9" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1295, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1305, - "length": 12, - "value": "0.1176470588" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1325, - "length": 11, - "value": "0.831372549" + "offset": 3273, + "length": 18, + "value": "10" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1345, - "length": 1, - "value": "1" + "offset": 3298, + "length": 20, + "value": "11" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1416, - "length": 12, - "value": "0.3882352941" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3325, + "length": 17, + "value": "12" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1437, - "length": 12, - "value": "0.4431372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3349, + "length": 8, + "value": "13" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1457, - "length": 12, - "value": "0.5058823529" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3364, + "length": 8, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1478, - "length": 1, - "value": "1" + "offset": 3435, + "length": 8, + "value": "15" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1538, - "length": 12, - "value": "0.2705882353" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3450, + "length": 14, + "value": "16" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1559, - "length": 12, - "value": "0.3058823529" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3471, + "length": 16, + "value": "17" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1579, - "length": 12, - "value": "0.3568627451" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/Cells\/TokenCardElementCellModel\/TokenCardElementCellModel.swift", + "kind": "BooleanLiteral", + "offset": 306, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1600, + "offset": 4352, "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1660, - "length": 12, - "value": "0.1294117647" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1681, - "length": 12, - "value": "0.1647058824" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4360, + "length": 10, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1701, - "length": 12, - "value": "0.2117647059" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4377, + "length": 10, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1722, - "length": 1, - "value": "1" + "offset": 4394, + "length": 10, + "value": "3" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1783, - "length": 1, - "value": "1" + "offset": 4411, + "length": 7, + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1793, - "length": 12, - "value": "0.6509803922" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4425, + "length": 8, + "value": "5" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1813, - "length": 12, - "value": "0.6509803922" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4440, + "length": 14, + "value": "6" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1834, - "length": 1, - "value": "1" + "offset": 4461, + "length": 9, + "value": "7" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 1936, - "length": 35, - "value": "\"Оплата замовлення\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4477, + "length": 18, + "value": "8" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2016, - "length": 27, - "value": "\"Розмір внеску\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4502, + "length": 11, + "value": "9" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2094, - "length": 27, - "value": "\"Введіть сумму\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 11, + "value": "10" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2166, - "length": 29, - "value": "\"Оплата карткою\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4538, + "length": 16, + "value": "11" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2238, - "length": 18, - "value": "\"Оплатити\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4561, + "length": 11, + "value": "12" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2306, - "length": 27, - "value": "\"Додати картку\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4579, + "length": 14, + "value": "13" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2381, - "length": 34, - "value": "\"Картка з помилкою\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4600, + "length": 10, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2465, - "length": 44, - "value": "\"Введіть чи відскануйте\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4617, + "length": 3, + "value": "15" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2562, - "length": 6, - "value": "\"ММ\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4627, + "length": 12, + "value": "16" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2620, - "length": 6, - "value": "\"ГГ\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4646, + "length": 11, + "value": "17" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2673, - "length": 5, - "value": "\"CVV\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4664, + "length": 13, + "value": "18" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2725, - "length": 29, - "value": "\"Відміна оплати\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4684, + "length": 10, + "value": "19" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2807, - "length": 52, - "value": "\"Ви хочете скасувати оплату?\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4701, + "length": 9, + "value": "20" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2908, - "length": 20, - "value": "\"Скасувати\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4717, + "length": 18, + "value": "21" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2976, - "length": 22, - "value": "\"Продовжити\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 16, + "value": "22" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3047, - "length": 33, - "value": "\"Збережені картки\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4765, + "length": 21, + "value": "23" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3123, - "length": 23, - "value": "\"Інша картка\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4793, + "length": 10, + "value": "24" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3197, - "length": 46, - "value": "\"Обрати збережену картку\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 14, + "value": "25" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "Array", - "offset": 3504, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4831, + "length": 20, + "value": "26" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "Array", - "offset": 3664, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 17, + "value": "27" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "BooleanLiteral", - "offset": 6503, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4882, + "length": 15, + "value": "28" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/AnyAmountCell\/AnyAmountCell.swift", - "kind": "StringLiteral", - "offset": 817, - "length": 10, - "value": "\"# ###,##\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4904, + "length": 12, + "value": "29" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1902, - "length": 12, - "value": "1" + "offset": 4923, + "length": 14, + "value": "30" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1924, - "length": 12, - "value": "2" + "offset": 4944, + "length": 8, + "value": "31" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1946, - "length": 15, - "value": "3" + "offset": 4959, + "length": 19, + "value": "32" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1971, - "length": 15, - "value": "4" + "offset": 4985, + "length": 20, + "value": "33" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", "kind": "IntegerLiteral", - "offset": 1996, - "length": 10, - "value": "5" + "offset": 262, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", "kind": "IntegerLiteral", - "offset": 2016, - "length": 11, - "value": "6" + "offset": 304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/NavigationController.swift", + "kind": "BooleanLiteral", + "offset": 257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset.swift", + "kind": "Array", + "offset": 871, + "length": 2, + "value": "[]" }, { "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerRecognizer.swift", @@ -61039,233 +65528,142 @@ "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset.swift", - "kind": "Array", - "offset": 871, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 618, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "BooleanLiteral", - "offset": 1840, + "offset": 793, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3695, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 831, + "length": 4, + "value": "46.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3721, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 868, + "length": 4, + "value": "72.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3746, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 903, + "length": 4, + "value": "83.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "Array", - "offset": 3794, + "offset": 972, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4168, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "BooleanLiteral", - "offset": 4215, + "offset": 1456, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4625, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4935, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 5551, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 7024, - "length": 1, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 2835, + "length": 4, + "value": "10.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "IntegerLiteral", - "offset": 8439, + "offset": 2935, "length": 1, "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 8475, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 422, + "length": 3, + "value": "2.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 8975, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 9001, - "length": 1, - "value": "1" + "offset": 552, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 9358, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 888, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 919, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 949, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1000, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1038, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1077, - "length": 2, - "value": "[]" + "offset": 675, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1115, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 796, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1182, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 920, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2024, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1042, + "length": 3, + "value": "0.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2111, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1335, + "length": 3, + "value": "0.1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2183, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1609, + "length": 3, + "value": "0.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/Logger\/RequestLogger.swift", - "kind": "IntegerLiteral", - "offset": 2388, - "length": 1, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3501, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", - "kind": "Array", - "offset": 2192, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3531, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", - "kind": "Array", - "offset": 2227, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3563, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/Cells\/TokenCardElementCellModel\/TokenCardElementCellModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 306, + "offset": 3596, "length": 5, "value": "false" }, diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface index cfcef04..e5e73c4 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -3,7 +3,6 @@ // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Differentiable { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { +} +public protocol DifferentiableSection : Differentiable { + var elements: [any ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +} +extension Swift.String : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Swift.Int : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: ProductUnitType? + public let taxes: [ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: ProductTaxeType + public let prc: Foundation.Decimal + public init(type: ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: ReusableViewLoadSource - final public let events: TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: ColorConfig + public var localizationConfig: LocalizationConfig + public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TableCellAdapter.Event) -> ())? - public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? - public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: CollectionSection) + required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [ElementPath] + public var elementInserted: [ElementPath] + public var elementUpdated: [ElementPath] + public var elementMoved: [(source: ElementPath, target: ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool } -public struct LookupPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: LookupMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: PaymentInfoResponse) - func paymentFailed(_ error: TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) +public protocol GetRequest : BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TableHeaderFooterAdapterProtocol)? + public var footerView: (any TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool + required public init(original: TableSection) + required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any PaymentType - public var keyConfig: KeyConfig - public var customerData: CustomerData - public var additionalData: AdditionalData? - public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter, CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any CaretPositioner & TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: FormattedTextValue { + get + } + public static func == (a: FormattedTextValue, b: FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue +} +public struct PaymentData { + public var type: any PaymentType + public var keyConfig: KeyConfig + public var customerData: CustomerData + public var additionalData: AdditionalData? + public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) } extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, C self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: ProductUnitType? - public let taxes: [ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: ProductTaxeType - public let prc: Foundation.Decimal - public init(type: ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TableHeaderFooterAdapterProtocol)? - public var footerView: (any TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool - required public init(original: TableSection) - required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: ColorConfig - public var localizationConfig: LocalizationConfig - public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any ElementRepresentable] { - get - } - public var headerView: (any CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: CollectionSection) - required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) } -extension TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: PaymentInfoResponse) + func paymentFailed(_ error: TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = Changeset +public struct FixedAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: LookupMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) +public protocol PostRequest : BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [ElementPath] - public var elementInserted: [ElementPath] - public var elementUpdated: [ElementPath] - public var elementMoved: [(source: ElementPath, target: ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TableCellAdapter.Event) -> ())? + public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? + public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -extension TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : ReusableViewProtocol { } -extension Differentiable { - public func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : ReusableViewProtocol { } -public protocol ElementRepresentable : Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : Differentiable { - var elements: [any ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + final public let events: TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +} +extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = Changeset +} +extension StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension PaymentStatus : Swift.Equatable {} -extension PaymentStatus : Swift.Hashable {} -extension PaymentStatus : Swift.RawRepresentable {} +extension TableSectionEvents : Swift.Equatable {} +extension TableSectionEvents : Swift.Hashable {} +extension TableSectionEvents : Swift.RawRepresentable {} +extension ErrorType : Swift.Equatable {} +extension ErrorType : Swift.Hashable {} +extension CollectionDirector : Swift.Sendable {} extension PaymentsConfig.Environment : Swift.Equatable {} extension PaymentsConfig.Environment : Swift.Hashable {} -extension TableDirector : Swift.Sendable {} +extension ProductPriceType : Swift.Equatable {} +extension ProductPriceType : Swift.Hashable {} +extension ProductPriceType : Swift.RawRepresentable {} +extension ProductUnitType : Swift.Equatable {} +extension ProductUnitType : Swift.Hashable {} +extension ProductUnitType : Swift.RawRepresentable {} +extension ProductTaxeType : Swift.Equatable {} +extension ProductTaxeType : Swift.Hashable {} +extension ProductTaxeType : Swift.RawRepresentable {} extension CollectionSectionEvents : Swift.Equatable {} extension CollectionSectionEvents : Swift.Hashable {} extension CollectionSectionEvents : Swift.RawRepresentable {} -extension CollectionDirector : Swift.Sendable {} -extension CollectionAdapterEventID : Swift.Equatable {} -extension CollectionAdapterEventID : Swift.Hashable {} -extension CollectionAdapterEventID : Swift.RawRepresentable {} -extension TableAdapterCellAction : Swift.Equatable {} -extension TableAdapterCellAction : Swift.Hashable {} -extension TableAdapterEventID : Swift.Equatable {} -extension TableAdapterEventID : Swift.Hashable {} -extension TableAdapterEventID : Swift.RawRepresentable {} +extension TextFieldInputController : Swift.Sendable {} +extension TextFieldStartInputController : Swift.Sendable {} +extension TextViewInputController : Swift.Sendable {} +extension PaymentStatus : Swift.Equatable {} +extension PaymentStatus : Swift.Hashable {} +extension PaymentStatus : Swift.RawRepresentable {} +extension TableDirector : Swift.Sendable {} extension PaymentMethodType : Swift.Equatable {} extension PaymentMethodType : Swift.Hashable {} extension PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension LookupMethodType : Swift.RawRepresentable {} extension Payment3dsBypassType : Swift.Equatable {} extension Payment3dsBypassType : Swift.Hashable {} extension Payment3dsBypassType : Swift.RawRepresentable {} -extension ProductPriceType : Swift.Equatable {} -extension ProductPriceType : Swift.Hashable {} -extension ProductPriceType : Swift.RawRepresentable {} -extension ProductUnitType : Swift.Equatable {} -extension ProductUnitType : Swift.Hashable {} -extension ProductUnitType : Swift.RawRepresentable {} -extension ProductTaxeType : Swift.Equatable {} -extension ProductTaxeType : Swift.Hashable {} -extension ProductTaxeType : Swift.RawRepresentable {} -extension TableSectionEvents : Swift.Equatable {} -extension TableSectionEvents : Swift.Hashable {} -extension TableSectionEvents : Swift.RawRepresentable {} -extension ErrorType : Swift.Equatable {} -extension ErrorType : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.Equatable {} +extension CollectionAdapterEventID : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.RawRepresentable {} +extension TableAdapterCellAction : Swift.Equatable {} +extension TableAdapterCellAction : Swift.Hashable {} +extension TableAdapterEventID : Swift.Equatable {} +extension TableAdapterEventID : Swift.Hashable {} +extension TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e index 006e8da..b824965 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.private.swiftinterface-e @@ -3,7 +3,6 @@ // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TranzzoPaymentSDK.TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: TranzzoPaymentSDK.PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension TranzzoPaymentSDK.FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: TranzzoPaymentSDK.ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension TranzzoPaymentSDK.CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension TranzzoPaymentSDK.Differentiable { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension TranzzoPaymentSDK.ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { +} +public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { + var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +} +extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: TranzzoPaymentSDK.CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: TranzzoPaymentSDK.ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: TranzzoPaymentSDK.ProductUnitType? + public let taxes: [TranzzoPaymentSDK.ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: TranzzoPaymentSDK.ProductTaxeType + public let prc: Foundation.Decimal + public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension TranzzoPaymentSDK.CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [TranzzoPaymentSDK.Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: TranzzoPaymentSDK.ColorConfig + public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig + public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TranzzoPaymentSDK.TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? - public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? - public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: TranzzoPaymentSDK.CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension TranzzoPaymentSDK.CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: TranzzoPaymentSDK.CollectionSection) + required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [TranzzoPaymentSDK.ElementPath] + public var elementInserted: [TranzzoPaymentSDK.ElementPath] + public var elementUpdated: [TranzzoPaymentSDK.ElementPath] + public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool } -public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: TranzzoPaymentSDK.LookupMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) - func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) +public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool + required public init(original: TranzzoPaymentSDK.TableSection) + required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any TranzzoPaymentSDK.PaymentType - public var keyConfig: TranzzoPaymentSDK.KeyConfig - public var customerData: TranzzoPaymentSDK.CustomerData - public var additionalData: TranzzoPaymentSDK.AdditionalData? - public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter, TranzzoPaymentSDK.CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: TranzzoPaymentSDK.FormattedTextValue { + get + } + public static func == (a: TranzzoPaymentSDK.FormattedTextValue, b: TranzzoPaymentSDK.FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue +} +public struct PaymentData { + public var type: any TranzzoPaymentSDK.PaymentType + public var keyConfig: TranzzoPaymentSDK.KeyConfig + public var customerData: TranzzoPaymentSDK.CustomerData + public var additionalData: TranzzoPaymentSDK.AdditionalData? + public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) } extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplac self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: TranzzoPaymentSDK.ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: TranzzoPaymentSDK.PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: TranzzoPaymentSDK.ProductUnitType? - public let taxes: [TranzzoPaymentSDK.ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: TranzzoPaymentSDK.ProductTaxeType - public let prc: Foundation.Decimal - public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool - required public init(original: TranzzoPaymentSDK.TableSection) - required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: TranzzoPaymentSDK.ColorConfig - public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig - public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - } - public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: TranzzoPaymentSDK.CollectionSection) - required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) } -extension TranzzoPaymentSDK.TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: TranzzoPaymentSDK.IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: TranzzoPaymentSDK.ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension TranzzoPaymentSDK.FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TranzzoPaymentSDK.TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TranzzoPaymentSDK.TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [TranzzoPaymentSDK.Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = TranzzoPaymentSDK.Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) + func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: TranzzoPaymentSDK.LookupMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) +public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: TranzzoPaymentSDK.IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension TranzzoPaymentSDK.CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [TranzzoPaymentSDK.ElementPath] - public var elementInserted: [TranzzoPaymentSDK.ElementPath] - public var elementUpdated: [TranzzoPaymentSDK.ElementPath] - public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TranzzoPaymentSDK.TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? + public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? + public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -extension TranzzoPaymentSDK.TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { } -extension TranzzoPaymentSDK.Differentiable { - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { } -public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension TranzzoPaymentSDK.ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { - var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = TranzzoPaymentSDK.Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Hashable {} -extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Equatable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Hashable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TextFieldInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextFieldStartInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextViewInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Hashable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension TranzzoPaymentSDK.LookupMethodType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Equatable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Hashable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftdoc b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftdoc index 92388b8..b12d0f3 100644 Binary files a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftdoc and b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftinterface b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftinterface index cfcef04..e5e73c4 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftinterface +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftinterface @@ -3,7 +3,6 @@ // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Differentiable { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { +} +public protocol DifferentiableSection : Differentiable { + var elements: [any ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +} +extension Swift.String : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Swift.Int : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: ProductUnitType? + public let taxes: [ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: ProductTaxeType + public let prc: Foundation.Decimal + public init(type: ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: ReusableViewLoadSource - final public let events: TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: ColorConfig + public var localizationConfig: LocalizationConfig + public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TableCellAdapter.Event) -> ())? - public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? - public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: CollectionSection) + required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [ElementPath] + public var elementInserted: [ElementPath] + public var elementUpdated: [ElementPath] + public var elementMoved: [(source: ElementPath, target: ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool } -public struct LookupPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: LookupMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: PaymentInfoResponse) - func paymentFailed(_ error: TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) +public protocol GetRequest : BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TableHeaderFooterAdapterProtocol)? + public var footerView: (any TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool + required public init(original: TableSection) + required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any PaymentType - public var keyConfig: KeyConfig - public var customerData: CustomerData - public var additionalData: AdditionalData? - public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter, CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any CaretPositioner & TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: FormattedTextValue { + get + } + public static func == (a: FormattedTextValue, b: FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue +} +public struct PaymentData { + public var type: any PaymentType + public var keyConfig: KeyConfig + public var customerData: CustomerData + public var additionalData: AdditionalData? + public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) } extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, C self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: ProductUnitType? - public let taxes: [ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: ProductTaxeType - public let prc: Foundation.Decimal - public init(type: ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TableHeaderFooterAdapterProtocol)? - public var footerView: (any TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool - required public init(original: TableSection) - required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: ColorConfig - public var localizationConfig: LocalizationConfig - public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any ElementRepresentable] { - get - } - public var headerView: (any CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: CollectionSection) - required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) } -extension TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: PaymentInfoResponse) + func paymentFailed(_ error: TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = Changeset +public struct FixedAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: LookupMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) +public protocol PostRequest : BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [ElementPath] - public var elementInserted: [ElementPath] - public var elementUpdated: [ElementPath] - public var elementMoved: [(source: ElementPath, target: ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TableCellAdapter.Event) -> ())? + public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? + public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -extension TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : ReusableViewProtocol { } -extension Differentiable { - public func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : ReusableViewProtocol { } -public protocol ElementRepresentable : Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : Differentiable { - var elements: [any ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + final public let events: TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +} +extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = Changeset +} +extension StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension PaymentStatus : Swift.Equatable {} -extension PaymentStatus : Swift.Hashable {} -extension PaymentStatus : Swift.RawRepresentable {} +extension TableSectionEvents : Swift.Equatable {} +extension TableSectionEvents : Swift.Hashable {} +extension TableSectionEvents : Swift.RawRepresentable {} +extension ErrorType : Swift.Equatable {} +extension ErrorType : Swift.Hashable {} +extension CollectionDirector : Swift.Sendable {} extension PaymentsConfig.Environment : Swift.Equatable {} extension PaymentsConfig.Environment : Swift.Hashable {} -extension TableDirector : Swift.Sendable {} +extension ProductPriceType : Swift.Equatable {} +extension ProductPriceType : Swift.Hashable {} +extension ProductPriceType : Swift.RawRepresentable {} +extension ProductUnitType : Swift.Equatable {} +extension ProductUnitType : Swift.Hashable {} +extension ProductUnitType : Swift.RawRepresentable {} +extension ProductTaxeType : Swift.Equatable {} +extension ProductTaxeType : Swift.Hashable {} +extension ProductTaxeType : Swift.RawRepresentable {} extension CollectionSectionEvents : Swift.Equatable {} extension CollectionSectionEvents : Swift.Hashable {} extension CollectionSectionEvents : Swift.RawRepresentable {} -extension CollectionDirector : Swift.Sendable {} -extension CollectionAdapterEventID : Swift.Equatable {} -extension CollectionAdapterEventID : Swift.Hashable {} -extension CollectionAdapterEventID : Swift.RawRepresentable {} -extension TableAdapterCellAction : Swift.Equatable {} -extension TableAdapterCellAction : Swift.Hashable {} -extension TableAdapterEventID : Swift.Equatable {} -extension TableAdapterEventID : Swift.Hashable {} -extension TableAdapterEventID : Swift.RawRepresentable {} +extension TextFieldInputController : Swift.Sendable {} +extension TextFieldStartInputController : Swift.Sendable {} +extension TextViewInputController : Swift.Sendable {} +extension PaymentStatus : Swift.Equatable {} +extension PaymentStatus : Swift.Hashable {} +extension PaymentStatus : Swift.RawRepresentable {} +extension TableDirector : Swift.Sendable {} extension PaymentMethodType : Swift.Equatable {} extension PaymentMethodType : Swift.Hashable {} extension PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension LookupMethodType : Swift.RawRepresentable {} extension Payment3dsBypassType : Swift.Equatable {} extension Payment3dsBypassType : Swift.Hashable {} extension Payment3dsBypassType : Swift.RawRepresentable {} -extension ProductPriceType : Swift.Equatable {} -extension ProductPriceType : Swift.Hashable {} -extension ProductPriceType : Swift.RawRepresentable {} -extension ProductUnitType : Swift.Equatable {} -extension ProductUnitType : Swift.Hashable {} -extension ProductUnitType : Swift.RawRepresentable {} -extension ProductTaxeType : Swift.Equatable {} -extension ProductTaxeType : Swift.Hashable {} -extension ProductTaxeType : Swift.RawRepresentable {} -extension TableSectionEvents : Swift.Equatable {} -extension TableSectionEvents : Swift.Hashable {} -extension TableSectionEvents : Swift.RawRepresentable {} -extension ErrorType : Swift.Equatable {} -extension ErrorType : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.Equatable {} +extension CollectionAdapterEventID : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.RawRepresentable {} +extension TableAdapterCellAction : Swift.Equatable {} +extension TableAdapterCellAction : Swift.Hashable {} +extension TableAdapterEventID : Swift.Equatable {} +extension TableAdapterEventID : Swift.Hashable {} +extension TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftinterface-e b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftinterface-e index 006e8da..b824965 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftinterface-e +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios.swiftinterface-e @@ -3,7 +3,6 @@ // swift-module-flags: -target arm64-apple-ios13.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TranzzoPaymentSDK.TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: TranzzoPaymentSDK.PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension TranzzoPaymentSDK.FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: TranzzoPaymentSDK.ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension TranzzoPaymentSDK.CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension TranzzoPaymentSDK.Differentiable { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension TranzzoPaymentSDK.ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { +} +public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { + var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +} +extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: TranzzoPaymentSDK.CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: TranzzoPaymentSDK.ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: TranzzoPaymentSDK.ProductUnitType? + public let taxes: [TranzzoPaymentSDK.ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: TranzzoPaymentSDK.ProductTaxeType + public let prc: Foundation.Decimal + public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension TranzzoPaymentSDK.CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [TranzzoPaymentSDK.Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: TranzzoPaymentSDK.ColorConfig + public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig + public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TranzzoPaymentSDK.TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? - public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? - public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: TranzzoPaymentSDK.CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension TranzzoPaymentSDK.CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: TranzzoPaymentSDK.CollectionSection) + required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [TranzzoPaymentSDK.ElementPath] + public var elementInserted: [TranzzoPaymentSDK.ElementPath] + public var elementUpdated: [TranzzoPaymentSDK.ElementPath] + public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool } -public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: TranzzoPaymentSDK.LookupMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) - func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) +public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool + required public init(original: TranzzoPaymentSDK.TableSection) + required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any TranzzoPaymentSDK.PaymentType - public var keyConfig: TranzzoPaymentSDK.KeyConfig - public var customerData: TranzzoPaymentSDK.CustomerData - public var additionalData: TranzzoPaymentSDK.AdditionalData? - public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter, TranzzoPaymentSDK.CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: TranzzoPaymentSDK.FormattedTextValue { + get + } + public static func == (a: TranzzoPaymentSDK.FormattedTextValue, b: TranzzoPaymentSDK.FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue +} +public struct PaymentData { + public var type: any TranzzoPaymentSDK.PaymentType + public var keyConfig: TranzzoPaymentSDK.KeyConfig + public var customerData: TranzzoPaymentSDK.CustomerData + public var additionalData: TranzzoPaymentSDK.AdditionalData? + public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) } extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplac self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: TranzzoPaymentSDK.ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: TranzzoPaymentSDK.PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: TranzzoPaymentSDK.ProductUnitType? - public let taxes: [TranzzoPaymentSDK.ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: TranzzoPaymentSDK.ProductTaxeType - public let prc: Foundation.Decimal - public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool - required public init(original: TranzzoPaymentSDK.TableSection) - required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: TranzzoPaymentSDK.ColorConfig - public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig - public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - } - public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: TranzzoPaymentSDK.CollectionSection) - required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) } -extension TranzzoPaymentSDK.TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: TranzzoPaymentSDK.IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: TranzzoPaymentSDK.ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension TranzzoPaymentSDK.FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TranzzoPaymentSDK.TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TranzzoPaymentSDK.TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [TranzzoPaymentSDK.Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = TranzzoPaymentSDK.Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) + func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: TranzzoPaymentSDK.LookupMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) +public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: TranzzoPaymentSDK.IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension TranzzoPaymentSDK.CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [TranzzoPaymentSDK.ElementPath] - public var elementInserted: [TranzzoPaymentSDK.ElementPath] - public var elementUpdated: [TranzzoPaymentSDK.ElementPath] - public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TranzzoPaymentSDK.TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? + public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? + public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -extension TranzzoPaymentSDK.TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { } -extension TranzzoPaymentSDK.Differentiable { - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { } -public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension TranzzoPaymentSDK.ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { - var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = TranzzoPaymentSDK.Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Hashable {} -extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Equatable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Hashable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TextFieldInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextFieldStartInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextViewInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Hashable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension TranzzoPaymentSDK.LookupMethodType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Equatable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Hashable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/TranzzoPaymentSDK b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/TranzzoPaymentSDK index d11486d..3e8b838 100755 Binary files a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/TranzzoPaymentSDK and b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64/TranzzoPaymentSDK.framework/TranzzoPaymentSDK differ diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Headers/TranzzoPaymentSDK-Swift.h b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Headers/TranzzoPaymentSDK-Swift.h index d636ff6..46dc60d 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Headers/TranzzoPaymentSDK-Swift.h +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Headers/TranzzoPaymentSDK-Swift.h @@ -474,6 +474,31 @@ SWIFT_CLASS("_TtC17TranzzoPaymentSDK13TableDirector") - (void)scrollViewDidChangeAdjustedContentInset:(UIScrollView * _Nonnull)scrollView; @end +@class UITextField; + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK24TextFieldInputController") +@interface TextFieldInputController : NSObject +- (BOOL)textField:(UITextField * _Nonnull)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString * _Nonnull)string SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK29TextFieldStartInputController") +@interface TextFieldStartInputController : NSObject +- (BOOL)textField:(UITextField * _Nonnull)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString * _Nonnull)string SWIFT_WARN_UNUSED_RESULT; +- (void)textFieldDidBeginEditing:(UITextField * _Nonnull)textField; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@class UITextView; + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK23TextViewInputController") +@interface TextViewInputController : NSObject +- (BOOL)textView:(UITextView * _Nonnull)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString * _Nonnull)text SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + @@ -966,6 +991,31 @@ SWIFT_CLASS("_TtC17TranzzoPaymentSDK13TableDirector") - (void)scrollViewDidChangeAdjustedContentInset:(UIScrollView * _Nonnull)scrollView; @end +@class UITextField; + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK24TextFieldInputController") +@interface TextFieldInputController : NSObject +- (BOOL)textField:(UITextField * _Nonnull)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString * _Nonnull)string SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK29TextFieldStartInputController") +@interface TextFieldStartInputController : NSObject +- (BOOL)textField:(UITextField * _Nonnull)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString * _Nonnull)string SWIFT_WARN_UNUSED_RESULT; +- (void)textFieldDidBeginEditing:(UITextField * _Nonnull)textField; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + +@class UITextView; + +SWIFT_CLASS("_TtC17TranzzoPaymentSDK23TextViewInputController") +@interface TextViewInputController : NSObject +- (BOOL)textView:(UITextView * _Nonnull)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString * _Nonnull)text SWIFT_WARN_UNUSED_RESULT; +- (nonnull instancetype)init OBJC_DESIGNATED_INITIALIZER; +@end + + diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.abi.json b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.abi.json index 92f0822..aa3fed0 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.abi.json @@ -14,47 +14,37 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "PaymentStatus", - "printedName": "PaymentStatus", + "name": "TableSectionEvents", + "printedName": "TableSectionEvents", "children": [ { "kind": "Var", - "name": "pending", - "printedName": "pending", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -62,36 +52,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "failure", - "printedName": "failure", + "name": "headerHeight", + "printedName": "headerHeight", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -99,36 +89,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "success", - "printedName": "success", + "name": "footerHeight", + "printedName": "footerHeight", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -136,8 +126,156 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7successyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7successyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "estHeaderHeight", + "printedName": "estHeaderHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "estFooterHeight", + "printedName": "estFooterHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { @@ -148,31 +286,29 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentStatus?", + "printedName": "TranzzoPaymentSDK.TableSectionEvents?", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], + "implicit": true, "init_kind": "Designated" }, { @@ -182,14 +318,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessors": [ @@ -200,14 +336,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -216,13 +352,13 @@ } ], "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK0B6StatusO", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], - "enumRawTypeName": "String", + "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -264,67 +400,55 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], "usr": "s:SY", "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "PaymentInfoResponse", - "printedName": "PaymentInfoResponse", + "name": "FlowCollectionDirector", + "printedName": "FlowCollectionDirector", "children": [ { "kind": "Var", - "name": "paymentID", - "printedName": "paymentID", + "name": "itemSize", + "printedName": "itemSize", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -333,118 +457,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "orderID", - "printedName": "orderID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "gatewayOrderID", - "printedName": "gatewayOrderID", + "name": "sectionsInsets", + "printedName": "sectionsInsets", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -453,118 +541,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "billingOrderID", - "printedName": "billingOrderID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "transactionID", - "printedName": "transactionID", + "name": "minimumInteritemSpacing", + "printedName": "minimumInteritemSpacing", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -573,118 +625,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "posID", - "printedName": "posID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "mode", - "printedName": "mode", + "name": "minimumLineSpacing", + "printedName": "minimumLineSpacing", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -693,118 +709,84 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "method", - "printedName": "method", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "stickyHeaders", + "printedName": "stickyHeaders", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "9.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -813,118 +795,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "currency", - "printedName": "currency", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "intro_iOS": "9.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "stickyFooters", + "printedName": "stickyFooters", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "9.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -933,50 +885,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "intro_iOS": "9.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "status", - "printedName": "status", + "name": "sectionInsetReference", + "printedName": "sectionInsetReference", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -985,110 +975,94 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "statusCode", - "printedName": "statusCode", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "intro_iOS": "11.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "statusDescription", - "printedName": "statusDescription", + "name": "layout", + "printedName": "layout", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -1098,477 +1072,673 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userActionRequired", - "printedName": "userActionRequired", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Bool?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userActionURL", - "printedName": "userActionURL", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "eci", - "printedName": "eci", + "kind": "Constructor", + "name": "init", + "printedName": "init(collection:flowLayout:)", "children": [ + { + "kind": "TypeNominal", + "name": "FlowCollectionDirector", + "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" } ], + "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "init_kind": "Designated" }, { - "kind": "Var", - "name": "mcc", - "printedName": "mcc", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "FlowCollectionDirector", + "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "Override" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "init_kind": "Designated" }, { - "kind": "Var", - "name": "options3Ds", - "printedName": "options3Ds", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:sizeForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:sizeForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout13sizeForItemAtSo6CGSizeVSo012UICollectionH0C_So0oH6LayoutC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:sizeForItemAtIndexPath:", "declAttributes": [ - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "ccMask", - "printedName": "ccMask", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:insetForSectionAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", - "moduleName": "TranzzoPaymentSDK", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:insetForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout17insetForSectionAtSo12UIEdgeInsetsVSo012UICollectionH0C_So0pH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:insetForSectionAtIndex:", "declAttributes": [ - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:minimumInteritemSpacingForSectionAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout35minimumInteritemSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:minimumLineSpacingForSectionAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumLineSpacingForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout30minimumLineSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:minimumLineSpacingForSectionAtIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:referenceSizeForHeaderInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForHeaderInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:referenceSizeForHeaderInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:referenceSizeForFooterInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForFooterInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:referenceSizeForFooterInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", + "superclassNames": [ + "TranzzoPaymentSDK.CollectionDirector", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ErrorType", + "printedName": "ErrorType", + "children": [ + { + "kind": "Var", + "name": "clientError", + "printedName": "clientError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "ccToken", - "printedName": "ccToken", + "name": "serverError", + "printedName": "serverError", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + } + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "frameworkError", + "printedName": "frameworkError", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "ccTokenExpiration", - "printedName": "ccTokenExpiration", + "name": "hashValue", + "printedName": "hashValue", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -1577,22 +1747,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1600,28 +1762,89 @@ ] }, { - "kind": "Var", - "name": "customerID", - "printedName": "customerID", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TranzzoError", + "printedName": "TranzzoError", + "children": [ + { + "kind": "Var", + "name": "message", + "printedName": "message", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1637,22 +1860,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1661,27 +1876,27 @@ }, { "kind": "Var", - "name": "customerIP", - "printedName": "customerIP", + "name": "httpCode", + "printedName": "httpCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1698,21 +1913,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1721,27 +1936,19 @@ }, { "kind": "Var", - "name": "customerFname", - "printedName": "customerFname", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1757,57 +1964,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionCellAdapter", + "printedName": "CollectionCellAdapter", + "children": [ { "kind": "Var", - "name": "customerLname", - "printedName": "customerLname", + "name": "modelType", + "printedName": "modelType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -1817,117 +2055,108 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerEmail", - "printedName": "customerEmail", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "customerPhone", - "printedName": "customerPhone", + "name": "modelViewType", + "printedName": "modelViewType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -1937,117 +2166,101 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerCountry", - "printedName": "customerCountry", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "resultURL", - "printedName": "resultURL", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2057,38 +2270,30 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "createdAt", - "printedName": "createdAt", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "String", @@ -2096,78 +2301,58 @@ "usr": "s:SS" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "processingTime", - "printedName": "processingTime", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2177,117 +2362,90 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payload", - "printedName": "payload", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "bankShortName", - "printedName": "bankShortName", + "name": "events", + "printedName": "events", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2297,3142 +2455,2808 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerUserAgent", - "printedName": "customerUserAgent", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "customerCity", - "printedName": "customerCity", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "CollectionCellAdapter", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CollectionCellAdapter", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "rrn", - "printedName": "rrn", + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inCollection:at:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "authCode", - "printedName": "authCode", + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dcc", - "printedName": "dcc", - "children": [ + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "otpURL", - "printedName": "otpURL", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "makePaymentDescription", - "printedName": "makePaymentDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "declAttributes": [ - "HasStorage", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Event", + "printedName": "Event", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "indexPath", + "printedName": "indexPath", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerBirthday", - "printedName": "customerBirthday", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "element", + "printedName": "element", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payway", - "printedName": "payway", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "collection", + "printedName": "collection", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerPatronym", - "printedName": "customerPatronym", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "collectionSize", + "printedName": "collectionSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "terminalName", - "printedName": "terminalName", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "AccessControl", + "RawDocComment" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientCcToken", - "printedName": "recipientCcToken", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "cell", + "printedName": "cell", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "τ_0_1?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_1" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientCcMask", - "printedName": "recipientCcMask", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dccRates", - "printedName": "dccRates", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "trafficSource", - "printedName": "trafficSource", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", - "children": [ - { - "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, { - "kind": "Var", - "name": "gateway", - "printedName": "gateway", + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "paymentSystem", - "printedName": "paymentSystem", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "entityId", - "printedName": "entityId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "externalTerminalName", - "printedName": "externalTerminalName", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientEmail", - "printedName": "recipientEmail", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldSelect", + "printedName": "shouldSelect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientPhone", - "printedName": "recipientPhone", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientFname", - "printedName": "recipientFname", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientLname", - "printedName": "recipientLname", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldDeselect", + "printedName": "shouldDeselect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientPatronym", - "printedName": "recipientPatronym", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "merchantOrderId", - "printedName": "merchantOrderId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "receiptUrl", - "printedName": "receiptUrl", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didSelect", + "printedName": "didSelect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedAmount", - "printedName": "processedAmount", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedCurrency", - "printedName": "processedCurrency", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "comment", - "printedName": "comment", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "registryRefNo", - "printedName": "registryRefNo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedAt", - "printedName": "processedAt", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TrafficSource", - "printedName": "TrafficSource", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" + ] }, { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentInfoResponse", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSectionHeaderFooterProtocol", - "printedName": "TableSectionHeaderFooterProtocol", - "children": [ - { - "kind": "Var", - "name": "section", - "printedName": "section", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:table:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TokenCardModel", - "printedName": "TokenCardModel", - "children": [ - { - "kind": "Var", - "name": "mask", - "printedName": "mask", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "token", - "printedName": "token", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "shouldShowEditMenu", + "printedName": "shouldShowEditMenu", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isDefault", - "printedName": "isDefault", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "canPerformEditAction", + "printedName": "canPerformEditAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(mask:token:isDefault:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionCellAdapterProtocol", - "printedName": "CollectionCellAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "performEditAction", + "printedName": "performEditAction", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inCollection:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "PaymentsConfig", - "printedName": "PaymentsConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "Environment", - "printedName": "Environment", - "children": [ - { - "kind": "Var", - "name": "sandbox", - "printedName": "sandbox", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "production", - "printedName": "production", + "name": "canFocus", + "printedName": "canFocus", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", "children": [ { "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" } ] } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -5441,571 +5265,970 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" }, { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "currency", - "printedName": "currency", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applePay", - "printedName": "applePay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "itemSize", + "printedName": "itemSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", "children": [ { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "enableLogging", - "printedName": "enableLogging", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(environment:currency:applePay:enableLogging:)", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentsConfig", - "printedName": "TranzzoPaymentSDK.PaymentsConfig", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ApplePayConfig", - "printedName": "ApplePayConfig", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(merchantId:countryCode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", - "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] } ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "CollectionCellAdapterProtocol", + "printedName": "CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BaseResponse", + "printedName": "BaseResponse", "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV", - "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV", + "usr": "s:17TranzzoPaymentSDK12BaseResponseV", + "mangledName": "$s17TranzzoPaymentSDK12BaseResponseV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -6027,6 +6250,36 @@ } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -6037,91 +6290,281 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "PassKit", + "printedName": "PassKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "TableDirector", - "printedName": "TableDirector", + "name": "PaymentsConfig", + "printedName": "PaymentsConfig", "children": [ { - "kind": "Var", - "name": "table", - "printedName": "table", + "kind": "TypeDecl", + "name": "Environment", + "printedName": "Environment", "children": [ { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "UIKit.UITableView?" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "sandbox", + "printedName": "sandbox", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", "children": [ { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "production", + "printedName": "production", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" } ] }, { "kind": "Var", - "name": "scrollViewEvents", - "printedName": "scrollViewEvents", + "name": "environment", + "printedName": "environment", "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6132,14 +6575,14 @@ "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -6156,14 +6599,14 @@ }, { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -6180,8 +6623,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -6190,36 +6633,23 @@ }, { "kind": "Var", - "name": "sections", - "printedName": "sections", + "name": "currency", + "printedName": "currency", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6230,58 +6660,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "firstSection", - "printedName": "firstSection", + "name": "applePay", + "printedName": "applePay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasInitialValue", + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -6291,108 +6755,96 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lastSection", - "printedName": "lastSection", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", + "name": "enableLogging", + "printedName": "enableLogging", "children": [ { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6403,14 +6855,14 @@ "children": [ { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -6427,14 +6879,14 @@ }, { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -6451,8 +6903,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -6462,159 +6914,99 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(table:)", + "printedName": "init(environment:currency:applePay:enableLogging:)", "children": [ { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "PaymentsConfig", + "printedName": "TranzzoPaymentSDK.PaymentsConfig", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "isPrefetchingEnabled", - "printedName": "isPrefetchingEnabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "registerCellAdapters", - "printedName": "registerCellAdapters(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "hasDefaultArg": true, + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.TableCellAdapterProtocol]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" - } - ], - "usr": "s:Sa" + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerCellAdapter", - "printedName": "registerCellAdapter(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ApplePayConfig", + "printedName": "ApplePayConfig", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(merchantId:countryCode:)", "children": [ + { + "kind": "TypeNominal", + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + }, { "kind": "TypeNominal", "name": "String", @@ -6623,321 +7015,455 @@ }, { "kind": "TypeNominal", - "name": "TableCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", + "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV", + "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerHeaderFooterAdapters", - "printedName": "registerHeaderFooterAdapters(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Differentiable", + "printedName": "Differentiable", + "children": [ + { + "kind": "Var", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { "kind": "Function", - "name": "registerHeaderFooterAdapter", - "printedName": "registerHeaderFooterAdapter(_:)", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "adapterForHeaderFooterView", - "printedName": "adapterForHeaderFooterView(_:)", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "usr": "s:17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "isFromExtension": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "set", - "printedName": "set(sections:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ElementRepresentable", + "printedName": "ElementRepresentable", + "children": [ + { + "kind": "Var", + "name": "modelClassIdentifier", + "printedName": "modelClassIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "add", - "printedName": "add(section:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(sections:at:)", + "kind": "Var", + "name": "modelClassIdentifier", + "printedName": "modelClassIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "children": [ + { + "kind": "Var", + "name": "elements", + "printedName": "elements", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "sectionAt", - "printedName": "sectionAt(_:)", - "children": [ + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection, τ_1_0 : Swift.Collection, τ_1_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "section", - "printedName": "section(_:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "KeyConfig", + "printedName": "KeyConfig", + "children": [ + { + "kind": "Var", + "name": "sessionToken", + "printedName": "sessionToken", "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sq" - }, { "kind": "TypeNominal", "name": "String", @@ -6945,863 +7471,648 @@ "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "elementAt", - "printedName": "elementAt(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(indexPath:)", + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(section:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(sectionsAt:)", + "kind": "Var", + "name": "posId", + "printedName": "posId", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(sessionToken:apiKey:posId:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "add", - "printedName": "add(elements:inSection:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Vision", + "printedName": "Vision", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "TableHeaderFooterAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "reload", - "printedName": "reload(afterUpdate:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation", - "children": [ - { - "kind": "TypeNominal", - "name": "RowAnimation", - "printedName": "UIKit.UITableView.RowAnimation", - "usr": "c:@E@UITableViewRowAnimation" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ProtocolComposition", + "printedName": "Any" } ] } ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector(im)init", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorCACycfc", - "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" + ] }, { "kind": "Function", - "name": "numberOfSections", - "printedName": "numberOfSections(in:)", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)numberOfSectionsInTableView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16numberOfSections2inSiSo11UITableViewC_tF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "numberOfSectionsInTableView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:numberOfRowsInSection:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "UIKit.UITableViewHeaderFooterView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewHeaderFooterView", + "printedName": "UIKit.UITableViewHeaderFooterView", + "usr": "c:objc(cs)UITableViewHeaderFooterView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:numberOfRowsInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21numberOfRowsInSectionSiSo07UITableG0C_SitF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:numberOfRowsInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:cellForRowAt:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", "children": [ { "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cellForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12cellForRowAtSo07UITableG4CellCSo0lG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:cellForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplay:forRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayCell:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_11willDisplay8forRowAtySo07UITableG0C_So0mG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "DiscardableResult" ], - "isFromExtension": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForRowAt:)", + "kind": "Var", + "name": "modelCellIdentifier", + "printedName": "modelCellIdentifier", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14heightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, + "accessors": [ { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23estimatedHeightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplayingHeaderView:forSection:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableHeaderFooterAdapter", + "printedName": "TableHeaderFooterAdapter", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingHeaderView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingHeaderView:forSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", + "HasInitialValue", + "HasStorage", "AccessControl", "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplayingFooterView:forSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingFooterView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingFooterView:forSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplayHeaderView:forSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayHeaderView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayHeaderView:forSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplayFooterView:forSection:)", + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayFooterView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayFooterView:forSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", @@ -7810,46 +8121,25 @@ "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForHeaderInSectionSSSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForFooterInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "String", @@ -7857,430 +8147,378 @@ "usr": "s:SS" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", + "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForFooterInSectionSSSgSo07UITableG0C_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForFooterInSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:viewForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForHeaderInSectionSo6UIViewCSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:viewForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:viewForFooterInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForFooterInSectionSo6UIViewCSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:viewForFooterInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForHeaderInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForFooterInSection:)", + "kind": "Var", + "name": "events", + "printedName": "events", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForFooterInSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForFooterInSection:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForFooterInSection:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canEditRowAt:)", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canEditRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canEditRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canEditRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:commit:forRowAt:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" + "name": "Optional", + "printedName": "UIKit.UITableViewHeaderFooterView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewHeaderFooterView", + "printedName": "UIKit.UITableViewHeaderFooterView", + "usr": "c:objc(cs)UITableViewHeaderFooterView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:commitEditingStyle:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_6commit8forRowAtySo07UITableG0C_So0lG16CellEditingStyleV10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:commitEditingStyle:forRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:editActionsForRowAt:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editActionsForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19editActionsForRowAtSaySo07UITablegK6ActionCGSgSo0mG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:editActionsForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canMoveRowAt:)", - "children": [ { "kind": "TypeNominal", "name": "Bool", @@ -8289,2004 +8527,1931 @@ }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canMoveRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canMoveRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canMoveRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", - "RawDocComment" + "DiscardableResult" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:moveRowAt:to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:moveRowAtIndexPath:toIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_9moveRowAt2toySo07UITableG0C_10Foundation9IndexPathVAKtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:moveRowAtIndexPath:toIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:indentationLevelForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:indentationLevelForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24indentationLevelForRowAtSiSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:indentationLevelForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:prefetchRowsAt:)", + "kind": "TypeDecl", + "name": "HeaderFooterEvent", + "printedName": "HeaderFooterEvent", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", + "kind": "Var", + "name": "isHeader", + "printedName": "isHeader", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:prefetchRowsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14prefetchRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:prefetchRowsAtIndexPaths:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:cancelPrefetchingForRowsAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", + "kind": "Var", + "name": "view", + "printedName": "view", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cancelPrefetchingForRowsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_26cancelPrefetchingForRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:cancelPrefetchingForRowsAtIndexPaths:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldSpringLoadRowAt:with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UISpringLoadedInteractionContext", - "printedName": "any UIKit.UISpringLoadedInteractionContext", - "usr": "c:objc(pl)UISpringLoadedInteractionContext" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldSpringLoadRowAtIndexPath:withContext:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21shouldSpringLoadRowAt4withSbSo07UITableG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "tableView:shouldSpringLoadRowAtIndexPath:withContext:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:accessoryButtonTappedForRowWith:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:accessoryButtonTappedForRowWithIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31accessoryButtonTappedForRowWithySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:accessoryButtonTappedForRowWithIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willSelectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willSelectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_15willSelectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willSelectRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didSelectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "conformances": [ { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didSelectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14didSelectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didSelectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDeselectRowAt:)", + "kind": "TypeDecl", + "name": "HeaderFooterEventsSubscriber", + "printedName": "HeaderFooterEventsSubscriber", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDeselectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17willDeselectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDeselectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didDeselectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didDeselectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didDeselectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didDeselectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willBeginEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willBeginEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21willBeginEditingRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willBeginEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "height", + "printedName": "height", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_18didEndEditingRowAtySo07UITableG0C_10Foundation9IndexPathVSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:editingStyleForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editingStyleForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20editingStyleForRowAtSo07UITableg11CellEditingI0VSo0mG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:editingStyleForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForDeleteConfirmationButtonForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "estimatedHeight", + "printedName": "estimatedHeight", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_032titleForDeleteConfirmationButtonI5RowAtSSSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldIndentWhileEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldIndentWhileEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_29shouldIndentWhileEditingRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldIndentWhileEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:)", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31targetIndexPathForMoveFromRowAt010toProposediJ010Foundation0iJ0VSo07UITableG0C_A2ItF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplaying:forRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingCell:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didEndDisplaying8forRowAtySo07UITableG0C_So0nG4CellC10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingCell:forRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldShowMenuForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldShowMenuForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22shouldShowMenuForRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldShowMenuForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canPerformAction:forRowAt:withSender:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canPerformAction:forRowAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16canPerformAction8forRowAt10withSenderSbSo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canPerformAction:forRowAtIndexPath:withSender:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:performAction:forRowAt:withSender:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:performAction:forRowAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13performAction8forRowAt10withSenderySo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:performAction:forRowAtIndexPath:withSender:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldHighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldHighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20shouldHighlightRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldHighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didHighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didHighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17didHighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didHighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didUnhighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didUnhighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19didUnhighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didUnhighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canFocusRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canFocusRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13canFocusRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canFocusRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:leadingSwipeActionsConfigurationForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_40leadingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11", - "objc_name": "tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:trailingSwipeActionsConfigurationForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", + "kind": "Var", + "name": "didDisplay", + "printedName": "didDisplay", "children": [ { "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_41trailingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "sectionIndexTitles", - "printedName": "sectionIndexTitles(for:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String]?", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)sectionIndexTitlesForTableView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC18sectionIndexTitles3forSaySSGSgSo11UITableViewC_tF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "sectionIndexTitlesForTableView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:sectionForSectionIndexTitle:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:sectionForSectionIndexTitle:atIndex:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_27sectionForSectionIndexTitle2atSiSo07UITableG0C_SSSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:sectionForSectionIndexTitle:atIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewDidScroll", - "printedName": "scrollViewDidScroll(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScroll:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScroll:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewWillBeginDragging", - "printedName": "scrollViewWillBeginDragging(_:)", - "children": [ + "conformances": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDragging:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDragging:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "scrollViewWillEndDragging", - "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ProductPriceType", + "printedName": "ProductPriceType", + "children": [ + { + "kind": "Var", + "name": "vat", + "printedName": "vat", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", "children": [ { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ] } - ], - "usr": "s:Sp" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndDragging", - "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "kind": "Var", + "name": "net", + "printedName": "net", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDragging:willDecelerate:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDragging:willDecelerate:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewShouldScrollToTop", - "printedName": "scrollViewShouldScrollToTop(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewShouldScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewShouldScrollToTop:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "implicit": true, + "init_kind": "Designated" }, { - "kind": "Function", - "name": "scrollViewDidScrollToTop", - "printedName": "scrollViewDidScrollToTop(_:)", + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScrollToTop:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewWillBeginDecelerating", - "printedName": "scrollViewWillBeginDecelerating(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "implicit": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDecelerating:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "scrollViewDidEndDecelerating", - "printedName": "scrollViewDidEndDecelerating(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDecelerating:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "usr": "s:SY", + "mangledName": "$sSY" }, { - "kind": "Function", - "name": "viewForZooming", - "printedName": "viewForZooming(in:)", + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductUnitType", + "printedName": "ProductUnitType", + "children": [ + { + "kind": "Var", + "name": "kg", + "printedName": "kg", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)viewForZoomingInScrollView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "viewForZoomingInScrollView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewWillBeginZooming", - "printedName": "scrollViewWillBeginZooming(_:with:)", + "kind": "Var", + "name": "m", + "printedName": "m", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginZooming:withView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginZooming:withView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndZooming", - "printedName": "scrollViewDidEndZooming(_:with:atScale:)", + "kind": "Var", + "name": "pc", + "printedName": "pc", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndZooming:withView:atScale:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndZooming:withView:atScale:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidZoom", - "printedName": "scrollViewDidZoom(_:)", + "kind": "Var", + "name": "l", + "printedName": "l", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidZoom:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidZoom:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndScrollingAnimation", - "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndScrollingAnimation:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndScrollingAnimation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "implicit": true, + "init_kind": "Designated" }, { - "kind": "Function", - "name": "scrollViewDidChangeAdjustedContentInset", - "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidChangeAdjustedContentInset:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidChangeAdjustedContentInset:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "TableEventsHandler", - "printedName": "TableEventsHandler", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RowHeight", - "printedName": "RowHeight", - "children": [ + "implicit": true, + "accessors": [ { - "kind": "Var", - "name": "default", - "printedName": "default", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", - "moduleName": "TranzzoPaymentSDK" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ { - "kind": "Var", - "name": "auto", - "printedName": "auto", + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductTaxeType", + "printedName": "ProductTaxeType", + "children": [ + { + "kind": "Var", + "name": "vat", + "printedName": "vat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(estimated: CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ] } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE14CoreFoundation7CGFloatV_tcAEmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE12CoreGraphics7CGFloatV_tcAEmF", - "moduleName": "TranzzoPaymentSDK" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "nonVat", + "printedName": "nonVat", + "children": [ { - "kind": "Var", - "name": "explicit", - "printedName": "explicit", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ] } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductTaxeType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE14CoreFoundation7CGFloatVcAEmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE12CoreGraphics7CGFloatVcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } ] } ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" + "AccessControl" ], + "enumRawTypeName": "String", "conformances": [ { "kind": "Conformance", @@ -10318,122 +10483,77 @@ }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" } ] }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "CollectionSectionHeaderFooterProtocol", - "printedName": "CollectionSectionHeaderFooterProtocol", + "name": "Product", + "printedName": "Product", "children": [ { "kind": "Var", - "name": "section", - "printedName": "section", + "name": "id", + "printedName": "id", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10443,396 +10563,417 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "kind": "Var", + "name": "url", + "printedName": "url", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "category", + "printedName": "category", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, "declAttributes": [ - "DiscardableResult" + "HasStorage", + "AccessControl" ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionSectionEvents", - "printedName": "CollectionSectionEvents", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "referenceSize", - "printedName": "referenceSize", + "name": "name", + "printedName": "name", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "name": "description", + "printedName": "description", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "name": "amount", + "printedName": "amount", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "name": "currency", + "printedName": "currency", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "priceType", + "printedName": "priceType", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents?", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10841,124 +10982,58 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", + "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "vat", + "printedName": "vat", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "PostRequest", - "printedName": "PostRequest", - "children": [ - { - "kind": "Var", - "name": "bodyParameters", - "printedName": "bodyParameters", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", + "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10967,147 +11042,57 @@ "children": [ { "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", + "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK11PostRequestP", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionDirector", - "printedName": "CollectionDirector", - "children": [ { "kind": "Var", - "name": "collection", - "printedName": "collection", + "name": "qty", + "printedName": "qty", "children": [ { "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "UIKit.UICollectionView?" + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "ReferenceOwnership", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "ownership": 1, + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11118,21 +11103,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionView?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -11141,37 +11126,33 @@ }, { "kind": "Var", - "name": "sections", - "printedName": "sections", + "name": "payload", + "printedName": "payload", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", + "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11181,22 +11162,22 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -11205,34 +11186,34 @@ }, { "kind": "Var", - "name": "firstSection", - "printedName": "firstSection", + "name": "customerEmail", + "printedName": "customerEmail", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -11242,56 +11223,57 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "lastSection", - "printedName": "lastSection", + "name": "unit", + "printedName": "unit", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -11301,50 +11283,64 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "events", - "printedName": "events", + "name": "taxes", + "printedName": "taxes", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11354,335 +11350,291 @@ "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:url:category:name:description:amount:currency:priceType:vat:qty:payload:customerEmail:unit:taxes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "scrollEvents", - "printedName": "scrollEvents", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "isPrefetchingEnabled", - "printedName": "isPrefetchingEnabled", - "children": [ + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "registerAdapters", - "printedName": "registerAdapters(_:)", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.CollectionCellAdapterProtocol]", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", "children": [ { "kind": "TypeNominal", - "name": "CollectionCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { - "kind": "Function", - "name": "registerAdapter", - "printedName": "registerAdapter(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" }, { "kind": "TypeNominal", - "name": "CollectionCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "registerHeaderFooterAdapters", - "printedName": "registerHeaderFooterAdapters(_:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -11691,262 +11643,214 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sa" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "usr": "s:17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK7ProductV", + "mangledName": "$s17TranzzoPaymentSDK7ProductV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerHeaderFooterAdapter", - "printedName": "registerHeaderFooterAdapter(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductTaxe", + "printedName": "ProductTaxe", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "elementAt", - "printedName": "elementAt(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(sections:)", + "kind": "Var", + "name": "prc", + "printedName": "prc", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sa" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "section", - "printedName": "section(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(elements:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(type:prc:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { - "kind": "Function", - "name": "add", - "printedName": "add(section:at:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "add", - "printedName": "add(sections:at:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -11955,126 +11859,139 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionDirector", + "printedName": "CollectionDirector", + "children": [ + { + "kind": "Var", + "name": "collection", + "printedName": "collection", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "WeakStorage", + "printedName": "UIKit.UICollectionView?" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", + "ReferenceOwnership", + "SetterAccess", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(indexPath:)", - "children": [ + "ownership": 1, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(section:)", + "kind": "Var", + "name": "sections", + "printedName": "sections", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", "children": [ { "kind": "TypeNominal", @@ -12083,37 +12000,62 @@ "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "usr": "s:Sa" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", + "SetterAccess", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(sectionsAt:)", + "kind": "Var", + "name": "firstSection", + "printedName": "firstSection", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", @@ -12122,32 +12064,52 @@ "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "Preconcurrency", "Custom", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "sectionAt", - "printedName": "sectionAt(_:)", + "kind": "Var", + "name": "lastSection", + "printedName": "lastSection", "children": [ { "kind": "TypeNominal", @@ -12162,17 +12124,11 @@ } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "Preconcurrency", @@ -12180,224 +12136,397 @@ "AccessControl", "RawDocComment" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "reload", - "printedName": "reload(afterUpdate:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionDirector) -> ())?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector) -> ()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } - ] + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "scrollEvents", + "printedName": "scrollEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", "AccessControl", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { "kind": "Constructor", "name": "init", - "printedName": "init()", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", "name": "CollectionDirector", "printedName": "TranzzoPaymentSDK.CollectionDirector", "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)init", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCACycfc", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", - "Override" + "AccessControl", + "RawDocComment" ], "init_kind": "Designated" }, { - "kind": "Function", - "name": "numberOfSections", - "printedName": "numberOfSections(in:)", + "kind": "Var", + "name": "isPrefetchingEnabled", + "printedName": "isPrefetchingEnabled", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)numberOfSectionsInCollectionView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16numberOfSections2inSiSo16UICollectionViewC_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "numberOfSectionsInCollectionView:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:numberOfItemsInSection:)", + "name": "registerAdapters", + "printedName": "registerAdapters(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.CollectionCellAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:numberOfItemsInSection:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22numberOfItemsInSectionSiSo012UICollectionG0C_SitF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:numberOfItemsInSection:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:cellForItemAt:)", + "name": "registerAdapter", + "printedName": "registerAdapter(_:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cellForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13cellForItemAtSo012UICollectionG4CellCSo0lG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:cellForItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:willDisplay:forItemAt:)", + "name": "registerHeaderFooterAdapters", + "printedName": "registerHeaderFooterAdapters(_:)", "children": [ { "kind": "TypeNominal", @@ -12406,96 +12535,80 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplayCell:forItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_11willDisplay9forItemAtySo012UICollectionG0C_So0mG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didEndDisplaying:forItemAt:)", + "name": "registerHeaderFooterAdapter", + "printedName": "registerHeaderFooterAdapter(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingCell:forItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didEndDisplaying9forItemAtySo012UICollectionG0C_So0nG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didEndDisplayingCell:forItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldSelectItemAt:)", + "name": "elementAt", + "printedName": "elementAt(_:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", @@ -12505,24 +12618,21 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSelectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18shouldSelectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldSelectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didSelectItemAt:)", + "name": "set", + "printedName": "set(sections:)", "children": [ { "kind": "TypeNominal", @@ -12531,150 +12641,112 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didSelectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15didSelectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didSelectItemAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldDeselectItemAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldDeselectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20shouldDeselectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldDeselectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didDeselectItemAt:)", + "name": "section", + "printedName": "section(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didDeselectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_17didDeselectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didDeselectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldHighlightItemAt:)", + "name": "add", + "printedName": "add(elements:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldHighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_21shouldHighlightItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldHighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didHighlightItemAt:)", + "name": "add", + "printedName": "add(section:at:)", "children": [ { "kind": "TypeNominal", @@ -12683,35 +12755,42 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didHighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18didHighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didHighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didUnhighlightItemAt:)", + "name": "add", + "printedName": "add(sections:at:)", "children": [ { "kind": "TypeNominal", @@ -12720,98 +12799,96 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUnhighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20didUnhighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didUnhighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:transitionLayoutForOldLayout:newLayout:)", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewTransitionLayout", - "printedName": "UIKit.UICollectionViewTransitionLayout", - "usr": "c:objc(cs)UICollectionViewTransitionLayout" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:transitionLayoutForOldLayout:newLayout:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_022transitionLayoutForOldI003newI0So012UICollectiong10TransitionI0CSo0mG0C_So0mgI0CALtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:transitionLayoutForOldLayout:newLayout:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:targetIndexPathForMoveFromItemAt:toProposedIndexPath:)", + "name": "remove", + "printedName": "remove(indexPath:)", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", @@ -12821,158 +12898,138 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_32targetIndexPathForMoveFromItemAt010toProposediJ010Foundation0iJ0VSo012UICollectionG0C_A2ItF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:targetContentOffsetForProposedContentOffset:)", + "name": "remove", + "printedName": "remove(section:)", "children": [ { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetContentOffsetForProposedContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_030targetContentOffsetForProposediJ0So7CGPointVSo012UICollectionG0C_AGtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:targetContentOffsetForProposedContentOffset:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldShowMenuForItemAt:)", + "name": "remove", + "printedName": "remove(sectionsAt:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldShowMenuForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_23shouldShowMenuForItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldShowMenuForItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:canPerformAction:forItemAt:withSender:)", + "name": "sectionAt", + "printedName": "sectionAt(_:)", "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canPerformAction:forItemAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16canPerformAction9forItemAt10withSenderSbSo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:canPerformAction:forItemAtIndexPath:withSender:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:performAction:forItemAt:withSender:)", + "name": "reload", + "printedName": "reload(afterUpdate:completion:)", "children": [ { "kind": "TypeNominal", @@ -12981,132 +13038,330 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionDirector) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "(() -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] } ], + "hasDefaultArg": true, "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:performAction:forItemAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13performAction9forItemAt10withSenderySo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:performAction:forItemAtIndexPath:withSender:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldSpringLoadItemAt:with:)", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)init", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "TypeDecl", + "name": "ItemSize", + "printedName": "ItemSize", + "children": [ { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "kind": "Var", + "name": "default", + "printedName": "default", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Var", + "name": "auto", + "printedName": "auto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(estimated: CoreFoundation.CGSize)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeNominal", - "name": "UISpringLoadedInteractionContext", - "printedName": "any UIKit.UISpringLoadedInteractionContext", - "usr": "c:objc(pl)UISpringLoadedInteractionContext" + "kind": "Var", + "name": "explicit", + "printedName": "explicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", + "moduleName": "TranzzoPaymentSDK" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSpringLoadItemAtIndexPath:withContext:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22shouldSpringLoadItemAt4withSbSo012UICollectionG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "collectionView:shouldSpringLoadItemAtIndexPath:withContext:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Available", "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:canFocusItemAt:)", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", "name": "UICollectionView", "printedName": "UIKit.UICollectionView", "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canFocusItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_14canFocusItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)numberOfSectionsInCollectionView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16numberOfSections2inSiSo16UICollectionViewC_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:canFocusItemAtIndexPath:", + "objc_name": "numberOfSectionsInCollectionView:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom", - "RawDocComment" + "Custom" ], "isFromExtension": true, "funcSelfKind": "NonMutating" @@ -13114,13 +13369,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:shouldUpdateFocusIn:)", + "printedName": "collectionView(_:numberOfItemsInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", @@ -13130,16 +13385,16 @@ }, { "kind": "TypeNominal", - "name": "UICollectionViewFocusUpdateContext", - "printedName": "UIKit.UICollectionViewFocusUpdateContext", - "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldUpdateFocusInContext:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_19shouldUpdateFocusInSbSo012UICollectionG0C_So0lgjI7ContextCtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22numberOfItemsInSectionSiSo012UICollectionG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldUpdateFocusInContext:", + "objc_name": "collectionView:numberOfItemsInSection:", "declAttributes": [ "Dynamic", "ObjC", @@ -13152,12 +13407,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:didUpdateFocusIn:with:)", + "printedName": "collectionView(_:cellForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13167,22 +13423,16 @@ }, { "kind": "TypeNominal", - "name": "UICollectionViewFocusUpdateContext", - "printedName": "UIKit.UICollectionViewFocusUpdateContext", - "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" - }, - { - "kind": "TypeNominal", - "name": "UIFocusAnimationCoordinator", - "printedName": "UIKit.UIFocusAnimationCoordinator", - "usr": "c:objc(cs)UIFocusAnimationCoordinator" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUpdateFocusInContext:withAnimationCoordinator:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didUpdateFocusIn4withySo012UICollectionG0C_So0mgjI7ContextCSo27UIFocusAnimationCoordinatorCtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13cellForItemAtSo012UICollectionG4CellCSo0lG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didUpdateFocusInContext:withAnimationCoordinator:", + "objc_name": "collectionView:cellForItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13195,13 +13445,12 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:viewForSupplementaryElementOfKind:at:)", + "printedName": "collectionView(_:willDisplay:forItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", @@ -13211,9 +13460,9 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13223,16 +13472,15 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:viewForSupplementaryElementOfKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_33viewForSupplementaryElementOfKind2atSo020UICollectionReusableG0CSo0oG0C_SS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplayCell:forItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_11willDisplay9forItemAtySo012UICollectionG0C_So0mG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:viewForSupplementaryElementOfKind:atIndexPath:", + "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom", - "RawDocComment" + "Custom" ], "isFromExtension": true, "funcSelfKind": "NonMutating" @@ -13240,7 +13488,7 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:willDisplaySupplementaryView:forElementKind:at:)", + "printedName": "collectionView(_:didEndDisplaying:forItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13255,15 +13503,9 @@ }, { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13273,10 +13515,10 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_024willDisplaySupplementaryG014forElementKind2atySo012UICollectionG0C_So0o8ReusableG0CSS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingCell:forItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didEndDisplaying9forItemAtySo012UICollectionG0C_So0nG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", + "objc_name": "collectionView:didEndDisplayingCell:forItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13289,12 +13531,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:didEndDisplayingSupplementaryView:forElementOfKind:at:)", + "printedName": "collectionView(_:shouldSelectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", @@ -13302,18 +13545,6 @@ "printedName": "UIKit.UICollectionView", "usr": "c:objc(cs)UICollectionView" }, - { - "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, { "kind": "TypeNominal", "name": "IndexPath", @@ -13322,43 +13553,35 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_029didEndDisplayingSupplementaryG016forElementOfKind2atySo012UICollectionG0C_So0q8ReusableG0CSS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSelectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18shouldSelectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "objc_name": "collectionView:shouldSelectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "headerFooterForSection", - "printedName": "headerFooterForSection(ofType:at:)", + "name": "collectionView", + "printedName": "collectionView(_:didSelectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", @@ -13368,10 +13591,13 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didSelectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15didSelectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:didSelectItemAtIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", "Preconcurrency", "Custom" ], @@ -13381,12 +13607,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:prefetchItemsAt:)", + "printedName": "collectionView(_:shouldDeselectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", @@ -13396,24 +13623,16 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:prefetchItemsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15prefetchItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldDeselectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20shouldDeselectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:prefetchItemsAtIndexPaths:", + "objc_name": "collectionView:shouldDeselectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13427,7 +13646,7 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:cancelPrefetchingForItemsAt:)", + "printedName": "collectionView(_:didDeselectItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13442,24 +13661,16 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cancelPrefetchingForItemsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_27cancelPrefetchingForItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didDeselectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_17didDeselectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "objc_name": "collectionView:didDeselectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13471,26 +13682,33 @@ }, { "kind": "Function", - "name": "scrollViewDidScroll", - "printedName": "scrollViewDidScroll(_:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldHighlightItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScroll:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldHighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_21shouldHighlightItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScroll:", + "objc_name": "collectionView:shouldHighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13503,8 +13721,8 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginDragging", - "printedName": "scrollViewWillBeginDragging(_:)", + "name": "collectionView", + "printedName": "collectionView(_:didHighlightItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13513,16 +13731,22 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDragging:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didHighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18didHighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDragging:", + "objc_name": "collectionView:didHighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13534,8 +13758,8 @@ }, { "kind": "Function", - "name": "scrollViewWillEndDragging", - "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "name": "collectionView", + "printedName": "collectionView(_:didUnhighlightItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13544,36 +13768,22 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUnhighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20didUnhighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "objc_name": "collectionView:didUnhighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13585,64 +13795,84 @@ }, { "kind": "Function", - "name": "scrollViewDidEndDragging", - "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "name": "collectionView", + "printedName": "collectionView(_:transitionLayoutForOldLayout:newLayout:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionViewTransitionLayout", + "printedName": "UIKit.UICollectionViewTransitionLayout", + "usr": "c:objc(cs)UICollectionViewTransitionLayout" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDragging:willDecelerate:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:transitionLayoutForOldLayout:newLayout:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_022transitionLayoutForOldI003newI0So012UICollectiong10TransitionI0CSo0mG0C_So0mgI0CALtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "objc_name": "collectionView:transitionLayoutForOldLayout:newLayout:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewShouldScrollToTop", - "printedName": "scrollViewShouldScrollToTop(_:)", + "name": "collectionView", + "printedName": "collectionView(_:targetIndexPathForMoveFromItemAt:toProposedIndexPath:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewShouldScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_32targetIndexPathForMoveFromItemAt010toProposediJ010Foundation0iJ0VSo012UICollectionG0C_A2ItF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewShouldScrollToTop:", + "objc_name": "collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13654,26 +13884,33 @@ }, { "kind": "Function", - "name": "scrollViewDidScrollToTop", - "printedName": "scrollViewDidScrollToTop(_:)", + "name": "collectionView", + "printedName": "collectionView(_:targetContentOffsetForProposedContentOffset:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetContentOffsetForProposedContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_030targetContentOffsetForProposediJ0So7CGPointVSo012UICollectionG0C_AGtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScrollToTop:", + "objc_name": "collectionView:targetContentOffsetForProposedContentOffset:", "declAttributes": [ "Dynamic", "ObjC", @@ -13685,97 +13922,148 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginDecelerating", - "printedName": "scrollViewWillBeginDecelerating(_:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldShowMenuForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldShowMenuForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_23shouldShowMenuForItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDecelerating:", + "objc_name": "collectionView:shouldShowMenuForItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidEndDecelerating", - "printedName": "scrollViewDidEndDecelerating(_:)", + "name": "collectionView", + "printedName": "collectionView(_:canPerformAction:forItemAt:withSender:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canPerformAction:forItemAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16canPerformAction9forItemAt10withSenderSbSo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDecelerating:", + "objc_name": "collectionView:canPerformAction:forItemAtIndexPath:withSender:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "viewForZooming", - "printedName": "viewForZooming(in:)", + "name": "collectionView", + "printedName": "collectionView(_:performAction:forItemAt:withSender:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)viewForZoomingInScrollView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:performAction:forItemAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13performAction9forItemAt10withSenderySo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "viewForZoomingInScrollView:", + "objc_name": "collectionView:performAction:forItemAtIndexPath:withSender:", "declAttributes": [ "Dynamic", "ObjC", @@ -13787,91 +14075,119 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginZooming", - "printedName": "scrollViewWillBeginZooming(_:with:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldSpringLoadItemAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UISpringLoadedInteractionContext", + "printedName": "any UIKit.UISpringLoadedInteractionContext", + "usr": "c:objc(pl)UISpringLoadedInteractionContext" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginZooming:withView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSpringLoadItemAtIndexPath:withContext:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22shouldSpringLoadItemAt4withSbSo012UICollectionG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginZooming:withView:", + "intro_iOS": "11.0", + "objc_name": "collectionView:shouldSpringLoadItemAtIndexPath:withContext:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "Available", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidEndZooming", - "printedName": "scrollViewDidEndZooming(_:with:atScale:)", + "name": "collectionView", + "printedName": "collectionView(_:canFocusItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canFocusItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_14canFocusItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:canFocusItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:shouldUpdateFocusIn:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewFocusUpdateContext", + "printedName": "UIKit.UICollectionViewFocusUpdateContext", + "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndZooming:withView:atScale:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldUpdateFocusInContext:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_19shouldUpdateFocusInSbSo012UICollectionG0C_So0lgjI7ContextCtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndZooming:withView:atScale:", + "objc_name": "collectionView:shouldUpdateFocusInContext:", "declAttributes": [ "Dynamic", "ObjC", @@ -13883,8 +14199,8 @@ }, { "kind": "Function", - "name": "scrollViewDidZoom", - "printedName": "scrollViewDidZoom(_:)", + "name": "collectionView", + "printedName": "collectionView(_:didUpdateFocusIn:with:)", "children": [ { "kind": "TypeNominal", @@ -13893,16 +14209,28 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewFocusUpdateContext", + "printedName": "UIKit.UICollectionViewFocusUpdateContext", + "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" + }, + { + "kind": "TypeNominal", + "name": "UIFocusAnimationCoordinator", + "printedName": "UIKit.UIFocusAnimationCoordinator", + "usr": "c:objc(cs)UIFocusAnimationCoordinator" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidZoom:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUpdateFocusInContext:withAnimationCoordinator:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didUpdateFocusIn4withySo012UICollectionG0C_So0mgjI7ContextCSo27UIFocusAnimationCoordinatorCtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidZoom:", + "objc_name": "collectionView:didUpdateFocusInContext:withAnimationCoordinator:", "declAttributes": [ "Dynamic", "ObjC", @@ -13914,39 +14242,53 @@ }, { "kind": "Function", - "name": "scrollViewDidEndScrollingAnimation", - "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "name": "collectionView", + "printedName": "collectionView(_:viewForSupplementaryElementOfKind:at:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndScrollingAnimation:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:viewForSupplementaryElementOfKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_33viewForSupplementaryElementOfKind2atSo020UICollectionReusableG0CSo0oG0C_SS10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndScrollingAnimation:", + "objc_name": "collectionView:viewForSupplementaryElementOfKind:atIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidChangeAdjustedContentInset", - "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "name": "collectionView", + "printedName": "collectionView(_:willDisplaySupplementaryView:forElementKind:at:)", "children": [ { "kind": "TypeNominal", @@ -13955,16 +14297,34 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidChangeAdjustedContentInset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_024willDisplaySupplementaryG014forElementKind2atySo012UICollectionG0C_So0o8ReusableG0CSS10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "objc_name": "collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13975,766 +14335,851 @@ "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "ItemSize", - "printedName": "ItemSize", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:didEndDisplayingSupplementaryView:forElementOfKind:at:)", "children": [ { - "kind": "Var", - "name": "default", - "printedName": "default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", - "moduleName": "TranzzoPaymentSDK" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "auto", - "printedName": "auto", + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_029didEndDisplayingSupplementaryG016forElementOfKind2atySo012UICollectionG0C_So0q8ReusableG0CSS10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "headerFooterForSection", + "printedName": "headerFooterForSection(ofType:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(estimated: CoreFoundation.CGSize)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sq" }, { - "kind": "Var", - "name": "explicit", - "printedName": "explicit", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:prefetchItemsAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sa" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:prefetchItemsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15prefetchItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:prefetchItemsAtIndexPaths:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "RawDocComment" ], "isFromExtension": true, - "conformances": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cancelPrefetchingForItemsAt:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_27cancelPrefetchingForItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScroll:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScroll:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "RawDocComment" ], "isFromExtension": true, - "conformances": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewWillBeginDragging", + "printedName": "scrollViewWillBeginDragging(_:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDragging:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDragging:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "kind": "Function", + "name": "scrollViewWillEndDragging", + "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "kind": "Function", + "name": "scrollViewDidEndDragging", + "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDragging:willDecelerate:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "kind": "Function", + "name": "scrollViewShouldScrollToTop", + "printedName": "scrollViewShouldScrollToTop(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewShouldScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewShouldScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "Function", + "name": "scrollViewDidScrollToTop", + "printedName": "scrollViewDidScrollToTop(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReusableViewLoadSource", - "printedName": "ReusableViewLoadSource", - "children": [ - { - "kind": "Var", - "name": "fromStoryboard", - "printedName": "fromStoryboard", + "kind": "Function", + "name": "scrollViewWillBeginDecelerating", + "printedName": "scrollViewWillBeginDecelerating(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDecelerating:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "fromXib", - "printedName": "fromXib", + "kind": "Function", + "name": "scrollViewDidEndDecelerating", + "printedName": "scrollViewDidEndDecelerating(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> (Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(name: Swift.String?, bundle: Foundation.Bundle?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Bundle?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "Foundation.Bundle", - "usr": "c:objc(cs)NSBundle" - } - ], - "usr": "s:Sq" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDecelerating:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "fromClass", - "printedName": "fromClass", + "kind": "Function", + "name": "viewForZooming", + "printedName": "viewForZooming(in:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", - "moduleName": "TranzzoPaymentSDK" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "WriteSafeSemaphore", - "printedName": "WriteSafeSemaphore", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "WriteSafeSemaphore", - "printedName": "TranzzoPaymentSDK.WriteSafeSemaphore", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)viewForZoomingInScrollView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "viewForZoomingInScrollView:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "perform", - "printedName": "perform(_:)", + "name": "scrollViewWillBeginZooming", + "printedName": "scrollViewWillBeginZooming(_:with:)", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> τ_0_0", + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], - "typeAttributes": [ - "noescape" - ] + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginZooming:withView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", + "objc_name": "scrollViewWillBeginZooming:withView:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableCellAdapter", - "printedName": "TableCellAdapter", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", + "kind": "Function", + "name": "scrollViewDidEndZooming", + "printedName": "scrollViewDidEndZooming(_:with:atScale:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndZooming:withView:atScale:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndZooming:withView:atScale:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidZoom", + "printedName": "scrollViewDidZoom(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidZoom:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidZoom:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidEndScrollingAnimation", + "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndScrollingAnimation:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndScrollingAnimation:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidChangeAdjustedContentInset", + "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidChangeAdjustedContentInset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "CollectionHeaderFooterAdapterProtocol", + "children": [ { "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", @@ -14750,16 +15195,10 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -14780,73 +15219,34 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:kind:)", "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, { "kind": "TypeNominal", "name": "String", @@ -14854,61 +15254,299 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionReusableView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:index:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelCellIdentifier", + "printedName": "modelCellIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionHeaderFooterAdapter", + "printedName": "CollectionHeaderFooterAdapter", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -14924,11 +15562,103 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -14947,8 +15677,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -14970,11 +15700,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -14996,11 +15726,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -15016,11 +15746,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -15034,22 +15764,20 @@ { "kind": "TypeNominal", "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", - "Final", "HasStorage", "AccessControl", "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15060,21 +15788,64 @@ { "kind": "TypeNominal", "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, @@ -15085,31 +15856,26 @@ "children": [ { "kind": "TypeNominal", - "name": "TableCellAdapter", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "name": "CollectionHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", "children": [ { "kind": "TypeNominal", "name": "GenericTypeParam", "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" } ], - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ()", "children": [ { "kind": "TypeNominal", @@ -15118,21 +15884,16 @@ }, { "kind": "TypeNominal", - "name": "TableCellAdapter", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "name": "CollectionHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", "children": [ { "kind": "TypeNominal", "name": "GenericTypeParam", "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" } ], - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" } ] } @@ -15142,85 +15903,95 @@ } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "init_kind": "Designated" }, { "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inTable:at:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.IndexPath?", + "printedName": "UIKit.UICollectionReusableView?", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:kind:)", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -15228,8 +15999,8 @@ }, { "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:index:)", "children": [ { "kind": "TypeNominal", @@ -15246,33 +16017,26 @@ }, { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" @@ -15280,49 +16044,32 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.IndexPath?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sa" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], "funcSelfKind": "NonMutating" }, @@ -15333,32 +16080,27 @@ "children": [ { "kind": "Var", - "name": "table", - "printedName": "table", + "name": "isHeader", + "printedName": "isHeader", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -15367,57 +16109,53 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "tableSize", - "printedName": "tableSize", + "name": "view", + "printedName": "view", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "CoreFoundation.CGSize?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -15427,59 +16165,50 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "CoreFoundation.CGSize?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "indexPath", - "printedName": "indexPath", + "name": "sectionIndex", + "printedName": "sectionIndex", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15489,63 +16218,52 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "element", - "printedName": "element", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_0?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", + "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "SetterAccess", + "AccessControl" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15556,157 +16274,101 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_0?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "cell", - "printedName": "cell", + "kind": "Constructor", + "name": "init", + "printedName": "init(isHeader:view:section:index:)", "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_1?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "isFromExtension": true, - "hasMissingDesignatedInitializers": true, "conformances": [ { "kind": "Conformance", @@ -15737,12 +16399,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15752,8 +16414,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15762,8 +16424,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -15780,12 +16442,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15795,8 +16457,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15805,11 +16467,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -15826,12 +16488,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15841,8 +16503,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15851,11 +16513,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -15871,11 +16533,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -15883,29 +16545,30 @@ }, { "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "name": "referenceSize", + "printedName": "referenceSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15914,8 +16577,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -15932,23 +16595,24 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15957,11 +16621,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -15978,23 +16642,24 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16003,11 +16668,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16023,11 +16688,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16035,30 +16700,29 @@ }, { "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", + "name": "didDisplay", + "printedName": "didDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16067,8 +16731,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16085,24 +16749,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16111,11 +16774,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16132,24 +16795,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16158,11 +16820,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16178,11 +16840,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16190,30 +16852,29 @@ }, { "kind": "Var", - "name": "rowHeightEstimated", - "printedName": "rowHeightEstimated", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16222,8 +16883,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16240,24 +16901,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16266,11 +16926,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16287,24 +16947,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16313,11 +16972,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16333,11 +16992,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16345,30 +17004,29 @@ }, { "kind": "Var", - "name": "canEditRow", - "printedName": "canEditRow", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16377,8 +17035,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16395,24 +17053,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16421,11 +17078,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16442,24 +17099,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16468,11 +17124,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16488,5960 +17144,2905 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Var", - "name": "commitEdit", - "printedName": "commitEdit", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "PaymentContollerConfig", + "printedName": "PaymentContollerConfig", + "children": [ + { + "kind": "Var", + "name": "colorConfig", + "printedName": "colorConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editActions", - "printedName": "editActions", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "localizationConfig", + "printedName": "localizationConfig", + "children": [ { - "kind": "Var", - "name": "canMoveRow", - "printedName": "canMoveRow", + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "moveRow", - "printedName": "moveRow", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(colorConfig:localizationConfig:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentContollerConfig", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + }, + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + }, + { + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ColorConfig", + "printedName": "ColorConfig", + "children": [ + { + "kind": "Var", + "name": "pay_button_enable_color", + "printedName": "pay_button_enable_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "indentLevel", - "printedName": "indentLevel", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_button_disabled_color", + "printedName": "pay_button_disabled_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fixed_amount_color", + "printedName": "fixed_amount_color", + "children": [ { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "background_color", + "printedName": "background_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "tapOnAccessory", - "printedName": "tapOnAccessory", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "section_backround_color", + "printedName": "section_backround_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willSelect", - "printedName": "willSelect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "border_color", + "printedName": "border_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selected_token_card_element_border_color", + "printedName": "selected_token_card_element_border_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willDeselect", - "printedName": "willDeselect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "placeholder_color", + "printedName": "placeholder_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "title_color", + "printedName": "title_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willBeginEdit", - "printedName": "willBeginEdit", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "input_color", + "printedName": "input_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" }, { - "kind": "Var", - "name": "didEndEdit", - "printedName": "didEndEdit", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "error_color", + "printedName": "error_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editStyle", - "printedName": "editStyle", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigVACycfc", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigVACycfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LocalizationConfig", + "printedName": "LocalizationConfig", + "children": [ + { + "kind": "Var", + "name": "main_title", + "printedName": "main_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "deleteConfirmTitle", - "printedName": "deleteConfirmTitle", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enter_amount_title", + "printedName": "enter_amount_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editShouldIndent", - "printedName": "editShouldIndent", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enter_amount_placeholder", + "printedName": "enter_amount_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "moveAdjustDestination", - "printedName": "moveAdjustDestination", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_via_card_title", + "printedName": "pay_via_card_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_button_title", + "printedName": "pay_button_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldShowMenu", - "printedName": "shouldShowMenu", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "lookup_pay_button_title", + "printedName": "lookup_pay_button_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "canPerformMenuAction", - "printedName": "canPerformMenuAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "wrong_card_data_title", + "printedName": "wrong_card_data_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "performMenuAction", - "printedName": "performMenuAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_number_placeholder", + "printedName": "card_number_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_exp_month_placeholder", + "printedName": "card_exp_month_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_exp_year_plaecholder", + "printedName": "card_exp_year_plaecholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_cvv_placeholder", + "printedName": "card_cvv_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cancel_payment_title", + "printedName": "cancel_payment_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" }, { - "kind": "Var", - "name": "leadingSwipeActions", - "printedName": "leadingSwipeActions", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "trailingSwipeActions", - "printedName": "trailingSwipeActions", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, - { - "kind": "Conformance", - "name": "TableCellAdapterProtocol", - "printedName": "TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionAdapterEventID", - "printedName": "CollectionAdapterEventID", - "children": [ { "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "name": "cancel_payment_description", + "printedName": "cancel_payment_description", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldSelect", - "printedName": "shouldSelect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldDeselect", - "printedName": "shouldDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "name": "cancel_payment_confirm", + "printedName": "cancel_payment_confirm", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "name": "cancel_payment_cancel", + "printedName": "cancel_payment_cancel", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "name": "saved_cards_list_title", + "printedName": "saved_cards_list_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldShowEditMenu", - "printedName": "shouldShowEditMenu", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "canPerformEditAction", - "printedName": "canPerformEditAction", + "name": "other_card_title", + "printedName": "other_card_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "performEditAction", - "printedName": "performEditAction", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "name": "choose_token_cards_title", + "printedName": "choose_token_cards_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", - "children": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + ] }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigVACycfc", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigVACycfc", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], - "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -22456,59 +20057,13 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" } ] }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -22517,39 +20072,34 @@ }, { "kind": "TypeDecl", - "name": "AdditionalData", - "printedName": "AdditionalData", + "name": "CollectionSectionHeaderFooterProtocol", + "printedName": "CollectionSectionHeaderFooterProtocol", "children": [ { "kind": "Var", - "name": "serverUrl", - "printedName": "serverUrl", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -22559,358 +20109,427 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "products", - "printedName": "products", + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:type:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", - "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "DiscardableResult" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", - "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "merchantMcc", - "printedName": "merchantMcc", - "children": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "DiscardableResult" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionSectionEvents", + "printedName": "CollectionSectionEvents", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "payload", - "printedName": "payload", + "name": "referenceSize", + "printedName": "referenceSize", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:SD" + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDisplay", + "printedName": "didDisplay", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(serverUrl:products:merchantMcc:payload:)", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + } + ] } - ], - "usr": "s:Sq" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sa" + ] } - ], - "usr": "s:Sq" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + ] } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], + "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -22925,25 +20544,44 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] }, { "kind": "Import", @@ -22955,33 +20593,49 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "KeyConfig", - "printedName": "KeyConfig", + "name": "CollectionSection", + "printedName": "CollectionSection", "children": [ { "kind": "Var", - "name": "sessionToken", - "printedName": "sessionToken", + "name": "index", + "printedName": "index", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -22990,24 +20644,31 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "apiKey", - "printedName": "apiKey", + "name": "identifier", + "printedName": "identifier", "children": [ { "kind": "TypeNominal", @@ -23017,12 +20678,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "Final", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "isLet": true, "hasStorage": true, @@ -23040,35 +20703,47 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "posId", - "printedName": "posId", + "name": "elements", + "printedName": "elements", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "SetterAccess", + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -23078,14 +20753,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -23093,264 +20776,146 @@ ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(sessionToken:apiKey:posId:)", + "kind": "Var", + "name": "headerView", + "printedName": "headerView", "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableAdapterCellAction", - "printedName": "TableAdapterCellAction", - "children": [ - { - "kind": "Var", - "name": "none", - "printedName": "none", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "deselect", - "printedName": "deselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "deselectAnimated", - "printedName": "deselectAnimated", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - } - ] + "name": "Void", + "printedName": "()" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" + ] }, { "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "name": "headerSize", + "printedName": "headerSize", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -23359,1366 +20924,1245 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" }, { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TableAdapterEventID", - "printedName": "TableAdapterEventID", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canEditRow", - "printedName": "canEditRow", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "commitEdit", - "printedName": "commitEdit", + "name": "footerView", + "printedName": "footerView", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canMoveRow", - "printedName": "canMoveRow", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "moveRow", - "printedName": "moveRow", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "name": "footerSize", + "printedName": "footerSize", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "rowHeightEstimated", - "printedName": "rowHeightEstimated", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "indentLevel", - "printedName": "indentLevel", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "editActions", - "printedName": "editActions", + "name": "sectionInsets", + "printedName": "sectionInsets", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "tapOnAccessory", - "printedName": "tapOnAccessory", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willSelect", - "printedName": "willSelect", + "name": "minimumInterItemSpacing", + "printedName": "minimumInterItemSpacing", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "tap", - "printedName": "tap", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willDeselect", - "printedName": "willDeselect", + "name": "minimumLineSpacing", + "printedName": "minimumLineSpacing", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willBeginEdit", - "printedName": "willBeginEdit", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(original:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "didEndEdit", - "printedName": "didEndEdit", + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "editStyle", - "printedName": "editStyle", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "hasDefaultArg": true, + "usr": "s:Sa" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "deleteConfirmTitle", - "printedName": "deleteConfirmTitle", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:header:footer:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "editShouldIndent", - "printedName": "editShouldIndent", - "children": [ + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" }, { - "kind": "Var", - "name": "moveAdjustDestination", - "printedName": "moveAdjustDestination", + "kind": "Function", + "name": "set", + "printedName": "set(elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Function", + "name": "set", + "printedName": "set(element:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "shouldShowMenu", - "printedName": "shouldShowMenu", + "kind": "Function", + "name": "add", + "printedName": "add(element:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "canPerformMenuAction", - "printedName": "canPerformMenuAction", + "kind": "Function", + "name": "add", + "printedName": "add(elements:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "performMenuAction", - "printedName": "performMenuAction", - "children": [ + ], + "usr": "s:Sq" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] - } + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Function", + "name": "remove", + "printedName": "remove(at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", - "children": [ + ], + "usr": "s:Sq" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] - } + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "leadingSwipeActions", - "printedName": "leadingSwipeActions", + "kind": "Function", + "name": "remove", + "printedName": "remove(atIndexes:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "trailingSwipeActions", - "printedName": "trailingSwipeActions", + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", @@ -24727,18 +22171,32 @@ "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, { "kind": "TypeNominal", "name": "Int", @@ -24746,43 +22204,26 @@ "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl", "RawDocComment" ], - "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -24807,32 +22248,17 @@ }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" }, { "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" } ] }, @@ -24846,11 +22272,38 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "RawDocComment" @@ -24858,51 +22311,26 @@ }, { "kind": "TypeDecl", - "name": "ScrollViewEventsHandler", - "printedName": "ScrollViewEventsHandler", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", "children": [ { "kind": "Var", - "name": "didScroll", - "printedName": "didScroll", + "name": "path", + "printedName": "path", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -24911,140 +22339,205 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "urlParameters", + "printedName": "urlParameters", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "endScrollingAnimation", - "printedName": "endScrollingAnimation", + "name": "requestUrl", + "printedName": "requestUrl", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "printedName": "Swift.String?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Changeset", + "printedName": "Changeset", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25057,35 +22550,16 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25101,35 +22575,16 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25145,9 +22600,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25155,43 +22612,29 @@ }, { "kind": "Var", - "name": "shouldScrollToTop", - "printedName": "shouldScrollToTop", + "name": "sectionDeleted", + "printedName": "sectionDeleted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25204,36 +22647,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25249,36 +22681,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25294,9 +22715,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25304,42 +22727,29 @@ }, { "kind": "Var", - "name": "didScrollToTop", - "printedName": "didScrollToTop", + "name": "sectionInserted", + "printedName": "sectionInserted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25352,35 +22762,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25396,35 +22796,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25440,9 +22830,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25450,42 +22842,29 @@ }, { "kind": "Var", - "name": "willBeginDragging", - "printedName": "willBeginDragging", + "name": "sectionUpdated", + "printedName": "sectionUpdated", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25498,35 +22877,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25542,35 +22911,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25586,9 +22945,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25596,69 +22957,42 @@ }, { "kind": "Var", - "name": "willEndDragging", - "printedName": "willEndDragging", + "name": "sectionMoved", + "printedName": "sectionMoved", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25671,62 +23005,38 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25742,62 +23052,38 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25813,9 +23099,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25823,55 +23111,29 @@ }, { "kind": "Var", - "name": "endDragging", - "printedName": "endDragging", + "name": "elementDeleted", + "printedName": "elementDeleted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25884,48 +23146,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25941,48 +23180,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25998,9 +23214,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26008,42 +23226,29 @@ }, { "kind": "Var", - "name": "willBeginDecelerating", - "printedName": "willBeginDecelerating", + "name": "elementInserted", + "printedName": "elementInserted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -26056,35 +23261,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26100,35 +23295,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26144,9 +23329,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26154,42 +23341,29 @@ }, { "kind": "Var", - "name": "endDecelerating", - "printedName": "endDecelerating", + "name": "elementUpdated", + "printedName": "elementUpdated", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -26202,35 +23376,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26246,35 +23410,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26290,9 +23444,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26300,54 +23456,44 @@ }, { "kind": "Var", - "name": "viewForZooming", - "printedName": "viewForZooming", + "name": "elementMoved", + "printedName": "elementMoved", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -26358,44 +23504,38 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26411,44 +23551,38 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26464,77 +23598,217 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "willBeginZooming", - "printedName": "willBeginZooming", + "kind": "Constructor", + "name": "init", + "printedName": "init(data:sectionDeleted:sectionInserted:sectionUpdated:sectionMoved:elementDeleted:elementInserted:elementUpdated:elementMoved:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sectionChangeCount", + "printedName": "sectionChangeCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], "accessors": [ { "kind": "Accessor", @@ -26543,213 +23817,84 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "elementChangeCount", + "printedName": "elementChangeCount", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "endZooming", - "printedName": "endZooming", + "name": "changeCount", + "printedName": "changeCount", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "Inlinable" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -26758,198 +23903,127 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "hasSectionChanges", + "printedName": "hasSectionChanges", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasElementChanges", + "printedName": "hasElementChanges", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "didZoom", - "printedName": "didZoom", + "name": "hasChanges", + "printedName": "hasChanges", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "Inlinable" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -26958,144 +24032,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:17TranzzoPaymentSDK9ChangesetV" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "didChangeAdjustedContentInset", - "printedName": "didChangeAdjustedContentInset", + "name": "debugDescription", + "printedName": "debugDescription", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -27104,110 +24126,158 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK9ChangesetV", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "WriteSafeSemaphore", + "printedName": "WriteSafeSemaphore", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "WriteSafeSemaphore", + "printedName": "TranzzoPaymentSDK.WriteSafeSemaphore", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "perform", + "printedName": "perform(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "typeAttributes": [ + "noescape" + ] } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ { @@ -27238,12 +24308,14 @@ }, { "kind": "TypeDecl", - "name": "PaymentMethod", - "printedName": "PaymentMethod", + "name": "GetRequest", + "printedName": "GetRequest", "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP", + "usr": "s:17TranzzoPaymentSDK10GetRequestP", + "mangledName": "$s17TranzzoPaymentSDK10GetRequestP", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -27261,125 +24333,102 @@ "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "PaymentMethodType", - "printedName": "PaymentMethodType", + "name": "TableSection", + "printedName": "TableSection", "children": [ { "kind": "Var", - "name": "auth", - "printedName": "auth", + "name": "index", + "printedName": "index", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "purchase", - "printedName": "purchase", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + ] }, { "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "name": "identifier", + "printedName": "identifier", "children": [ { "kind": "TypeNominal", @@ -27389,10 +24438,17 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -27407,61 +24463,26 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "headerTitle", + "printedName": "headerTitle", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -27469,196 +24490,110 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LookupMethodType", - "printedName": "LookupMethodType", - "children": [ - { - "kind": "Var", - "name": "lookup", - "printedName": "lookup", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.LookupMethodType.Type) -> TranzzoPaymentSDK.LookupMethodType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.LookupMethodType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.LookupMethodType?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "footerTitle", + "printedName": "footerTitle", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -27666,201 +24601,132 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Payment3dsBypassType", - "printedName": "Payment3dsBypassType", - "children": [ - { - "kind": "Var", - "name": "supported", - "printedName": "supported", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "always", - "printedName": "always", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "never", - "printedName": "never", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "headerView", + "printedName": "headerView", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -27869,155 +24735,107 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ + }, { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PaymentType", - "printedName": "PaymentType", - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + ] }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "FixedAmountPaymentType", - "printedName": "FixedAmountPaymentType", - "children": [ { "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "name": "footerView", + "printedName": "footerView", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28028,14 +24846,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28052,14 +24878,22 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28076,8 +24910,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28086,23 +24920,25 @@ }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "isCollapsed", + "printedName": "isCollapsed", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28113,14 +24949,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28137,14 +24973,14 @@ }, { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28161,8 +24997,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28171,23 +25007,33 @@ }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "indexTitle", + "printedName": "indexTitle", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28198,14 +25044,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28222,14 +25076,22 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28246,8 +25108,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28256,42 +25118,32 @@ }, { "kind": "Var", - "name": "tokenCards", - "printedName": "tokenCards", + "name": "elements", + "printedName": "elements", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -28300,32 +25152,23 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" }, { @@ -28340,32 +25183,23 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "set" }, { @@ -28380,36 +25214,61 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" } ] }, + { + "kind": "Function", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "Var", - "name": "method", - "printedName": "method", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", "AccessControl" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -28418,126 +25277,139 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Constructor", "name": "init", - "printedName": "init(orderId:amount:description:tokenCards:method:payment3dsBypass:)", + "printedName": "init(original:)", "children": [ { "kind": "TypeNominal", - "name": "FixedAmountPaymentType", - "printedName": "TranzzoPaymentSDK.FixedAmountPaymentType", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", + "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "hasDefaultArg": true, @@ -28545,92 +25417,44 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, { - "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "AnyAmountPaymentType", - "printedName": "AnyAmountPaymentType", - "children": [ - { - "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:headerView:footerView:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -28639,83 +25463,78 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", + "Convenience", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:header:footer:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -28724,23 +25543,29 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -28748,503 +25573,395 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" }, { - "kind": "Var", - "name": "proposedAmounts", - "printedName": "proposedAmounts", + "kind": "Function", + "name": "set", + "printedName": "set(elements:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(element:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(element:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tokenCards", - "printedName": "tokenCards", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(elements:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "method", - "printedName": "method", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(atIndexes:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(orderId:description:proposedAmounts:tokenCards:method:payment3dsBypass:)", + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { "kind": "TypeNominal", - "name": "AnyAmountPaymentType", - "printedName": "TranzzoPaymentSDK.AnyAmountPaymentType", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", + "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK12TableSectionC", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -29265,44 +25982,88 @@ }, { "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" } ] }, { - "kind": "TypeDecl", - "name": "LookupPaymentType", - "printedName": "LookupPaymentType", - "children": [ - { - "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Vision", + "printedName": "Vision", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatter", + "printedName": "TextFormatter", + "children": [ + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -29311,23 +26072,13 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "String", @@ -29335,59 +26086,254 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "children": [ + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP03getD6Offset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP03getD6Offset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CaretPositioner>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Var", - "name": "description", - "printedName": "description", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PlaceholderTextInputFormatter", + "printedName": "PlaceholderTextInputFormatter", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", "children": [ + { + "kind": "TypeNominal", + "name": "PlaceholderTextInputFormatter", + "printedName": "TranzzoPaymentSDK.PlaceholderTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC" + }, { "kind": "TypeNominal", "name": "String", "printedName": "Swift.String", "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC14getCaretOffset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC14getCaretOffset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ "AccessControl" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -29396,23 +26342,44 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -29420,50 +26387,132 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" }, + { + "kind": "Conformance", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFieldInputController", + "printedName": "TextFieldInputController", + "children": [ { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", "AccessControl" ], @@ -29476,16 +26525,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -29500,16 +26558,25 @@ }, { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -29524,34 +26591,214 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "method", - "printedName": "method", + "kind": "Function", + "name": "textField", + "printedName": "textField(_:shouldChangeCharactersIn:replacementString:)", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController(im)textField:shouldChangeCharactersInRange:replacementString:", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC04textE0_24shouldChangeCharactersIn17replacementStringSbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textField:shouldChangeCharactersInRange:replacementString:", "declAttributes": [ - "HasStorage", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFieldInputController", + "printedName": "TranzzoPaymentSDK.TextFieldInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SumTextFormatter", + "printedName": "SumTextFormatter", + "children": [ + { + "kind": "Var", + "name": "numberFormatter", + "printedName": "numberFormatter", + "children": [ + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], "isLet": true, "hasStorage": true, "accessors": [ @@ -29562,41 +26809,46 @@ "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", + "name": "maximumIntegerCharacters", + "printedName": "maximumIntegerCharacters", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -29606,464 +26858,601 @@ "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivs", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivM", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(orderId:description:amount:method:payment3dsBypass:)", + "kind": "Var", + "name": "maximumDecimalCharacters", + "printedName": "maximumDecimalCharacters", "children": [ { "kind": "TypeNominal", - "name": "LookupPaymentType", - "printedName": "TranzzoPaymentSDK.LookupPaymentType", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "prefix", + "printedName": "prefix", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Double?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.LookupMethodType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suffix", + "printedName": "suffix", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "TranzzoPaymentDelegate", - "printedName": "TranzzoPaymentDelegate", - "children": [ - { - "kind": "Function", - "name": "paymentSuccess", - "printedName": "paymentSuccess(_:)", + "kind": "Var", + "name": "groupingSeparator", + "printedName": "groupingSeparator", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "PaymentInfoResponse", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "paymentFailed", - "printedName": "paymentFailed(_:)", + "kind": "Var", + "name": "decimalSeparator", + "printedName": "decimalSeparator", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TranzzoError", - "printedName": "TranzzoPaymentSDK.TranzzoError", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "paymentCanceled", - "printedName": "paymentCanceled()", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "groupingSize", + "printedName": "groupingSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TranzzoPaymentSDK", - "printedName": "TranzzoPaymentSDK", - "children": [ + "kind": "Constructor", + "name": "init", + "printedName": "init(numberFormatter:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SumTextFormatter", + "printedName": "TranzzoPaymentSDK.SumTextFormatter", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0ACSo08NSNumberF0C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0ACSo08NSNumberF0C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { - "kind": "Function", - "name": "setConfig", - "printedName": "setConfig(paymentConfig:uiConfig:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "SumTextFormatter", + "printedName": "TranzzoPaymentSDK.SumTextFormatter", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC" }, { "kind": "TypeNominal", - "name": "PaymentsConfig", - "printedName": "TranzzoPaymentSDK.PaymentsConfig", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "PaymentContollerConfig", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", - "mangledName": "$s17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "isOpen": true, "declAttributes": [ - "Final", - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "makePayment", - "printedName": "makePayment(rootController:delegate:paymentData:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - }, + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", - "name": "TranzzoPaymentDelegate", - "printedName": "any TranzzoPaymentSDK.TranzzoPaymentDelegate", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "PaymentData", - "printedName": "TranzzoPaymentSDK.PaymentData", - "usr": "s:17TranzzoPaymentSDK0B4DataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", - "mangledName": "$s17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "isOpen": true, "declAttributes": [ - "Final", - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDKAAC", - "mangledName": "$s17TranzzoPaymentSDKAAC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "NetworkingManagerProtocol", - "printedName": "NetworkingManagerProtocol", - "children": [ { "kind": "Function", - "name": "sendRequest", - "printedName": "sendRequest(request:completionBlock:)", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Foundation.NSNumber?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "BaseRequestProtocol", - "printedName": "any TranzzoPaymentSDK.BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.BaseResponse) -> ()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "BaseResponse", - "printedName": "TranzzoPaymentSDK.BaseResponse", - "usr": "s:17TranzzoPaymentSDK12BaseResponseV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", - "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC14unformatNumberySo8NSNumberCSgSSSgF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.NetworkingManagerProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP", - "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -30073,10 +27462,31 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP" } ] }, @@ -30090,59 +27500,32 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "PaymentData", - "printedName": "PaymentData", + "name": "SumTextInputFormatter", + "printedName": "SumTextInputFormatter", "children": [ { "kind": "Var", - "name": "type", - "printedName": "type", + "name": "maximumIntegerCharacters", + "printedName": "maximumIntegerCharacters", "children": [ { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30151,16 +27534,16 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -30175,16 +27558,16 @@ }, { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivs", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -30199,35 +27582,35 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivM", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "keyConfig", - "printedName": "keyConfig", + "name": "maximumDecimalCharacters", + "printedName": "maximumDecimalCharacters", "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30236,83 +27619,106 @@ "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "prefix", + "printedName": "prefix", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "customerData", - "printedName": "customerData", + "name": "suffix", + "printedName": "suffix", "children": [ { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30321,92 +27727,90 @@ "children": [ { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "groupingSeparator", + "printedName": "groupingSeparator", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "additionalData", - "printedName": "additionalData", + "name": "decimalSeparator", + "printedName": "decimalSeparator", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30415,231 +27819,177 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "groupingSize", + "printedName": "groupingSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "numberFormatter", + "printedName": "numberFormatter", + "children": [ + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Constructor", "name": "init", - "printedName": "init(type:keyConfig:customerData:additionalData:)", + "printedName": "init(numberFormatter:)", "children": [ { "kind": "TypeNominal", - "name": "PaymentData", - "printedName": "TranzzoPaymentSDK.PaymentData", - "usr": "s:17TranzzoPaymentSDK0B4DataV" + "name": "SumTextInputFormatter", + "printedName": "TranzzoPaymentSDK.SumTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC" }, { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" - }, + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0ACSo08NSNumberG0C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0ACSo08NSNumberG0C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "SumTextInputFormatter", + "printedName": "TranzzoPaymentSDK.SumTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC" }, { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], + "name": "Character", + "printedName": "Swift.Character", "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:SJ" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B4DataV", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "CollectionHeaderFooterAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:kind:)", - "children": [ + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, { "kind": "TypeNominal", "name": "String", @@ -30648,9 +27998,9 @@ }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" }, { "kind": "TypeNominal", @@ -30660,103 +28010,113 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionReusableView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:index:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" @@ -30764,87 +28124,120 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, + "isOpen": true, "declAttributes": [ - "DiscardableResult" + "AccessControl", + "RawDocComment" ], - "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "modelCellIdentifier", - "printedName": "modelCellIdentifier", + "kind": "Function", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Foundation.NSNumber?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC14getCaretOffset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC14getCaretOffset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -30854,45 +28247,93 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP" + }, + { + "kind": "Conformance", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "CollectionHeaderFooterAdapter", - "printedName": "CollectionHeaderFooterAdapter", + "name": "TextFieldStartInputController", + "printedName": "TextFieldStartInputController", "children": [ { "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvp", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -30903,24 +28344,24 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvg", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -30935,24 +28376,24 @@ }, { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvs", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -30967,21 +28408,38 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvM", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "kind": "Function", + "name": "textField", + "printedName": "textField(_:shouldChangeCharactersIn:replacementString:)", "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, { "kind": "TypeNominal", "name": "String", @@ -30989,106 +28447,215 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)textField:shouldChangeCharactersInRange:replacementString:", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC04textE0_24shouldChangeCharactersIn17replacementStringSbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textField:shouldChangeCharactersInRange:replacementString:", "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFieldDidBeginEditing", + "printedName": "textFieldDidBeginEditing(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + } + ], + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)textFieldDidBeginEditing:", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC04textE15DidBeginEditingyySo06UITextE0CF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textFieldDidBeginEditing:", + "declAttributes": [ + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "TextFieldStartInputController", + "printedName": "TranzzoPaymentSDK.TextFieldStartInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController" } - ] + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextViewInputController", + "printedName": "TextViewInputController", + "children": [ { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -31099,18 +28666,25 @@ "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -31125,18 +28699,25 @@ }, { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -31151,197 +28732,288 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "events", - "printedName": "events", + "kind": "Function", + "name": "textView", + "printedName": "textView(_:shouldChangeTextIn:replacementText:)", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextView", + "printedName": "UIKit.UITextView", + "usr": "c:objc(cs)UITextView" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController(im)textView:shouldChangeTextInRange:replacementText:", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC04textE0_012shouldChangeD2In011replacementD0SbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textView:shouldChangeTextInRange:replacementText:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" - }, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "TextViewInputController", + "printedName": "TranzzoPaymentSDK.TextViewInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerCACycfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "overriding": true, + "implicit": true, + "objc_name": "init", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" ], "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "children": [ { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionReusableView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextNumberFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextInputFormatter", + "printedName": "DefaultTextInputFormatter", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextInputFormatter", + "printedName": "TranzzoPaymentSDK.DefaultTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC" }, { "kind": "TypeNominal", @@ -31351,27 +29023,33 @@ }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:kind:)", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, { "kind": "TypeNominal", "name": "String", @@ -31380,9 +29058,9 @@ }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" }, { "kind": "TypeNominal", @@ -31392,283 +29070,449 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "isOpen": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:index:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, - { - "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "isOpen": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeDecl", - "name": "Event", - "printedName": "Event", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextFormatter", + "printedName": "DefaultTextFormatter", + "children": [ + { + "kind": "Var", + "name": "textPattern", + "printedName": "textPattern", "children": [ { - "kind": "Var", - "name": "isHeader", - "printedName": "isHeader", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvp", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvg", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "patternSymbol", + "printedName": "patternSymbol", + "children": [ { - "kind": "Var", - "name": "view", - "printedName": "view", + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvp", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvg", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextFormatter", + "printedName": "TranzzoPaymentSDK.DefaultTextFormatter", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "sectionIndex", - "printedName": "sectionIndex", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Constants", + "printedName": "Constants", + "children": [ { "kind": "Var", - "name": "section", - "printedName": "section", + "name": "defaultPatternSymbol", + "printedName": "defaultPatternSymbol", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvpZ", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvpZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ "HasInitialValue", "HasStorage", - "SetterAccess", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -31678,102 +29522,29 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvgZ", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvgZ", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "static": true, "implicit": true, "accessorKind": "get" } ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(isHeader:view:section:index:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isFromExtension": true, + "declAttributes": [ + "AccessControl" + ], "conformances": [ { "kind": "Conformance", @@ -31790,808 +29561,463 @@ "mangledName": "$ss9EscapableP" } ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "children": [ + { + "kind": "Function", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSNumber?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP08unformatE0ySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP08unformatE0ySo8NSNumberCSgSSSgF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextNumberUnformatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "children": [ + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "referenceSize", - "printedName": "referenceSize", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextUnformatter>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "FormattedTextValue", + "printedName": "FormattedTextValue", + "children": [ + { + "kind": "Var", + "name": "formattedText", + "printedName": "formattedText", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvp", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvg", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "caretBeginOffset", + "printedName": "caretBeginOffset", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivp", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivg", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(formattedText:caretBeginOffset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" }, { - "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE016caretBeginOffsetACSS_Sitcfc", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE016caretBeginOffsetACSS_Sitcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "zero", + "printedName": "zero", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV4zeroACvpZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV4zeroACvpZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV4zeroACvgZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV4zeroACvgZ", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" }, { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV2eeoiySbAC_ACtFZ", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -32612,10 +30038,10 @@ }, { "kind": "Conformance", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" } ] }, @@ -32629,101 +30055,34 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, { "kind": "TypeDecl", - "name": "ConstraintWithKeyboardObserver", - "printedName": "ConstraintWithKeyboardObserver", + "name": "PlaceholderTextFormatter", + "printedName": "PlaceholderTextFormatter", "children": [ { "kind": "Var", - "name": "additionalIndent", - "printedName": "additionalIndent", + "name": "textPattern", + "printedName": "textPattern", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvp", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvp", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", + "Final", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -32733,133 +30092,205 @@ "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvg", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvg", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "patternSymbol", + "printedName": "patternSymbol", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvp", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvM", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvg", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "declAttributes": [ + "Final" + ], + "accessorKind": "get" } ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaceholderTextFormatter", + "printedName": "TranzzoPaymentSDK.PlaceholderTextFormatter", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { "kind": "Function", - "name": "awakeFromNib", - "printedName": "awakeFromNib()", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)awakeFromNib", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC12awakeFromNibyyF", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "objc_name": "awakeFromNib", + "isOpen": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", - "Override" + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init()", + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", "children": [ { "kind": "TypeNominal", - "name": "ConstraintWithKeyboardObserver", - "printedName": "TranzzoPaymentSDK.ConstraintWithKeyboardObserver", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)init", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverCACycfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", + "isOpen": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "funcSelfKind": "NonMutating" } ], "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSLayoutConstraint", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.NSLayoutConstraint", - "ObjectiveC.NSObject" + "AccessControl" ], "conformances": [ { @@ -32878,52 +30309,17 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" } ] }, @@ -32938,131 +30334,74 @@ ] }, { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "PassKit", - "printedName": "PassKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", + "kind": "TypeDecl", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "children": [ + { + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP06formatE007currentD05range17replacementStringAA09FormattedD5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP06formatE007currentD05range17replacementStringAA09FormattedD5ValueVSS_So8_NSRangeVSStF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextInputFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -33075,23 +30414,6 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, { "kind": "Import", "name": "Foundation", @@ -33104,26 +30426,30 @@ }, { "kind": "TypeDecl", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", + "name": "PaymentData", + "printedName": "PaymentData", "children": [ { "kind": "Var", - "name": "path", - "printedName": "path", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33132,53 +30458,83 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "urlParameters", - "printedName": "urlParameters", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keyConfig", + "printedName": "keyConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33187,61 +30543,177 @@ "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "requestUrl", - "printedName": "requestUrl", + "name": "customerData", + "printedName": "customerData", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "additionalData", + "printedName": "additionalData", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.AdditionalData?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33251,55 +30723,176 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.AdditionalData?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.AdditionalData?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:keyConfig:customerData:additionalData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentData", + "printedName": "TranzzoPaymentSDK.PaymentData", + "usr": "s:17TranzzoPaymentSDK0B4DataV" + }, + { + "kind": "TypeNominal", + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" + }, + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + }, + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.AdditionalData?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B4DataV", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Copyable", "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -33312,8 +30905,8 @@ }, { "kind": "Import", - "name": "Vision", - "printedName": "Vision", + "name": "PassKit", + "printedName": "PassKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK" }, @@ -33334,16 +30927,68 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, { "kind": "TypeDecl", - "name": "GetRequest", - "printedName": "GetRequest", + "name": "NetworkingManagerProtocol", + "printedName": "NetworkingManagerProtocol", + "children": [ + { + "kind": "Function", + "name": "sendRequest", + "printedName": "sendRequest(request:completionBlock:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "BaseRequestProtocol", + "printedName": "any TranzzoPaymentSDK.BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.BaseResponse) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "BaseResponse", + "printedName": "TranzzoPaymentSDK.BaseResponse", + "usr": "s:17TranzzoPaymentSDK12BaseResponseV" + } + ] + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.NetworkingManagerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK10GetRequestP", - "mangledName": "$s17TranzzoPaymentSDK10GetRequestP", + "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP", + "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -33361,13 +31006,6 @@ "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" } ] }, @@ -33383,8 +31021,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -33393,8 +31031,8 @@ }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -33413,35 +31051,35 @@ }, { "kind": "TypeDecl", - "name": "ProductPriceType", - "printedName": "ProductPriceType", + "name": "PaymentStatus", + "printedName": "PaymentStatus", "children": [ { "kind": "Var", - "name": "vat", - "printedName": "vat", + "name": "pending", + "printedName": "pending", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ] } @@ -33449,36 +31087,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "net", - "printedName": "net", + "name": "failure", + "printedName": "failure", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ] } @@ -33486,8 +31124,45 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "success", + "printedName": "success", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7successyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7successyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { @@ -33498,13 +31173,13 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "TranzzoPaymentSDK.PaymentStatus?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "usr": "s:Sq" @@ -33517,10 +31192,12 @@ } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "AccessControl" + ], "init_kind": "Designated" }, { @@ -33536,8 +31213,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessors": [ @@ -33554,8 +31231,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -33564,8 +31241,8 @@ } ], "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO", + "usr": "s:17TranzzoPaymentSDK0B6StatusO", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -33640,207 +31317,339 @@ }, { "kind": "TypeDecl", - "name": "ProductUnitType", - "printedName": "ProductUnitType", + "name": "PaymentInfoResponse", + "printedName": "PaymentInfoResponse", "children": [ { "kind": "Var", - "name": "kg", - "printedName": "kg", + "name": "paymentID", + "printedName": "paymentID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "m", - "printedName": "m", + "name": "orderID", + "printedName": "orderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "pc", - "printedName": "pc", + "name": "gatewayOrderID", + "printedName": "gatewayOrderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "l", - "printedName": "l", + "name": "billingOrderID", + "printedName": "billingOrderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "transactionID", + "printedName": "transactionID", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "name": "posID", + "printedName": "posID", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33849,67 +31658,37 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" }, { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "mode", + "printedName": "mode", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -33917,157 +31696,20 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ProductTaxeType", - "printedName": "ProductTaxeType", - "children": [ - { - "kind": "Var", - "name": "vat", - "printedName": "vat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "nonVat", - "printedName": "nonVat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductTaxeType?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -34076,105 +31718,32 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Product", - "printedName": "Product", - "children": [ { "kind": "Var", - "name": "id", - "printedName": "id", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", @@ -34192,8 +31761,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34223,8 +31792,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34233,27 +31802,27 @@ }, { "kind": "Var", - "name": "url", - "printedName": "url", + "name": "amount", + "printedName": "amount", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34270,21 +31839,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34293,8 +31862,8 @@ }, { "kind": "Var", - "name": "category", - "printedName": "category", + "name": "currency", + "printedName": "currency", "children": [ { "kind": "TypeNominal", @@ -34312,8 +31881,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34343,8 +31912,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34353,8 +31922,8 @@ }, { "kind": "Var", - "name": "name", - "printedName": "name", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", @@ -34372,8 +31941,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34403,8 +31972,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34413,27 +31982,19 @@ }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "status", + "printedName": "status", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34449,22 +32010,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34473,27 +32026,27 @@ }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "statusCode", + "printedName": "statusCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34510,21 +32063,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34533,8 +32086,8 @@ }, { "kind": "Var", - "name": "currency", - "printedName": "currency", + "name": "statusDescription", + "printedName": "statusDescription", "children": [ { "kind": "TypeNominal", @@ -34552,8 +32105,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34583,8 +32136,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34593,27 +32146,27 @@ }, { "kind": "Var", - "name": "priceType", - "printedName": "priceType", + "name": "userActionRequired", + "printedName": "userActionRequired", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "Swift.Bool?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34630,21 +32183,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "Swift.Bool?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34653,27 +32206,27 @@ }, { "kind": "Var", - "name": "vat", - "printedName": "vat", + "name": "userActionURL", + "printedName": "userActionURL", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34690,21 +32243,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34713,27 +32266,27 @@ }, { "kind": "Var", - "name": "qty", - "printedName": "qty", + "name": "eci", + "printedName": "eci", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34750,21 +32303,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34773,8 +32326,8 @@ }, { "kind": "Var", - "name": "payload", - "printedName": "payload", + "name": "mcc", + "printedName": "mcc", "children": [ { "kind": "TypeNominal", @@ -34792,8 +32345,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34823,8 +32376,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34833,8 +32386,8 @@ }, { "kind": "Var", - "name": "customerEmail", - "printedName": "customerEmail", + "name": "options3Ds", + "printedName": "options3Ds", "children": [ { "kind": "TypeNominal", @@ -34852,8 +32405,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34883,8 +32436,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34893,27 +32446,27 @@ }, { "kind": "Var", - "name": "unit", - "printedName": "unit", + "name": "ccMask", + "printedName": "ccMask", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34930,21 +32483,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34953,35 +32506,27 @@ }, { "kind": "Var", - "name": "taxes", - "printedName": "taxes", + "name": "ccToken", + "printedName": "ccToken", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34998,29 +32543,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -35028,16 +32565,10 @@ ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:url:category:name:description:amount:currency:priceType:vat:qty:payload:customerEmail:unit:taxes:)", + "kind": "Var", + "name": "ccTokenExpiration", + "printedName": "ccTokenExpiration", "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - }, { "kind": "TypeNominal", "name": "Optional", @@ -35051,21 +32582,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerID", + "printedName": "customerID", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35079,21 +32642,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerIP", + "printedName": "customerIP", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35107,21 +32702,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerFname", + "printedName": "customerFname", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35135,49 +32762,113 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerLname", + "printedName": "customerLname", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerEmail", + "printedName": "customerEmail", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35191,7 +32882,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerPhone", + "printedName": "customerPhone", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35205,163 +32942,131 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerCountry", + "printedName": "customerCountry", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", "AccessControl" ], - "init_kind": "Designated" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", + "kind": "Var", + "name": "resultURL", + "printedName": "resultURL", "children": [ { "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK7ProductV", - "mangledName": "$s17TranzzoPaymentSDK7ProductV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ProductTaxe", - "printedName": "ProductTaxe", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -35377,14 +33082,22 @@ "children": [ { "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -35393,19 +33106,27 @@ }, { "kind": "Var", - "name": "prc", - "printedName": "prc", + "name": "createdAt", + "printedName": "createdAt", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -35421,186 +33142,58 @@ "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:prc:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - }, - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSection", - "printedName": "TableSection", - "children": [ { "kind": "Var", - "name": "index", - "printedName": "index", + "name": "processingTime", + "printedName": "processingTime", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -35610,47 +33203,54 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "identifier", - "printedName": "identifier", + "name": "payload", + "printedName": "payload", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "isLet": true, "hasStorage": true, @@ -35662,27 +33262,32 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "headerTitle", - "printedName": "headerTitle", + "name": "bankShortName", + "printedName": "bankShortName", "children": [ { "kind": "TypeNominal", @@ -35700,15 +33305,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35732,22 +33336,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "customerUserAgent", + "printedName": "customerUserAgent", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35764,36 +33396,18 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "footerTitle", - "printedName": "footerTitle", + "name": "customerCity", + "printedName": "customerCity", "children": [ { "kind": "TypeNominal", @@ -35811,15 +33425,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35843,22 +33456,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "rrn", + "printedName": "rrn", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35875,62 +33516,43 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "headerView", - "printedName": "headerView", + "name": "authCode", + "printedName": "authCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35941,107 +33563,116 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "dcc", + "printedName": "dcc", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "footerView", - "printedName": "footerView", + "name": "otpURL", + "printedName": "otpURL", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36052,99 +33683,116 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "makePaymentDescription", + "printedName": "makePaymentDescription", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "isCollapsed", - "printedName": "isCollapsed", + "name": "customerBirthday", + "printedName": "customerBirthday", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36154,66 +33802,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "payway", + "printedName": "payway", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "indexTitle", - "printedName": "indexTitle", + "name": "customerPatronym", + "printedName": "customerPatronym", "children": [ { "kind": "TypeNominal", @@ -36231,15 +33905,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36263,22 +33936,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "terminalName", + "printedName": "terminalName", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -36295,60 +33996,104 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "set" - }, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientCcToken", + "printedName": "recipientCcToken", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "elements", - "printedName": "elements", + "name": "recipientCcMask", + "printedName": "recipientCcMask", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -36357,123 +34102,118 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "dccRates", + "printedName": "dccRates", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "trafficSource", + "printedName": "trafficSource", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -36482,129 +34222,33 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(original:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Required", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Required", - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:)", + "kind": "Var", + "name": "gateway", + "printedName": "gateway", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36617,45 +34261,54 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:headerView:footerView:)", + "kind": "Var", + "name": "paymentSystem", + "printedName": "paymentSystem", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36668,74 +34321,114 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "entityId", + "printedName": "entityId", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "init_kind": "Convenience" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:header:footer:)", + "kind": "Var", + "name": "externalTerminalName", + "printedName": "externalTerminalName", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36748,24 +34441,54 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientEmail", + "printedName": "recipientEmail", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -36778,14 +34501,59 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientPhone", + "printedName": "recipientPhone", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -36793,345 +34561,774 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Convenience", + "HasStorage", "AccessControl" ], - "init_kind": "Convenience" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(elements:)", + "kind": "Var", + "name": "recipientFname", + "printedName": "recipientFname", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(element:at:)", + "kind": "Var", + "name": "recipientLname", + "printedName": "recipientLname", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(element:at:)", + "kind": "Var", + "name": "recipientPatronym", + "printedName": "recipientPatronym", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "merchantOrderId", + "printedName": "merchantOrderId", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "add", - "printedName": "add(elements:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "receiptUrl", + "printedName": "receiptUrl", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(at:)", + "kind": "Var", + "name": "processedAmount", + "printedName": "processedAmount", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(atIndexes:)", + "kind": "Var", + "name": "processedCurrency", + "printedName": "processedCurrency", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "comment", + "printedName": "comment", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "registryRefNo", + "printedName": "registryRefNo", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "kind": "Var", + "name": "processedAt", + "printedName": "processedAt", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TrafficSource", + "printedName": "TrafficSource", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "PaymentInfoResponse", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -37140,33 +35337,24 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK12TableSectionC", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -37187,24 +35375,17 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" } ] }, @@ -37220,15 +35401,28 @@ }, { "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -37237,37 +35431,38 @@ }, { "kind": "TypeDecl", - "name": "CollectionCellAdapter", - "printedName": "CollectionCellAdapter", + "name": "DifferentiateResult", + "printedName": "DifferentiateResult", "children": [ { "kind": "Var", - "name": "modelType", - "printedName": "modelType", + "name": "deleted", + "printedName": "deleted", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37277,108 +35472,119 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "inserted", + "printedName": "inserted", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", + "name": "updated", + "printedName": "updated", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37388,101 +35594,70 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "moved", + "printedName": "moved", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37492,89 +35667,108 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "metadata", + "printedName": "metadata", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", + "children": [ + { + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37584,3915 +35778,3894 @@ "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", + "children": [ + { + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(deleted:inserted:updated:moved:metadata:)", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "DifferentiateResult", + "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "events", - "printedName": "events", - "children": [ + "hasDefaultArg": true, + "usr": "s:Sa" + }, { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionCellAdapter", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + "hasDefaultArg": true, + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ()", + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionCellAdapter", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + "usr": "s:Sq" } - ] + ], + "usr": "s:s15ContiguousArrayV" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "UsableFromInline" ], "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inCollection:at:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Trace", + "printedName": "Trace", + "children": [ + { + "kind": "Var", + "name": "reference", + "printedName": "reference", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", "declAttributes": [ + "HasInitialValue", + "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", + "kind": "Var", + "name": "deleteOffset", + "printedName": "deleteOffset", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "UsableFromInline" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isTracked", + "printedName": "isTracked", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "TypeDecl", - "name": "Event", - "printedName": "Event", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { - "kind": "Var", - "name": "indexPath", - "printedName": "indexPath", + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK5TraceVACyxGycfc", + "mangledName": "$s17TranzzoPaymentSDK5TraceVACyxGycfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "UsableFromInline" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK5TraceV", + "mangledName": "$s17TranzzoPaymentSDK5TraceV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Occurrence", + "printedName": "Occurrence", + "children": [ + { + "kind": "Var", + "name": "unique", + "printedName": "unique", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> TranzzoPaymentSDK.Occurrence", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(index: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "element", - "printedName": "element", - "children": [ + ] + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Occurrence.Type", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "duplicate", + "printedName": "duplicate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(reference: TranzzoPaymentSDK.IndicesReference)", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "IndicesReference", + "printedName": "TranzzoPaymentSDK.IndicesReference", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + } + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IndicesReference", + "printedName": "IndicesReference", + "children": [ + { + "kind": "Var", + "name": "indices", + "printedName": "indices", + "children": [ { - "kind": "Var", - "name": "collection", - "printedName": "collection", + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionView?", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:s15ContiguousArrayV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "Final" ], - "accessors": [ + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "accessorKind": "get" + "usr": "s:s15ContiguousArrayV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" }, { - "kind": "Var", - "name": "collectionSize", - "printedName": "collectionSize", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "Final" ], - "accessors": [ + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "position", + "printedName": "position", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" }, { - "kind": "Var", - "name": "cell", - "printedName": "cell", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicesReference", + "printedName": "TranzzoPaymentSDK.IndicesReference", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:s15ContiguousArrayV" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ + "declAttributes": [ + "AccessControl", + "UsableFromInline" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "push", + "printedName": "push(_:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", + "kind": "Function", + "name": "next", + "printedName": "next()", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableKey", + "printedName": "TableKey", + "children": [ + { + "kind": "Var", + "name": "pointeeHashValue", + "printedName": "pointeeHashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pointer", + "printedName": "pointer", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:SP" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:SP" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(pointer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK8TableKeyV" }, { - "kind": "Var", - "name": "shouldSelect", - "printedName": "shouldSelect", + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:SP" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Var", - "name": "shouldDeselect", - "printedName": "shouldDeselect", + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:17TranzzoPaymentSDK8TableKeyV" + }, + { + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK8TableKeyV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "UsableFromInline" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "UsableFromInline" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK8TableKeyV", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Function", + "name": "differentiate", + "printedName": "differentiate(source:target:trackTargetIndexAsUpdated:mapIndex:updatedElements:undeletedElements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DifferentiateResult", + "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> τ_0_1", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" }, { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((τ_0_0) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((τ_0_0) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", + "mangledName": "$s17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableCellAdapterProtocol", + "printedName": "TableCellAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ] - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inTable:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AdditionalData", + "printedName": "AdditionalData", + "children": [ + { + "kind": "Var", + "name": "serverUrl", + "printedName": "serverUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "products", + "printedName": "products", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.Product]?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "[TranzzoPaymentSDK.Product]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } - ] + ], + "usr": "s:Sa" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "merchantMcc", + "printedName": "merchantMcc", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "Swift.String?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "payload", + "printedName": "payload", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:SD" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "[Swift.String : Swift.String]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:SD" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(serverUrl:products:merchantMcc:payload:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.Product]?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:SD" } - ] + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "TranzzoPaymentDelegate", + "printedName": "TranzzoPaymentDelegate", + "children": [ + { + "kind": "Function", + "name": "paymentSuccess", + "printedName": "paymentSuccess(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "TypeNominal", + "name": "PaymentInfoResponse", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paymentFailed", + "printedName": "paymentFailed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TranzzoError", + "printedName": "TranzzoPaymentSDK.TranzzoError", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paymentCanceled", + "printedName": "paymentCanceled()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TranzzoPaymentSDK", + "printedName": "TranzzoPaymentSDK", + "children": [ + { + "kind": "Function", + "name": "setConfig", + "printedName": "setConfig(paymentConfig:uiConfig:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PaymentsConfig", + "printedName": "TranzzoPaymentSDK.PaymentsConfig", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentContollerConfig", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "mangledName": "$s17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "makePayment", + "printedName": "makePayment(rootController:delegate:paymentData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "TranzzoPaymentDelegate", + "printedName": "any TranzzoPaymentSDK.TranzzoPaymentDelegate", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP" + }, + { + "kind": "TypeNominal", + "name": "PaymentData", + "printedName": "TranzzoPaymentSDK.PaymentData", + "usr": "s:17TranzzoPaymentSDK0B4DataV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "mangledName": "$s17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDKAAC", + "mangledName": "$s17TranzzoPaymentSDKAAC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentMethodType", + "printedName": "PaymentMethodType", + "children": [ + { + "kind": "Var", + "name": "auth", + "printedName": "auth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "purchase", + "printedName": "purchase", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "shouldShowEditMenu", - "printedName": "shouldShowEditMenu", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:Sq" }, { - "kind": "Var", - "name": "canPerformEditAction", - "printedName": "canPerformEditAction", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LookupMethodType", + "printedName": "LookupMethodType", + "children": [ + { + "kind": "Var", + "name": "lookup", + "printedName": "lookup", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.LookupMethodType.Type) -> TranzzoPaymentSDK.LookupMethodType", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.LookupMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "performEditAction", - "printedName": "performEditAction", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.LookupMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Payment3dsBypassType", + "printedName": "Payment3dsBypassType", + "children": [ + { + "kind": "Var", + "name": "supported", + "printedName": "supported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "always", + "printedName": "always", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "never", + "printedName": "never", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ] - }, + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentType", + "printedName": "PaymentType", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FixedAmountPaymentType", + "printedName": "FixedAmountPaymentType", + "children": [ + { + "kind": "Var", + "name": "orderId", + "printedName": "orderId", + "children": [ { - "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "amount", + "printedName": "amount", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "tokenCards", + "printedName": "tokenCards", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } - ] + ], + "usr": "s:Sa" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, - { - "kind": "Conformance", - "name": "CollectionCellAdapterProtocol", - "printedName": "CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "PaymentContollerConfig", - "printedName": "PaymentContollerConfig", - "children": [ { "kind": "Var", - "name": "colorConfig", - "printedName": "colorConfig", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -41502,82 +39675,41 @@ "children": [ { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "localizationConfig", - "printedName": "localizationConfig", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -41587,89 +39719,106 @@ "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Constructor", "name": "init", - "printedName": "init(colorConfig:localizationConfig:)", + "printedName": "init(orderId:amount:description:tokenCards:method:payment3dsBypass:)", "children": [ { "kind": "TypeNominal", - "name": "PaymentContollerConfig", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + "name": "FixedAmountPaymentType", + "printedName": "TranzzoPaymentSDK.FixedAmountPaymentType", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV" }, { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -41678,8 +39827,8 @@ } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -41698,32 +39847,38 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" } ] }, { "kind": "TypeDecl", - "name": "ColorConfig", - "printedName": "ColorConfig", + "name": "AnyAmountPaymentType", + "printedName": "AnyAmountPaymentType", "children": [ { "kind": "Var", - "name": "pay_button_enable_color", - "printedName": "pay_button_enable_color", + "name": "orderId", + "printedName": "orderId", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -41736,14 +39891,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41760,14 +39915,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41784,8 +39939,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41794,22 +39949,21 @@ }, { "kind": "Var", - "name": "pay_button_disabled_color", - "printedName": "pay_button_disabled_color", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -41822,14 +39976,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41846,14 +40000,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41870,8 +40024,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41880,19 +40034,35 @@ }, { "kind": "Var", - "name": "fixed_amount_color", - "printedName": "fixed_amount_color", + "name": "proposedAmounts", + "printedName": "proposedAmounts", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -41908,14 +40078,30 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41932,14 +40118,30 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41956,8 +40158,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41966,19 +40168,35 @@ }, { "kind": "Var", - "name": "background_color", - "printedName": "background_color", + "name": "tokenCards", + "printedName": "tokenCards", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -41994,14 +40212,30 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42018,14 +40252,30 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42042,8 +40292,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42052,25 +40302,25 @@ }, { "kind": "Var", - "name": "section_backround_color", - "printedName": "section_backround_color", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42080,83 +40330,41 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "border_color", - "printedName": "border_color", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42166,80 +40374,183 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(orderId:description:proposedAmounts:tokenCards:method:payment3dsBypass:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyAmountPaymentType", + "printedName": "TranzzoPaymentSDK.AnyAmountPaymentType", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.Double]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LookupPaymentType", + "printedName": "LookupPaymentType", + "children": [ { "kind": "Var", - "name": "selected_token_card_element_border_color", - "printedName": "selected_token_card_element_border_color", + "name": "orderId", + "printedName": "orderId", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42252,14 +40563,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42276,14 +40587,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42300,8 +40611,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42310,22 +40621,21 @@ }, { "kind": "Var", - "name": "placeholder_color", - "printedName": "placeholder_color", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42338,14 +40648,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42362,14 +40672,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42386,8 +40696,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42396,22 +40706,21 @@ }, { "kind": "Var", - "name": "title_color", - "printedName": "title_color", + "name": "amount", + "printedName": "amount", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42424,14 +40733,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42448,14 +40757,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42472,8 +40781,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42482,25 +40791,25 @@ }, { "kind": "Var", - "name": "input_color", - "printedName": "input_color", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42510,83 +40819,41 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "error_color", - "printedName": "error_color", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42596,77 +40863,92 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(orderId:description:amount:method:payment3dsBypass:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LookupPaymentType", + "printedName": "TranzzoPaymentSDK.LookupPaymentType", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.LookupMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ + "hasDefaultArg": true, + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigVACycfc", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigVACycfc", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -42675,8 +40957,8 @@ } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -42695,36 +40977,68 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "LocalizationConfig", - "printedName": "LocalizationConfig", + "name": "PostRequest", + "printedName": "PostRequest", "children": [ { "kind": "Var", - "name": "main_title", - "printedName": "main_title", + "name": "bodyParameters", + "printedName": "bodyParameters", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -42733,16 +41047,19 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" }, { @@ -42757,16 +41074,19 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "set" }, { @@ -42781,35 +41101,93 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, "implicit": true, + "reqNewWitnessTableEntry": true, "accessorKind": "_modify" } ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK11PostRequestP", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Var", - "name": "enter_amount_title", - "printedName": "enter_amount_title", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableDirector", + "printedName": "TableDirector", + "children": [ + { + "kind": "Var", + "name": "table", + "printedName": "table", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "WeakStorage", + "printedName": "UIKit.UITableView?" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "ReferenceOwnership", + "SetterAccess", + "AccessControl", + "RawDocComment" ], + "ownership": 1, "hasStorage": true, "accessors": [ { @@ -42819,82 +41197,51 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "enter_amount_placeholder", - "printedName": "enter_amount_placeholder", + "name": "scrollViewEvents", + "printedName": "scrollViewEvents", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -42905,14 +41252,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42929,14 +41276,14 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42953,8 +41300,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42963,24 +41310,36 @@ }, { "kind": "Var", - "name": "pay_via_card_title", - "printedName": "pay_via_card_title", + "name": "sections", + "printedName": "sections", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "SetterAccess", + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -42991,84 +41350,58 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "pay_button_title", - "printedName": "pay_button_title", + "name": "firstSection", + "printedName": "firstSection", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -43077,82 +41410,109 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "lastSection", + "printedName": "lastSection", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "lookup_pay_button_title", - "printedName": "lookup_pay_button_title", + "name": "rowHeight", + "printedName": "rowHeight", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -43163,14 +41523,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -43187,14 +41547,14 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -43211,36 +41571,66 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" } ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(table:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { "kind": "Var", - "name": "wrong_card_data_title", - "printedName": "wrong_card_data_title", + "name": "isPrefetchingEnabled", + "printedName": "isPrefetchingEnabled", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -43249,16 +41639,15 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" }, { @@ -43273,16 +41662,15 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "set" }, { @@ -43297,8 +41685,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -43306,268 +41694,370 @@ ] }, { - "kind": "Var", - "name": "card_number_placeholder", - "printedName": "card_number_placeholder", + "kind": "Function", + "name": "registerCellAdapters", + "printedName": "registerCellAdapters(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.TableCellAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerCellAdapter", + "printedName": "registerCellAdapter(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "TableCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerHeaderFooterAdapters", + "printedName": "registerHeaderFooterAdapters(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_exp_month_placeholder", - "printedName": "card_exp_month_placeholder", + "kind": "Function", + "name": "registerHeaderFooterAdapter", + "printedName": "registerHeaderFooterAdapter(_:)", "children": [ { "kind": "TypeNominal", "name": "String", "printedName": "Swift.String", "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "adapterForHeaderFooterView", + "printedName": "adapterForHeaderFooterView(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(sections:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_exp_year_plaecholder", - "printedName": "card_exp_year_plaecholder", + "kind": "Function", + "name": "add", + "printedName": "add(section:at:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(sections:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sectionAt", + "printedName": "sectionAt(_:)", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_cvv_placeholder", - "printedName": "card_cvv_placeholder", + "kind": "Function", + "name": "section", + "printedName": "section(_:)", "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "String", @@ -43575,829 +42065,1067 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "elementAt", + "printedName": "elementAt(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(indexPath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(section:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cancel_payment_title", - "printedName": "cancel_payment_title", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(sectionsAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "cancel_payment_description", - "printedName": "cancel_payment_description", + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(elements:inSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cancel_payment_confirm", - "printedName": "cancel_payment_confirm", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reload", + "printedName": "reload(afterUpdate:completion:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)?", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RowAnimation", + "printedName": "UIKit.UITableView.RowAnimation", + "usr": "c:@E@UITableViewRowAnimation" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "cancel_payment_cancel", - "printedName": "cancel_payment_cancel", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector(im)init", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorCACycfc", "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" ], - "hasStorage": true, - "accessors": [ + "init_kind": "Designated" + }, + { + "kind": "TypeDecl", + "name": "TableEventsHandler", + "printedName": "TableEventsHandler", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RowHeight", + "printedName": "RowHeight", + "children": [ + { + "kind": "Var", + "name": "default", + "printedName": "default", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "auto", + "printedName": "auto", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(estimated: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE14CoreFoundation7CGFloatV_tcAEmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE12CoreGraphics7CGFloatV_tcAEmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "explicit", + "printedName": "explicit", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, { - "kind": "Var", - "name": "saved_cards_list_title", - "printedName": "saved_cards_list_title", + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)numberOfSectionsInTableView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16numberOfSections2inSiSo11UITableViewC_tF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "numberOfSectionsInTableView:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:numberOfRowsInSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:numberOfRowsInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21numberOfRowsInSectionSiSo07UITableG0C_SitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:numberOfRowsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "other_card_title", - "printedName": "other_card_title", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:cellForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cellForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12cellForRowAtSo07UITableG4CellCSo0lG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:cellForRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplay:forRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "choose_token_cards_title", - "printedName": "choose_token_cards_title", - "children": [ + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayCell:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_11willDisplay8forRowAtySo07UITableG0C_So0mG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:heightForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14heightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:heightForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init()", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigVACycfc", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigVACycfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23estimatedHeightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:estimatedHeightForRowAtIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionSection", - "printedName": "CollectionSection", - "children": [ - { - "kind": "Var", - "name": "index", - "printedName": "index", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplayingHeaderView:forSection:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingHeaderView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingHeaderView:forSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", "RawDocComment" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplayingFooterView:forSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingFooterView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingFooterView:forSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "identifier", - "printedName": "identifier", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplayHeaderView:forSection:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayHeaderView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayHeaderView:forSection:", "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplayFooterView:forSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayFooterView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayFooterView:forSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForHeaderInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -44406,1246 +43134,741 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForHeaderInSectionSSSgSo07UITableG0C_SitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForHeaderInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "elements", - "printedName": "elements", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForFooterInSectionSSSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForFooterInSection:", "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "headerView", - "printedName": "headerView", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:viewForHeaderInSection:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "headerSize", - "printedName": "headerSize", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForHeaderInSectionSo6UIViewCSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:viewForHeaderInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "footerView", - "printedName": "footerView", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:viewForFooterInSection:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "footerSize", - "printedName": "footerSize", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForFooterInSectionSo6UIViewCSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:viewForFooterInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "tableView", + "printedName": "tableView(_:heightForHeaderInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "objc_name": "tableView:heightForHeaderInSection:", "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:heightForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:heightForFooterInSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForHeaderInSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:estimatedHeightForHeaderInSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "sectionInsets", - "printedName": "sectionInsets", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:estimatedHeightForFooterInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canEditRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "minimumInterItemSpacing", - "printedName": "minimumInterItemSpacing", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canEditRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canEditRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:canEditRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:commit:forRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "minimumLineSpacing", - "printedName": "minimumLineSpacing", - "children": [ + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:commitEditingStyle:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_6commit8forRowAtySo07UITableG0C_So0lG16CellEditingStyleV10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:commitEditingStyle:forRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:editActionsForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "usr": "s:Sq" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(original:)", - "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editActionsForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19editActionsForRowAtSaySo07UITablegK6ActionCGSgSo0mG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:editActionsForRowAtIndexPath:", "declAttributes": [ - "Required", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canMoveRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canMoveRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canMoveRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", + "objc_name": "tableView:canMoveRowAtIndexPath:", "declAttributes": [ - "Required", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:moveRowAt:to:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:moveRowAtIndexPath:toIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_9moveRowAt2toySo07UITableG0C_10Foundation9IndexPathVAKtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:moveRowAtIndexPath:toIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:header:footer:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:indentationLevelForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:indentationLevelForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24indentationLevelForRowAtSiSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:indentationLevelForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:prefetchRowsAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "name": "Array", + "printedName": "[Foundation.IndexPath]", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:prefetchRowsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14prefetchRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:prefetchRowsAtIndexPaths:", "declAttributes": [ - "Convenience", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "init_kind": "Convenience" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "set", - "printedName": "set(elements:)", + "name": "tableView", + "printedName": "tableView(_:cancelPrefetchingForRowsAt:)", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, { "kind": "TypeNominal", "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "printedName": "[Foundation.IndexPath]", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sa" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cancelPrefetchingForRowsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_26cancelPrefetchingForRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:cancelPrefetchingForRowsAtIndexPaths:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "set", - "printedName": "set(element:at:)", + "name": "tableView", + "printedName": "tableView(_:shouldSpringLoadRowAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UISpringLoadedInteractionContext", + "printedName": "any UIKit.UISpringLoadedInteractionContext", + "usr": "c:objc(pl)UISpringLoadedInteractionContext" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldSpringLoadRowAtIndexPath:withContext:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21shouldSpringLoadRowAt4withSbSo07UITableG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", + "objc_name": "tableView:shouldSpringLoadRowAtIndexPath:withContext:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", - "DiscardableResult", + "Available", "RawDocComment" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "add", - "printedName": "add(element:at:)", + "name": "tableView", + "printedName": "tableView(_:accessoryButtonTappedForRowWith:)", "children": [ { "kind": "TypeNominal", @@ -45654,208 +43877,206 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:accessoryButtonTappedForRowWithIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31accessoryButtonTappedForRowWithySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:accessoryButtonTappedForRowWithIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "add", - "printedName": "add(elements:at:)", + "name": "tableView", + "printedName": "tableView(_:willSelectRowAt:)", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willSelectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_15willSelectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willSelectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "remove", - "printedName": "remove(at:)", + "name": "tableView", + "printedName": "tableView(_:didSelectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didSelectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14didSelectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didSelectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "remove", - "printedName": "remove(atIndexes:)", + "name": "tableView", + "printedName": "tableView(_:willDeselectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:Sa" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDeselectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17willDeselectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDeselectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "name": "tableView", + "printedName": "tableView(_:didDeselectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didDeselectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didDeselectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didDeselectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "name": "tableView", + "printedName": "tableView(_:willBeginEditingRowAt:)", "children": [ { "kind": "TypeNominal", @@ -45864,31 +44085,36 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willBeginEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21willBeginEditingRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willBeginEditingRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", + "name": "tableView", + "printedName": "tableView(_:didEndEditingRowAt:)", "children": [ { "kind": "TypeNominal", @@ -45897,1101 +44123,947 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_18didEndEditingRowAtySo07UITableG0C_10Foundation9IndexPathVSgtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndEditingRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" - }, - { - "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSectionEvents", - "printedName": "TableSectionEvents", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:editingStyleForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editingStyleForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20editingStyleForRowAtSo07UITableg11CellEditingI0VSo0mG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:editingStyleForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "headerHeight", - "printedName": "headerHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForDeleteConfirmationButtonForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_032titleForDeleteConfirmationButtonI5RowAtSSSgSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "footerHeight", - "printedName": "footerHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldIndentWhileEditingRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldIndentWhileEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_29shouldIndentWhileEditingRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldIndentWhileEditingRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "estHeaderHeight", - "printedName": "estHeaderHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31targetIndexPathForMoveFromRowAt010toProposediJ010Foundation0iJ0VSo07UITableG0C_A2ItF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "estFooterHeight", - "printedName": "estFooterHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplaying:forRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingCell:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didEndDisplaying8forRowAtySo07UITableG0C_So0nG4CellC10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingCell:forRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldShowMenuForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldShowMenuForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22shouldShowMenuForRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldShowMenuForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canPerformAction:forRowAt:withSender:)", "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSectionEvents?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canPerformAction:forRowAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16canPerformAction8forRowAt10withSenderSbSo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "objc_name": "tableView:canPerformAction:forRowAtIndexPath:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:performAction:forRowAt:withSender:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ + "name": "Void", + "printedName": "()" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" } - ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:performAction:forRowAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13performAction8forRowAt10withSenderySo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:performAction:forRowAtIndexPath:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldHighlightRowAt:)", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ElementPath", - "printedName": "ElementPath", - "children": [ + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldHighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20shouldHighlightRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldHighlightRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { - "kind": "Var", - "name": "element", - "printedName": "element", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didHighlightRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didHighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17didHighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didHighlightRowAtIndexPath:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didUnhighlightRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivs", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivM", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didUnhighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19didUnhighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didUnhighlightRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "section", - "printedName": "section", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canFocusRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canFocusRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13canFocusRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:canFocusRowAtIndexPath:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:leadingSwipeActionsConfigurationForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivs", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivM", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_40leadingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11", + "objc_name": "tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(element:section:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:trailingSwipeActionsConfigurationForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_41trailingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", + "objc_name": "tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Available" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "sectionIndexTitles", + "printedName": "sectionIndexTitles(for:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "[Swift.String]?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)sectionIndexTitlesForTableView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC18sectionIndexTitles3forSaySSGSgSo11UITableViewC_tF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "objc_name": "sectionIndexTitlesForTableView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "tableView", + "printedName": "tableView(_:sectionForSectionIndexTitle:at:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:sectionForSectionIndexTitle:atIndex:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_27sectionForSectionIndexTitle2atSiSo07UITableG0C_SSSitF", "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, + "objc_name": "tableView:sectionForSectionIndexTitle:atIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ElementPathV", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ErrorType", - "printedName": "ErrorType", - "children": [ - { - "kind": "Var", - "name": "clientError", - "printedName": "clientError", + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScroll:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScroll:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "serverError", - "printedName": "serverError", + "kind": "Function", + "name": "scrollViewWillBeginDragging", + "printedName": "scrollViewWillBeginDragging(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDragging:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDragging:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "frameworkError", - "printedName": "frameworkError", + "kind": "Function", + "name": "scrollViewWillEndDragging", + "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", "children": [ { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" } - ] + ], + "usr": "s:Sp" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "scrollViewDidEndDragging", + "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" }, { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDragging:willDecelerate:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "scrollViewShouldScrollToTop", + "printedName": "scrollViewShouldScrollToTop(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewShouldScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "objc_name": "scrollViewShouldScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", + "name": "scrollViewDidScrollToTop", + "printedName": "scrollViewDidScrollToTop(_:)", "children": [ { "kind": "TypeNominal", @@ -47000,398 +45072,192 @@ }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TranzzoError", - "printedName": "TranzzoError", - "children": [ - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvp", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScrollToTop:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "httpCode", - "printedName": "httpCode", + "kind": "Function", + "name": "scrollViewWillBeginDecelerating", + "printedName": "scrollViewWillBeginDecelerating(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDecelerating:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "type", - "printedName": "type", + "kind": "Function", + "name": "scrollViewDidEndDecelerating", + "printedName": "scrollViewDidEndDecelerating(_:)", "children": [ { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDecelerating:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "TableHeaderFooterAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "kind": "Function", + "name": "viewForZooming", + "printedName": "viewForZooming(in:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)viewForZoomingInScrollView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "objc_name": "viewForZoomingInScrollView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:)", + "name": "scrollViewWillBeginZooming", + "printedName": "scrollViewWillBeginZooming(_:with:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UITableViewHeaderFooterView?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "UITableViewHeaderFooterView", - "printedName": "UIKit.UITableViewHeaderFooterView", - "usr": "c:objc(cs)UITableViewHeaderFooterView" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginZooming:withView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "objc_name": "scrollViewWillBeginZooming:withView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "name": "scrollViewDidEndZooming", + "printedName": "scrollViewDidEndZooming(_:with:atScale:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" }, { "kind": "TypeNominal", @@ -47409,75 +45275,146 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndZooming:withView:atScale:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, + "objc_name": "scrollViewDidEndZooming:withView:atScale:", "declAttributes": [ - "DiscardableResult" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "reqNewWitnessTableEntry": true, + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "modelCellIdentifier", - "printedName": "modelCellIdentifier", + "kind": "Function", + "name": "scrollViewDidZoom", + "printedName": "scrollViewDidZoom(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidZoom:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidZoom:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], "isFromExtension": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidEndScrollingAnimation", + "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndScrollingAnimation:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndScrollingAnimation:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidChangeAdjustedContentInset", + "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidChangeAdjustedContentInset:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "Preconcurrency", + "Custom", "AccessControl", - "RawDocComment" + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -47487,1761 +45424,1310 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "TableHeaderFooterAdapter", - "printedName": "TableHeaderFooterAdapter", + "name": "CollectionAdapterEventID", + "printedName": "CollectionAdapterEventID", "children": [ { "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "name": "dequeue", + "printedName": "dequeue", "children": [ { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldSelect", + "printedName": "shouldSelect", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldDeselect", + "printedName": "shouldDeselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "name": "didSelect", + "printedName": "didSelect", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "events", - "printedName": "events", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { - "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", + "kind": "Var", + "name": "shouldShowEditMenu", + "printedName": "shouldShowEditMenu", "children": [ { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ())?", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", + "kind": "Var", + "name": "canPerformEditAction", + "printedName": "canPerformEditAction", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:)", + "kind": "Var", + "name": "performEditAction", + "printedName": "performEditAction", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableViewHeaderFooterView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "UITableViewHeaderFooterView", - "printedName": "UIKit.UITableViewHeaderFooterView", - "usr": "c:objc(cs)UITableViewHeaderFooterView" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeDecl", - "name": "HeaderFooterEvent", - "printedName": "HeaderFooterEvent", + "kind": "Var", + "name": "itemSize", + "printedName": "itemSize", "children": [ { - "kind": "Var", - "name": "isHeader", - "printedName": "isHeader", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "view", - "printedName": "view", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", + "children": [ { - "kind": "Var", - "name": "section", - "printedName": "section", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] } ] } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", "declAttributes": [ "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } ] }, { - "kind": "TypeDecl", - "name": "HeaderFooterEventsSubscriber", - "printedName": "HeaderFooterEventsSubscriber", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "height", - "printedName": "height", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:Sq" }, { - "kind": "Var", - "name": "estimatedHeight", - "printedName": "estimatedHeight", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionCellAdapterProtocol", + "printedName": "CollectionCellAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ] - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] - }, + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ { - "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inCollection:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "printedName": "Any?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" } ] } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "isOpen": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, { "kind": "Conformance", "name": "Escapable", @@ -49251,23 +46737,13 @@ }, { "kind": "Conformance", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" } ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "Import", "name": "Foundation", @@ -49279,13 +46755,141 @@ ] }, { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", + "kind": "TypeDecl", + "name": "CustomerData", + "printedName": "CustomerData", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(customerEmail:customerPhone:customerId:customerFname:customerLname:customerLang:customerCountry:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", + "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV", + "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "RawDocComment" + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -49300,29 +46904,8 @@ }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -49331,31 +46914,30 @@ }, { "kind": "TypeDecl", - "name": "FlowCollectionDirector", - "printedName": "FlowCollectionDirector", + "name": "ElementPath", + "printedName": "ElementPath", "children": [ { "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", + "name": "element", + "printedName": "element", "children": [ { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -49364,15 +46946,16 @@ "children": [ { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" }, { @@ -49387,15 +46970,16 @@ }, { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivs", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "set" }, { @@ -49410,8 +46994,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivM", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -49420,26 +47004,25 @@ }, { "kind": "Var", - "name": "sectionsInsets", - "printedName": "sectionsInsets", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -49448,15 +47031,16 @@ "children": [ { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" }, { @@ -49471,15 +47055,16 @@ }, { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivs", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "set" }, { @@ -49494,8 +47079,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivM", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -49503,27 +47088,55 @@ ] }, { - "kind": "Var", - "name": "minimumInteritemSpacing", - "printedName": "minimumInteritemSpacing", + "kind": "Constructor", + "name": "init", + "printedName": "init(element:section:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -49532,348 +47145,291 @@ "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "minimumLineSpacing", - "printedName": "minimumLineSpacing", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "stickyHeaders", - "printedName": "stickyHeaders", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "9.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "accessors": [ + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ElementPathV", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableAdapterCellAction", + "printedName": "TableAdapterCellAction", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deselect", + "printedName": "deselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deselectAnimated", + "printedName": "deselectAnimated", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "intro_iOS": "9.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Var", - "name": "stickyFooters", - "printedName": "stickyFooters", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "9.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "intro_iOS": "9.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "sectionInsetReference", - "printedName": "sectionInsetReference", + "name": "hashValue", + "printedName": "hashValue", "children": [ { "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -49882,5387 +47438,12015 @@ "children": [ { "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "intro_iOS": "11.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "layout", - "printedName": "layout", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableAdapterEventID", + "printedName": "TableAdapterEventID", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canEditRow", + "printedName": "canEditRow", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "commitEdit", + "printedName": "commitEdit", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(collection:flowLayout:)", + "kind": "Var", + "name": "canMoveRow", + "printedName": "canMoveRow", "children": [ { - "kind": "TypeNominal", - "name": "FlowCollectionDirector", - "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewLayout?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", + "kind": "Var", + "name": "moveRow", + "printedName": "moveRow", "children": [ { - "kind": "TypeNominal", - "name": "FlowCollectionDirector", - "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", - "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:sizeForItemAt:)", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:sizeForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout13sizeForItemAtSo6CGSizeVSo012UICollectionH0C_So0oH6LayoutC10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:sizeForItemAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:insetForSectionAt:)", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:insetForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout17insetForSectionAtSo12UIEdgeInsetsVSo012UICollectionH0C_So0pH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:insetForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:minimumInteritemSpacingForSectionAt:)", + "kind": "Var", + "name": "rowHeight", + "printedName": "rowHeight", "children": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout35minimumInteritemSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:minimumLineSpacingForSectionAt:)", + "kind": "Var", + "name": "rowHeightEstimated", + "printedName": "rowHeightEstimated", "children": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumLineSpacingForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout30minimumLineSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:minimumLineSpacingForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:referenceSizeForHeaderInSection:)", + "kind": "Var", + "name": "indentLevel", + "printedName": "indentLevel", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForHeaderInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:referenceSizeForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:referenceSizeForFooterInSection:)", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForFooterInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:referenceSizeForFooterInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", - "superclassNames": [ - "TranzzoPaymentSDK.CollectionDirector", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "kind": "Var", + "name": "editActions", + "printedName": "editActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "kind": "Var", + "name": "tapOnAccessory", + "printedName": "tapOnAccessory", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "kind": "Var", + "name": "willSelect", + "printedName": "willSelect", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "kind": "Var", + "name": "tap", + "printedName": "tap", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CustomerData", - "printedName": "CustomerData", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(customerEmail:customerPhone:customerId:customerFname:customerLname:customerLang:customerCountry:)", + "kind": "Var", + "name": "willDeselect", + "printedName": "willDeselect", "children": [ { - "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willBeginEdit", + "printedName": "willBeginEdit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didEndEdit", + "printedName": "didEndEdit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "editStyle", + "printedName": "editStyle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deleteConfirmTitle", + "printedName": "deleteConfirmTitle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "editShouldIndent", + "printedName": "editShouldIndent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "moveAdjustDestination", + "printedName": "moveAdjustDestination", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldShowMenu", + "printedName": "shouldShowMenu", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canPerformMenuAction", + "printedName": "canPerformMenuAction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "performMenuAction", + "printedName": "performMenuAction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "leadingSwipeActions", + "printedName": "leadingSwipeActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "trailingSwipeActions", + "printedName": "trailingSwipeActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TokenCardModel", + "printedName": "TokenCardModel", + "children": [ + { + "kind": "Var", + "name": "mask", + "printedName": "mask", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "token", + "printedName": "token", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isDefault", + "printedName": "isDefault", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(mask:token:isDefault:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "ConstraintWithKeyboardObserver", + "printedName": "ConstraintWithKeyboardObserver", + "children": [ + { + "kind": "Var", + "name": "additionalIndent", + "printedName": "additionalIndent", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "awakeFromNib", + "printedName": "awakeFromNib()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)awakeFromNib", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC12awakeFromNibyyF", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "objc_name": "awakeFromNib", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ConstraintWithKeyboardObserver", + "printedName": "TranzzoPaymentSDK.ConstraintWithKeyboardObserver", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)init", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSLayoutConstraint", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.NSLayoutConstraint", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableSectionHeaderFooterProtocol", + "printedName": "TableSectionHeaderFooterProtocol", + "children": [ + { + "kind": "Var", + "name": "section", + "printedName": "section", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:table:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReusableViewLoadSource", + "printedName": "ReusableViewLoadSource", + "children": [ + { + "kind": "Var", + "name": "fromStoryboard", + "printedName": "fromStoryboard", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "fromXib", + "printedName": "fromXib", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> (Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String?, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "fromClass", + "printedName": "fromClass", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ScrollViewEventsHandler", + "printedName": "ScrollViewEventsHandler", + "children": [ + { + "kind": "Var", + "name": "didScroll", + "printedName": "didScroll", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endScrollingAnimation", + "printedName": "endScrollingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldScrollToTop", + "printedName": "shouldScrollToTop", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didScrollToTop", + "printedName": "didScrollToTop", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginDragging", + "printedName": "willBeginDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willEndDragging", + "printedName": "willEndDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endDragging", + "printedName": "endDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginDecelerating", + "printedName": "willBeginDecelerating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endDecelerating", + "printedName": "endDecelerating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewForZooming", + "printedName": "viewForZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginZooming", + "printedName": "willBeginZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endZooming", + "printedName": "endZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didZoom", + "printedName": "didZoom", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didChangeAdjustedContentInset", + "printedName": "didChangeAdjustedContentInset", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableCellAdapter", + "printedName": "TableCellAdapter", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableCellAdapter", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableCellAdapter", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inTable:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Event", + "printedName": "Event", + "children": [ + { + "kind": "Var", + "name": "table", + "printedName": "table", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tableSize", + "printedName": "tableSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "indexPath", + "printedName": "indexPath", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "element", + "printedName": "element", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cell", + "printedName": "cell", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rowHeight", + "printedName": "rowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rowHeightEstimated", + "printedName": "rowHeightEstimated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "canEditRow", + "printedName": "canEditRow", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "commitEdit", + "printedName": "commitEdit", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "editActions", + "printedName": "editActions", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "canMoveRow", + "printedName": "canMoveRow", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", - "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV", - "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableCellAdapterProtocol", - "printedName": "TableCellAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "moveRow", + "printedName": "moveRow", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inTable:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "indentLevel", + "printedName": "indentLevel", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "StagedChangeset", - "printedName": "StagedChangeset", - "children": [ - { - "kind": "Var", - "name": "changesets", - "printedName": "changesets", - "children": [ - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>>", - "sugared_genericSig": ">", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.DifferentiableSection>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "startIndex", - "printedName": "startIndex", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "endIndex", - "printedName": "endIndex", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "index", - "printedName": "index(after:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "replaceSubrange", - "printedName": "replaceSubrange(_:with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_1" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_1 : Swift.RangeExpression, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>, τ_1_1.Bound == Swift.Int>", - "sugared_genericSig": ", R.Bound == Swift.Int>", - "declAttributes": [ - "Mutating", - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "Mutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "static": true, - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(arrayLiteral:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Changeset<τ_0_0>]", + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "debugDescription", - "printedName": "debugDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:section:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "RandomAccessCollection", - "printedName": "RandomAccessCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s5SliceV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sn" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "usr": "s:Sk", - "mangledName": "$sSk" - }, - { - "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ + }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "Var", + "name": "tapOnAccessory", + "printedName": "tapOnAccessory", "children": [ { "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] } ], - "usr": "s:s5SliceV" + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" - }, - { - "kind": "Conformance", - "name": "MutableCollection", - "printedName": "MutableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s5SliceV" - } - ] - } - ], - "usr": "s:SM", - "mangledName": "$sSM" - }, - { - "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "Var", + "name": "willSelect", + "printedName": "willSelect", "children": [ { "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] } ], - "usr": "s:s5SliceV" + "usr": "s:Sq" } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sn" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator>", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s16IndexingIteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:s5SliceV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", + "kind": "Var", + "name": "didSelect", + "printedName": "didSelect", "children": [ { "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sn" + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s16IndexingIteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "ExpressibleByArrayLiteral", - "printedName": "ExpressibleByArrayLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ArrayLiteralElement", - "printedName": "ArrayLiteralElement", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "usr": "s:s25ExpressibleByArrayLiteralP", - "mangledName": "$ss25ExpressibleByArrayLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "DifferentiateResult", - "printedName": "DifferentiateResult", - "children": [ - { - "kind": "Var", - "name": "deleted", - "printedName": "deleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "willDeselect", + "printedName": "willDeselect", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "inserted", - "printedName": "inserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "updated", - "printedName": "updated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "moved", - "printedName": "moved", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "metadata", - "printedName": "metadata", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "willBeginEdit", + "printedName": "willBeginEdit", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:Sq" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(deleted:inserted:updated:moved:metadata:)", - "children": [ - { - "kind": "TypeNominal", - "name": "DifferentiateResult", - "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "kind": "Var", + "name": "didEndEdit", + "printedName": "didEndEdit", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } - ] + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ] - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Trace", - "printedName": "Trace", - "children": [ - { - "kind": "Var", - "name": "reference", - "printedName": "reference", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "deleteOffset", - "printedName": "deleteOffset", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTracked", - "printedName": "isTracked", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK5TraceV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK5TraceVACyxGycfc", - "mangledName": "$s17TranzzoPaymentSDK5TraceVACyxGycfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "UsableFromInline" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK5TraceV", - "mangledName": "$s17TranzzoPaymentSDK5TraceV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Occurrence", - "printedName": "Occurrence", - "children": [ - { - "kind": "Var", - "name": "unique", - "printedName": "unique", - "children": [ + ] + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "kind": "Var", + "name": "editStyle", + "printedName": "editStyle", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", "children": [ { - "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(index: Swift.Int)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "duplicate", - "printedName": "duplicate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(reference: TranzzoPaymentSDK.IndicesReference)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", "children": [ { - "kind": "TypeNominal", - "name": "IndicesReference", - "printedName": "TranzzoPaymentSDK.IndicesReference", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", - "moduleName": "TranzzoPaymentSDK" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "IndicesReference", - "printedName": "IndicesReference", - "children": [ - { - "kind": "Var", - "name": "indices", - "printedName": "indices", - "children": [ - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "deleteConfirmTitle", + "printedName": "deleteConfirmTitle", "children": [ { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "position", - "printedName": "position", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "editShouldIndent", + "printedName": "editShouldIndent", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "moveAdjustDestination", + "printedName": "moveAdjustDestination", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "IndicesReference", - "printedName": "TranzzoPaymentSDK.IndicesReference", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "push", - "printedName": "push(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "next", - "printedName": "next()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TableKey", - "printedName": "TableKey", - "children": [ - { - "kind": "Var", - "name": "pointeeHashValue", - "printedName": "pointeeHashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pointer", - "printedName": "pointer", - "children": [ + ] + }, { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:SP" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:SP" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(pointer:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - }, - { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:SP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + ] }, { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "kind": "Var", + "name": "shouldShowMenu", + "printedName": "shouldShowMenu", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - }, - { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "static": true, - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + ] }, { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "UsableFromInline" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "canPerformMenuAction", + "printedName": "canPerformMenuAction", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, "declAttributes": [ - "UsableFromInline" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK8TableKeyV", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Function", - "name": "differentiate", - "printedName": "differentiate(source:target:trackTargetIndexAsUpdated:mapIndex:updatedElements:undeletedElements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "DifferentiateResult", - "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_1>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:s15ContiguousArrayV" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:s15ContiguousArrayV" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Int) -> τ_0_1", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "typeAttributes": [ - "noescape" - ] - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((τ_0_0) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((τ_0_0) -> ())?", - "children": [ + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", + "kind": "Var", + "name": "performMenuAction", + "printedName": "performMenuAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", - "mangledName": "$s17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "Changeset", - "printedName": "Changeset", - "children": [ - { - "kind": "Var", - "name": "data", - "printedName": "data", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionDeleted", - "printedName": "sectionDeleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionInserted", - "printedName": "sectionInserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionUpdated", - "printedName": "sectionUpdated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionMoved", - "printedName": "sectionMoved", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "leadingSwipeActions", + "printedName": "leadingSwipeActions", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", "children": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementDeleted", - "printedName": "elementDeleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } + "declAttributes": [ + "Lazy", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementInserted", - "printedName": "elementInserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "trailingSwipeActions", + "printedName": "trailingSwipeActions", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", "children": [ { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } + "declAttributes": [ + "Lazy", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementUpdated", - "printedName": "elementUpdated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TableCellAdapterProtocol", + "printedName": "TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "StagedChangeset", + "printedName": "StagedChangeset", + "children": [ { "kind": "Var", - "name": "elementMoved", - "printedName": "elementMoved", + "name": "changesets", + "printedName": "changesets", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "UsableFromInline" ], "hasStorage": true, "accessors": [ @@ -55273,35 +59457,29 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55320,35 +59498,29 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55367,8 +59539,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55380,12 +59552,12 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(data:sectionDeleted:sectionInserted:sectionUpdated:sectionMoved:elementDeleted:elementInserted:elementUpdated:elementMoved:)", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55393,175 +59565,190 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, + "printedName": "τ_1_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>>", + "sugared_genericSig": ">", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:)", + "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.DifferentiableSection>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:)", + "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:section:)", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "Inlinable" ], + "isFromExtension": true, "init_kind": "Designated" }, { "kind": "Var", - "name": "sectionChangeCount", - "printedName": "sectionChangeCount", + "name": "startIndex", + "printedName": "startIndex", "children": [ { "kind": "TypeNominal", @@ -55571,13 +59758,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55592,19 +59780,20 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "elementChangeCount", - "printedName": "elementChangeCount", + "name": "endIndex", + "printedName": "endIndex", "children": [ { "kind": "TypeNominal", @@ -55614,13 +59803,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55635,20 +59825,27 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "changeCount", - "printedName": "changeCount", + "kind": "Function", + "name": "index", + "printedName": "index(after:)", "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, { "kind": "TypeNominal", "name": "Int", @@ -55656,57 +59853,55 @@ "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl", "Inlinable" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "hasSectionChanges", - "printedName": "hasSectionChanges", - "children": [ + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "declKind": "Subscript", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55715,106 +59910,135 @@ "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "hasElementChanges", - "printedName": "hasElementChanges", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "accessors": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", - "accessorKind": "get" + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "hasChanges", - "printedName": "hasChanges", + "kind": "Function", + "name": "replaceSubrange", + "printedName": "replaceSubrange(_:with:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_1 : Swift.RangeExpression, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>, τ_1_1.Bound == Swift.Int>", + "sugared_genericSig": ", R.Bound == Swift.Int>", "declAttributes": [ + "Mutating", "AccessControl", "Inlinable" ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "Mutating" }, { "kind": "Function", @@ -55829,8 +60053,8 @@ }, { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55838,12 +60062,12 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55851,163 +60075,80 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", "sugared_genericSig": "", "static": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "Inlinable" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "debugDescription", - "printedName": "debugDescription", + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Changeset<τ_0_0>]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "usr": "s:Sa" } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK9ChangesetV", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "PassKit", - "printedName": "PassKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "Differentiable", - "printedName": "Differentiable", - "children": [ { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "debugDescription", + "printedName": "debugDescription", "children": [ { "kind": "TypeNominal", @@ -56017,10 +60158,13 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -56035,82 +60179,34 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -56120,262 +60216,511 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ElementRepresentable", - "printedName": "ElementRepresentable", - "children": [ + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, { - "kind": "Var", - "name": "modelClassIdentifier", - "printedName": "modelClassIdentifier", + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] } - ] + ], + "usr": "s:SM", + "mangledName": "$sSM" }, { - "kind": "Var", - "name": "modelClassIdentifier", - "printedName": "modelClassIdentifier", + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + ] } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + ], + "usr": "s:Sl", + "mangledName": "$sSl" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "children": [ - { - "kind": "Var", - "name": "elements", - "printedName": "elements", + "name": "Sequence", + "printedName": "Sequence", "children": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator>", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s16IndexingIteratorV" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection, τ_1_0 : Swift.Collection, τ_1_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ + "usr": "s:ST", + "mangledName": "$sST" + }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" } ] }, @@ -56390,57 +60735,30 @@ ] }, { - "kind": "TypeDecl", - "name": "BaseResponse", - "printedName": "BaseResponse", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK12BaseResponseV", - "mangledName": "$s17TranzzoPaymentSDK12BaseResponseV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "Vision", + "printedName": "Vision", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "AVFoundation", + "printedName": "AVFoundation", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -56452,7 +60770,10 @@ "name": "Foundation", "printedName": "Foundation", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] }, { "kind": "Import", @@ -56463,252 +60784,54 @@ }, { "kind": "Import", - "name": "SwiftUI", - "printedName": "SwiftUI", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "DeveloperToolsSupport", - "printedName": "DeveloperToolsSupport", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "UICollectionView", - "printedName": "UICollectionView", - "children": [ - { - "kind": "Function", - "name": "reload", - "printedName": "reload(using:interrupt:setData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "typeAttributes": [ - "noescape" - ] - } - ], - "declKind": "Func", - "usr": "s:So16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", - "mangledName": "$sSo16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "Preconcurrency", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UICollectionView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UICollectionView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIScrollView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIScrollView", - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "TypeDecl", - "name": "UITableViewHeaderFooterView", - "printedName": "UITableViewHeaderFooterView", + "name": "String", + "printedName": "String", "children": [ { "kind": "Var", - "name": "reusableViewClass", - "printedName": "reusableViewClass", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any AnyObject.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", + "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "static": true, "declAttributes": [ - "Final", - "Preconcurrency", - "Custom", "AccessControl" ], "isFromExtension": true, @@ -56720,25 +60843,15 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any AnyObject.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", + "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "static": true, - "declAttributes": [ - "Final" - ], "isFromExtension": true, "accessorKind": "get" } @@ -56746,53 +60859,42 @@ }, { "kind": "Function", - "name": "reusableViewSource", - "printedName": "reusableViewSource()", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", + "usr": "s:SS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$sSS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", "moduleName": "TranzzoPaymentSDK", - "static": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "Final", "AccessControl" ], "isFromExtension": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "c:objc(cs)UITableViewHeaderFooterView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UITableViewHeaderFooterView", + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" + "EagerMove", + "Frozen" ], - "superclassUsr": "c:objc(cs)UIView", "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], "conformances": [ { "kind": "Conformance", @@ -56810,123 +60912,80 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "ElementRepresentable", + "printedName": "ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UITableViewCell", - "printedName": "UITableViewCell", - "declKind": "Class", - "usr": "c:objc(cs)UITableViewCell", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UITableViewCell", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" }, { "kind": "Conformance", @@ -56937,186 +60996,488 @@ }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UICollectionReusableView", - "printedName": "UICollectionReusableView", - "declKind": "Class", - "usr": "c:objc(cs)UICollectionReusableView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UICollectionReusableView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" } ] }, { "kind": "TypeDecl", - "name": "String", - "printedName": "String", + "name": "Int", + "printedName": "Int", "children": [ { "kind": "Var", @@ -57131,8 +61492,8 @@ } ], "declKind": "Var", - "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvp", - "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -57152,8 +61513,8 @@ } ], "declKind": "Accessor", - "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvg", - "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", "isFromExtension": true, "accessorKind": "get" @@ -57179,8 +61540,8 @@ } ], "declKind": "Func", - "usr": "s:SS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$sSS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "s:Si17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$sSi17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -57190,15 +61551,158 @@ } ], "declKind": "Struct", - "usr": "s:SS", - "mangledName": "$sSS", + "usr": "s:Si", + "mangledName": "$sSi", "moduleName": "Swift", "declAttributes": [ - "EagerMove", "Frozen" ], "isExternal": true, "conformances": [ + { + "kind": "Conformance", + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" + }, + { + "kind": "Conformance", + "name": "SignedInteger", + "printedName": "SignedInteger", + "usr": "s:SZ", + "mangledName": "$sSZ" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "BinaryInteger", + "printedName": "BinaryInteger", + "children": [ + { + "kind": "TypeWitness", + "name": "Words", + "printedName": "Words", + "children": [ + { + "kind": "TypeNominal", + "name": "Words", + "printedName": "Swift.Int.Words", + "usr": "s:Si5WordsV" + } + ] + } + ], + "usr": "s:Sz", + "mangledName": "$sSz" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, { "kind": "Conformance", "name": "Copyable", @@ -57248,13 +61752,6 @@ "usr": "s:s22CodingKeyRepresentableP", "mangledName": "$ss22CodingKeyRepresentableP" }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, { "kind": "Conformance", "name": "CustomReflectable", @@ -57271,509 +61768,427 @@ }, { "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", + "name": "SIMDScalar", + "printedName": "SIMDScalar", "children": [ { "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", "children": [ { "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] }, { "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "SIMD2Storage", + "printedName": "Swift.Int.SIMD2Storage", + "usr": "s:Si12SIMD2StorageV" } ] }, { "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", "children": [ { "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" + "name": "SIMD4Storage", + "printedName": "Swift.Int.SIMD4Storage", + "usr": "s:Si12SIMD4StorageV" } ] }, { "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", "children": [ { "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" + "name": "SIMD8Storage", + "printedName": "Swift.Int.SIMD8Storage", + "usr": "s:Si12SIMD8StorageV" } ] }, { "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", "children": [ { "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" + "name": "SIMD16Storage", + "printedName": "Swift.Int.SIMD16Storage", + "usr": "s:Si13SIMD16StorageV" } ] }, { "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "SIMD32Storage", + "printedName": "Swift.Int.SIMD32Storage", + "usr": "s:Si13SIMD32StorageV" } ] }, { "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", "children": [ { "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" + "name": "SIMD64Storage", + "printedName": "Swift.Int.SIMD64Storage", + "usr": "s:Si13SIMD64StorageV" } ] } ], - "usr": "s:Sl", - "mangledName": "$sSl" + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" }, { "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", "children": [ { "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", + "name": "_Arg", + "printedName": "_Arg", "children": [ { "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" } ] - }, + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ { "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", "children": [ { "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" } ] } ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" + "name": "MLTensorRangeExpression", + "printedName": "MLTensorRangeExpression", + "usr": "s:6CoreML23MLTensorRangeExpressionP", + "mangledName": "$s6CoreML23MLTensorRangeExpressionP" }, { "kind": "Conformance", - "name": "StringProtocol", - "printedName": "StringProtocol", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", "children": [ { "kind": "TypeWitness", - "name": "UTF8View", - "printedName": "UTF8View", + "name": "_Arg", + "printedName": "_Arg", "children": [ { "kind": "TypeNominal", - "name": "UTF8View", - "printedName": "Swift.String.UTF8View", - "usr": "s:SS8UTF8ViewV" + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" } ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UICollectionView", + "printedName": "UICollectionView", + "children": [ + { + "kind": "Function", + "name": "reload", + "printedName": "reload(using:interrupt:setData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "TypeWitness", - "name": "UTF16View", - "printedName": "UTF16View", + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "UTF16View", - "printedName": "Swift.String.UTF16View", - "usr": "s:SS9UTF16ViewV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { - "kind": "TypeWitness", - "name": "UnicodeScalarView", - "printedName": "UnicodeScalarView", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "UnicodeScalarView", - "printedName": "Swift.String.UnicodeScalarView", - "usr": "s:SS17UnicodeScalarViewV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] } - ] + ], + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } + ], + "typeAttributes": [ + "noescape" ] } ], - "usr": "s:Sy", - "mangledName": "$sSy" + "declKind": "Func", + "usr": "s:So16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", + "mangledName": "$sSo16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "Preconcurrency", + "Custom", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UICollectionView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UICollectionView", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIScrollView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIScrollView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" }, { "kind": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" } ] }, @@ -57937,26 +62352,36 @@ }, { "kind": "TypeDecl", - "name": "Int", - "printedName": "Int", + "name": "UITableViewHeaderFooterView", + "printedName": "UITableViewHeaderFooterView", "children": [ { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "reusableViewClass", + "printedName": "reusableViewClass", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ExistentialMetatype", + "printedName": "any AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] } ], "declKind": "Var", - "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvp", - "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ + "Final", + "Preconcurrency", + "Custom", "AccessControl" ], "isFromExtension": true, @@ -57968,15 +62393,25 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ExistentialMetatype", + "printedName": "any AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] } ], "declKind": "Accessor", - "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvg", - "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final" + ], "isFromExtension": true, "accessorKind": "get" } @@ -57984,98 +62419,102 @@ }, { "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", + "name": "reusableViewSource", + "printedName": "reusableViewSource()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Func", - "usr": "s:Si17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$sSi17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ + "Preconcurrency", + "Custom", + "Final", "AccessControl" ], "isFromExtension": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:Si", - "mangledName": "$sSi", - "moduleName": "Swift", + "declKind": "Class", + "usr": "c:objc(cs)UITableViewHeaderFooterView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UITableViewHeaderFooterView", "declAttributes": [ - "Frozen" + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" ], + "superclassUsr": "c:objc(cs)UIView", "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], "conformances": [ { "kind": "Conformance", - "name": "FixedWidthInteger", - "printedName": "FixedWidthInteger", - "usr": "s:s17FixedWidthIntegerP", - "mangledName": "$ss17FixedWidthIntegerP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "SignedInteger", - "printedName": "SignedInteger", - "usr": "s:SZ", - "mangledName": "$sSZ" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "_ExpressibleByBuiltinIntegerLiteral", - "printedName": "_ExpressibleByBuiltinIntegerLiteral", - "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", - "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "BinaryInteger", - "printedName": "BinaryInteger", - "children": [ - { - "kind": "TypeWitness", - "name": "Words", - "printedName": "Words", - "children": [ - { - "kind": "TypeNominal", - "name": "Words", - "printedName": "Swift.Int.Words", - "usr": "s:Si5WordsV" - } - ] - } - ], - "usr": "s:Sz", - "mangledName": "$sSz" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "SignedNumeric", - "printedName": "SignedNumeric", - "usr": "s:s13SignedNumericP", - "mangledName": "$ss13SignedNumericP" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", @@ -58086,84 +62525,61 @@ }, { "kind": "Conformance", - "name": "Numeric", - "printedName": "Numeric", - "children": [ - { - "kind": "TypeWitness", - "name": "Magnitude", - "printedName": "Magnitude", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:Sj", - "mangledName": "$sSj" - }, - { - "kind": "Conformance", - "name": "Strideable", - "printedName": "Strideable", - "children": [ - { - "kind": "TypeWitness", - "name": "Stride", - "printedName": "Stride", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:Sx", - "mangledName": "$sSx" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "AdditiveArithmetic", - "printedName": "AdditiveArithmetic", - "usr": "s:s18AdditiveArithmeticP", - "mangledName": "$ss18AdditiveArithmeticP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" }, { "kind": "Conformance", - "name": "ExpressibleByIntegerLiteral", - "printedName": "ExpressibleByIntegerLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "IntegerLiteralType", - "printedName": "IntegerLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:s27ExpressibleByIntegerLiteralP", - "mangledName": "$ss27ExpressibleByIntegerLiteralP" + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UITableViewCell", + "printedName": "UITableViewCell", + "declKind": "Class", + "usr": "c:objc(cs)UITableViewCell", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UITableViewCell", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ { "kind": "Conformance", "name": "Copyable", @@ -58180,59 +62596,17 @@ }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - }, - { - "kind": "Conformance", - "name": "ElementRepresentable", - "printedName": "ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", @@ -58243,211 +62617,165 @@ }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "SIMDScalar", - "printedName": "SIMDScalar", - "children": [ - { - "kind": "TypeWitness", - "name": "SIMDMaskScalar", - "printedName": "SIMDMaskScalar", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD2Storage", - "printedName": "SIMD2Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD2Storage", - "printedName": "Swift.Int.SIMD2Storage", - "usr": "s:Si12SIMD2StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD4Storage", - "printedName": "SIMD4Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD4Storage", - "printedName": "Swift.Int.SIMD4Storage", - "usr": "s:Si12SIMD4StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD8Storage", - "printedName": "SIMD8Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD8Storage", - "printedName": "Swift.Int.SIMD8Storage", - "usr": "s:Si12SIMD8StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD16Storage", - "printedName": "SIMD16Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD16Storage", - "printedName": "Swift.Int.SIMD16Storage", - "usr": "s:Si13SIMD16StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD32Storage", - "printedName": "SIMD32Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD32Storage", - "printedName": "Swift.Int.SIMD32Storage", - "usr": "s:Si13SIMD32StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD64Storage", - "printedName": "SIMD64Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD64Storage", - "printedName": "Swift.Int.SIMD64Storage", - "usr": "s:Si13SIMD64StorageV" - } - ] - } - ], - "usr": "s:s10SIMDScalarP", - "mangledName": "$ss10SIMDScalarP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UICollectionReusableView", + "printedName": "UICollectionReusableView", + "declKind": "Class", + "usr": "c:objc(cs)UICollectionReusableView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UICollectionReusableView", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", - "children": [ - { - "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" - } - ] - } - ], - "usr": "s:10Foundation18_FormatSpecifiableP", - "mangledName": "$s10Foundation18_FormatSpecifiableP" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSNumber", - "printedName": "Foundation.NSNumber", - "usr": "c:objc(cs)NSNumber" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "MLTensorRangeExpression", - "printedName": "MLTensorRangeExpression", - "usr": "s:6CoreML23MLTensorRangeExpressionP", - "mangledName": "$s6CoreML23MLTensorRangeExpressionP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", - "children": [ - { - "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" - } - ] - } - ], - "usr": "s:7SwiftUI18_FormatSpecifiableP", - "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" } ] } @@ -58456,485 +62784,877 @@ }, "ConstValues": [ { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3017, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1902, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1924, + "length": 12, + "value": "2" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1946, + "length": 15, + "value": "3" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1996, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 2016, + "length": 11, + "value": "6" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", + "kind": "Array", + "offset": 2483, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", + "kind": "Array", + "offset": 2518, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 205, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 234, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", + "kind": "StringLiteral", + "offset": 240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentsConfig.swift", + "kind": "BooleanLiteral", + "offset": 530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "32.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "FloatLiteral", + "offset": 640, + "length": 12, + "value": "0.6180469716" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 28, + "value": "\"com.cardscanner.controller\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 943, + "length": 11, + "value": "\"bolt.fill\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 17, + "value": "\"bolt.slash.fill\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/Product.swift", + "kind": "StringLiteral", + "offset": 368, + "length": 9, + "value": "\"non-vat\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", + "kind": "BooleanLiteral", + "offset": 1365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", + "kind": "BooleanLiteral", + "offset": 8370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 573, + "length": 12, + "value": "0.1176470588" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 593, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 687, + "length": 12, + "value": "0.5803921569" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 708, + "length": 12, + "value": "0.6274509804" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 728, + "length": 12, + "value": "0.9333333333" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 826, + "length": 12, + "value": "0.1176470588" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 846, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 932, + "length": 12, + "value": "0.9568627451" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 953, + "length": 12, + "value": "0.9607843137" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 983, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1065, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1074, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1145, + "length": 12, + "value": "0.8078431373" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1166, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1185, + "length": 12, + "value": "0.8823529412" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1305, "length": 12, - "value": "\"payment_id\"" + "value": "0.1176470588" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3053, - "length": 10, - "value": "\"order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1325, + "length": 11, + "value": "0.831372549" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3094, - "length": 18, - "value": "\"gateway_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3143, - "length": 18, - "value": "\"billing_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1416, + "length": 12, + "value": "0.3882352941" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3191, - "length": 16, - "value": "\"transaction_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1437, + "length": 12, + "value": "0.4431372549" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3229, - "length": 8, - "value": "\"pos_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1457, + "length": 12, + "value": "0.5058823529" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3258, - "length": 6, - "value": "\"mode\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1478, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3287, - "length": 8, - "value": "\"method\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1538, + "length": 12, + "value": "0.2705882353" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3318, - "length": 8, - "value": "\"amount\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1559, + "length": 12, + "value": "0.3058823529" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3351, - "length": 10, - "value": "\"currency\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1579, + "length": 12, + "value": "0.3568627451" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3389, - "length": 13, - "value": "\"description\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1600, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3425, - "length": 8, - "value": "\"status\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1660, + "length": 12, + "value": "0.1294117647" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3460, - "length": 13, - "value": "\"status_code\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1681, + "length": 12, + "value": "0.1647058824" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3507, - "length": 20, - "value": "\"status_description\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1701, + "length": 12, + "value": "0.2117647059" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3562, - "length": 22, - "value": "\"user_action_required\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1722, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3614, - "length": 17, - "value": "\"user_action_url\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3651, - "length": 5, - "value": "\"eci\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1793, + "length": 12, + "value": "0.6509803922" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3676, - "length": 5, - "value": "\"mcc\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1813, + "length": 12, + "value": "0.6509803922" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3708, - "length": 13, - "value": "\"options_3ds\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1834, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3744, - "length": 9, - "value": "\"cc_mask\"" + "offset": 1936, + "length": 35, + "value": "\"Оплата замовлення\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3777, - "length": 10, - "value": "\"cc_token\"" + "offset": 2016, + "length": 27, + "value": "\"Розмір внеску\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3821, - "length": 21, - "value": "\"cc_token_expiration\"" + "offset": 2094, + "length": 27, + "value": "\"Введіть сумму\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3869, - "length": 13, - "value": "\"customer_id\"" + "offset": 2166, + "length": 29, + "value": "\"Оплата карткою\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3909, - "length": 13, - "value": "\"customer_ip\"" + "offset": 2238, + "length": 18, + "value": "\"Оплатити\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3952, - "length": 16, - "value": "\"customer_fname\"" + "offset": 2306, + "length": 27, + "value": "\"Додати картку\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3998, - "length": 16, - "value": "\"customer_lname\"" + "offset": 2381, + "length": 34, + "value": "\"Картка з помилкою\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4044, - "length": 16, - "value": "\"customer_email\"" + "offset": 2465, + "length": 44, + "value": "\"Введіть чи відскануйте\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4090, - "length": 16, - "value": "\"customer_phone\"" + "offset": 2562, + "length": 6, + "value": "\"ММ\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4138, - "length": 18, - "value": "\"customer_country\"" + "offset": 2620, + "length": 6, + "value": "\"ГГ\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4182, - "length": 12, - "value": "\"result_url\"" + "offset": 2673, + "length": 5, + "value": "\"CVV\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4220, - "length": 12, - "value": "\"created_at\"" + "offset": 2725, + "length": 29, + "value": "\"Відміна оплати\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4263, - "length": 17, - "value": "\"processing_time\"" + "offset": 2807, + "length": 52, + "value": "\"Ви хочете скасувати оплату?\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4304, - "length": 9, - "value": "\"payload\"" + "offset": 2908, + "length": 20, + "value": "\"Скасувати\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4343, - "length": 17, - "value": "\"bank_short_name\"" + "offset": 2976, + "length": 22, + "value": "\"Продовжити\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4394, - "length": 21, - "value": "\"customer_user_agent\"" + "offset": 3047, + "length": 33, + "value": "\"Збережені картки\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4444, - "length": 15, - "value": "\"customer_city\"" + "offset": 3123, + "length": 23, + "value": "\"Інша картка\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4479, - "length": 5, - "value": "\"rrn\"" + "offset": 3197, + "length": 46, + "value": "\"Обрати збережену картку\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4509, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1697, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1717, + "length": 10, + "value": "2" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1734, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1751, "length": 11, - "value": "\"auth_code\"" + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4540, - "length": 5, - "value": "\"dcc\"" + "offset": 201, + "length": 22, + "value": "\"^(\\d\\s*){12,18}\\d$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4568, - "length": 9, - "value": "\"otp_url\"" + "offset": 277, + "length": 38, + "value": "\"^[4-6]\\d{3}\\s(\\d{4,}\\s){1,}\\d{3,}$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4616, - "length": 26, - "value": "\"make_payment_description\"" + "offset": 368, + "length": 12, + "value": "\"(\\s{1,})\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4675, - "length": 19, - "value": "\"customer_birthday\"" + "offset": 419, + "length": 25, + "value": "\"^.*?(\\d{2})\\\/(\\d{2})$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4717, - "length": 8, - "value": "\"payway\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", + "kind": "Array", + "offset": 471, + "length": 126, + "value": "[\"visa\", \"mastercard\", \"amex\", \"debit\", \"credit\", \"from\", \"end\", \"valid\", \"exp\", \"until\", \"account\", \"number\", \"sort\", \"code\"]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4758, - "length": 19, - "value": "\"customer_patronym\"" + "offset": 651, + "length": 37, + "value": "\"^(MISS|MRS|MS|MR|DR|PROF)\\.?\\s.*$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4806, - "length": 15, - "value": "\"terminal_name\"" + "offset": 727, + "length": 45, + "value": "\"^[A-Z']{1,24}\\.?\\s[A-Z][A-Z'\\s]{3,23}\\.?$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4854, - "length": 20, - "value": "\"recipient_cc_token\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "Array", + "offset": 3504, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "Array", + "offset": 3664, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "BooleanLiteral", + "offset": 6503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/AnyAmountCell\/AnyAmountCell.swift", "kind": "StringLiteral", - "offset": 4906, - "length": 19, - "value": "\"recipient_cc_mask\"" + "offset": 797, + "length": 10, + "value": "\"# ###,##\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 4950, - "length": 11, - "value": "\"dcc_rates\"" + "offset": 216, + "length": 3, + "value": "\"5\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 4991, - "length": 16, - "value": "\"traffic_source\"" + "offset": 250, + "length": 37, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5031, - "length": 9, - "value": "\"gateway\"" + "offset": 286, + "length": 1, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5070, - "length": 16, - "value": "\"payment_system\"" + "offset": 317, + "length": 36, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5111, - "length": 11, - "value": "\"entity_id\"" + "offset": 352, + "length": 1, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5159, - "length": 24, - "value": "\"external_terminal_name\"" + "offset": 383, + "length": 6, + "value": "\"true\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", + "kind": "IntegerLiteral", + "offset": 576, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5214, - "length": 17, - "value": "\"recipient_email\"" + "offset": 607, + "length": 40, + "value": "\"AppleWebKit\/537.36 (KHTML, like Gecko)\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5262, - "length": 17, - "value": "\"recipient_phone\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 888, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5310, - "length": 17, - "value": "\"recipient_fname\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 919, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 17, - "value": "\"recipient_lname\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 949, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5409, - "length": 20, - "value": "\"recipient_patronym\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1000, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5461, - "length": 19, - "value": "\"merchant_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1038, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5507, - "length": 13, - "value": "\"receipt_url\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1077, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5552, - "length": 18, - "value": "\"processed_amount\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1115, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5604, - "length": 20, - "value": "\"processed_currency\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1182, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5648, - "length": 9, - "value": "\"comment\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2024, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5687, - "length": 17, - "value": "\"registry_ref_no\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2111, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5732, - "length": 14, - "value": "\"processed_at\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2183, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentsConfig.swift", - "kind": "BooleanLiteral", - "offset": 530, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/WriteSafeSemaphore.swift", + "kind": "IntegerLiteral", + "offset": 202, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", "kind": "BooleanLiteral", - "offset": 1002, + "offset": 1924, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", - "kind": "BooleanLiteral", - "offset": 10556, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 3774, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/NavigationController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 3972, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 4334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", "kind": "BooleanLiteral", - "offset": 257, + "offset": 7758, "length": 5, "value": "false" }, @@ -58953,823 +63673,879 @@ "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1697, - "length": 13, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/PlaceholderFormatters\/Formatters\/PlaceholderTextInputFormatter.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", "kind": "IntegerLiteral", - "offset": 1717, - "length": 10, - "value": "2" + "offset": 452, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1734, - "length": 10, - "value": "3" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 3, + "value": "\".\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1751, - "length": 11, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 3, + "value": "\"-\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", - "kind": "BooleanLiteral", - "offset": 1365, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", - "kind": "BooleanLiteral", - "offset": 8370, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextInputFormatter.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 3, + "value": "\"-\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextInputFormatter.swift", "kind": "StringLiteral", - "offset": 175, - "length": 2, - "value": "\"\"" + "offset": 2015, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/DefaultFormatters\/Formatters\/DefaultTextInputFormatter.swift", "kind": "StringLiteral", - "offset": 205, - "length": 2, - "value": "\"\"" + "offset": 1124, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/DefaultFormatters\/Formatters\/DefaultTextFormatter.swift", "kind": "StringLiteral", - "offset": 234, - "length": 2, - "value": "\"\"" + "offset": 2922, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/PlaceholderFormatters\/Formatters\/PlaceholderTextFormatter.swift", "kind": "StringLiteral", - "offset": 263, + "offset": 895, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "IntegerLiteral", + "offset": 1148, "length": 2, - "value": "\"\"" + "value": "60" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/WriteSafeSemaphore.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", "kind": "IntegerLiteral", - "offset": 202, + "offset": 1194, "length": 1, - "value": "1" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "FloatLiteral", + "offset": 1234, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "BooleanLiteral", + "offset": 1742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", + "kind": "FloatLiteral", + "offset": 568, + "length": 4, + "value": "60.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", + "kind": "FloatLiteral", + "offset": 624, + "length": 4, + "value": "60.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3102, - "length": 12, - "value": "1" + "offset": 1608, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 2218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3121, - "length": 14, + "offset": 3180, + "length": 1, "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3142, - "length": 9, - "value": "3" + "offset": 5761, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3158, - "length": 11, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 6650, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3176, - "length": 12, - "value": "5" + "offset": 6678, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3195, - "length": 14, - "value": "6" + "offset": 7498, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3216, - "length": 15, - "value": "7" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 8804, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3238, - "length": 11, - "value": "8" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 2, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3256, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3165, "length": 10, - "value": "9" + "value": "\"cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3273, - "length": 18, - "value": "10" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3202, + "length": 11, + "value": "\"cc_number\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3298, - "length": 20, - "value": "11" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3238, + "length": 11, + "value": "\"exp_month\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3325, - "length": 17, - "value": "12" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3273, + "length": 10, + "value": "\"exp_year\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3349, - "length": 8, - "value": "13" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3307, + "length": 10, + "value": "\"card_cvv\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3364, - "length": 8, - "value": "14" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3357, + "length": 18, + "value": "\"order_3ds_bypass\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3435, - "length": 8, - "value": "15" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3434, + "length": 16, + "value": "\"customer_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3450, - "length": 14, - "value": "16" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3480, + "length": 16, + "value": "\"customer_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 16, - "value": "17" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3523, + "length": 13, + "value": "\"customer_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4352, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 16, + "value": "\"customer_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4360, - "length": 10, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 16, + "value": "\"customer_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4377, - "length": 10, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3657, + "length": 15, + "value": "\"customer_lang\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4394, - "length": 10, - "value": "3" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3704, + "length": 18, + "value": "\"customer_country\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4411, - "length": 7, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3800, + "length": 10, + "value": "\"order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4425, - "length": 8, - "value": "5" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3923, + "length": 12, + "value": "\"server_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4440, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3985, "length": 14, - "value": "6" + "value": "\"merchant_mcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4461, - "length": 9, - "value": "7" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 4062, + "length": 21, + "value": "\"browser_fingerprint\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4477, - "length": 18, - "value": "8" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 12, + "value": "\"payment_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4502, - "length": 11, - "value": "9" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3053, + "length": 10, + "value": "\"order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4520, - "length": 11, - "value": "10" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3094, + "length": 18, + "value": "\"gateway_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4538, - "length": 16, - "value": "11" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3143, + "length": 18, + "value": "\"billing_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4561, - "length": 11, - "value": "12" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3191, + "length": 16, + "value": "\"transaction_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4579, - "length": 14, - "value": "13" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3229, + "length": 8, + "value": "\"pos_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4600, - "length": 10, - "value": "14" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3258, + "length": 6, + "value": "\"mode\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4617, - "length": 3, - "value": "15" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 8, + "value": "\"method\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4627, - "length": 12, - "value": "16" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3318, + "length": 8, + "value": "\"amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4646, - "length": 11, - "value": "17" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3351, + "length": 10, + "value": "\"currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4664, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3389, "length": 13, - "value": "18" + "value": "\"description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4684, - "length": 10, - "value": "19" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3425, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4701, - "length": 9, - "value": "20" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3460, + "length": 13, + "value": "\"status_code\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4717, - "length": 18, - "value": "21" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3507, + "length": 20, + "value": "\"status_description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4742, - "length": 16, - "value": "22" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3562, + "length": 22, + "value": "\"user_action_required\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4765, - "length": 21, - "value": "23" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3614, + "length": 17, + "value": "\"user_action_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4793, - "length": 10, - "value": "24" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3651, + "length": 5, + "value": "\"eci\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4810, - "length": 14, - "value": "25" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3676, + "length": 5, + "value": "\"mcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4831, - "length": 20, - "value": "26" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3708, + "length": 13, + "value": "\"options_3ds\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4858, - "length": 17, - "value": "27" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3744, + "length": 9, + "value": "\"cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4882, - "length": 15, - "value": "28" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3777, + "length": 10, + "value": "\"cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4904, - "length": 12, - "value": "29" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3821, + "length": 21, + "value": "\"cc_token_expiration\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4923, - "length": 14, - "value": "30" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3869, + "length": 13, + "value": "\"customer_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4944, - "length": 8, - "value": "31" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3909, + "length": 13, + "value": "\"customer_ip\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4959, - "length": 19, - "value": "32" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3952, + "length": 16, + "value": "\"customer_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4985, - "length": 20, - "value": "33" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3998, + "length": 16, + "value": "\"customer_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", - "kind": "Array", - "offset": 2483, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4044, + "length": 16, + "value": "\"customer_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", - "kind": "Array", - "offset": 2518, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4090, + "length": 16, + "value": "\"customer_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", - "kind": "FloatLiteral", - "offset": 568, - "length": 4, - "value": "60.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4138, + "length": 18, + "value": "\"customer_country\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", - "kind": "FloatLiteral", - "offset": 624, - "length": 4, - "value": "60.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4182, + "length": 12, + "value": "\"result_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/FixedAmountCell\/FixedAmountCell.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 534, - "length": 10, - "value": "\"# ###.##\"" + "offset": 4220, + "length": 12, + "value": "\"created_at\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", - "kind": "IntegerLiteral", - "offset": 262, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4263, + "length": 17, + "value": "\"processing_time\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", - "kind": "IntegerLiteral", - "offset": 304, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4304, + "length": 9, + "value": "\"payload\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 1608, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4343, + "length": 17, + "value": "\"bank_short_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 2218, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4394, + "length": 21, + "value": "\"customer_user_agent\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 3180, - "length": 1, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4444, + "length": 15, + "value": "\"customer_city\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 5761, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4479, + "length": 5, + "value": "\"rrn\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 6650, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4509, + "length": 11, + "value": "\"auth_code\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 6678, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4540, + "length": 5, + "value": "\"dcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 7498, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4568, + "length": 9, + "value": "\"otp_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 8804, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4616, + "length": 26, + "value": "\"make_payment_description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "BooleanLiteral", - "offset": 793, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4675, + "length": 19, + "value": "\"customer_birthday\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 831, - "length": 4, - "value": "46.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4717, + "length": 8, + "value": "\"payway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 868, - "length": 4, - "value": "72.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4758, + "length": 19, + "value": "\"customer_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 903, - "length": 4, - "value": "83.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4806, + "length": 15, + "value": "\"terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "Array", - "offset": 972, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4854, + "length": 20, + "value": "\"recipient_cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "BooleanLiteral", - "offset": 1456, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4906, + "length": 19, + "value": "\"recipient_cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 2835, - "length": 4, - "value": "10.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4950, + "length": 11, + "value": "\"dcc_rates\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "IntegerLiteral", - "offset": 2935, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 16, + "value": "\"traffic_source\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 335, - "length": 2, - "value": "\"\"" + "offset": 5031, + "length": 9, + "value": "\"gateway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3165, - "length": 10, - "value": "\"cc_token\"" + "offset": 5070, + "length": 16, + "value": "\"payment_system\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3202, + "offset": 5111, "length": 11, - "value": "\"cc_number\"" + "value": "\"entity_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3238, - "length": 11, - "value": "\"exp_month\"" + "offset": 5159, + "length": 24, + "value": "\"external_terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3273, - "length": 10, - "value": "\"exp_year\"" + "offset": 5214, + "length": 17, + "value": "\"recipient_email\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 5262, + "length": 17, + "value": "\"recipient_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3307, - "length": 10, - "value": "\"card_cvv\"" + "offset": 5310, + "length": 17, + "value": "\"recipient_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3357, - "length": 18, - "value": "\"order_3ds_bypass\"" + "offset": 5358, + "length": 17, + "value": "\"recipient_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3434, - "length": 16, - "value": "\"customer_email\"" + "offset": 5409, + "length": 20, + "value": "\"recipient_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3480, - "length": 16, - "value": "\"customer_phone\"" + "offset": 5461, + "length": 19, + "value": "\"merchant_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3523, + "offset": 5507, "length": 13, - "value": "\"customer_id\"" + "value": "\"receipt_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3566, - "length": 16, - "value": "\"customer_fname\"" + "offset": 5552, + "length": 18, + "value": "\"processed_amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3612, - "length": 16, - "value": "\"customer_lname\"" + "offset": 5604, + "length": 20, + "value": "\"processed_currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3657, - "length": 15, - "value": "\"customer_lang\"" + "offset": 5648, + "length": 9, + "value": "\"comment\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3704, - "length": 18, - "value": "\"customer_country\"" + "offset": 5687, + "length": 17, + "value": "\"registry_ref_no\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3800, - "length": 10, - "value": "\"order_id\"" + "offset": 5732, + "length": 14, + "value": "\"processed_at\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/FixedAmountCell\/FixedAmountCell.swift", "kind": "StringLiteral", - "offset": 3923, - "length": 12, - "value": "\"server_url\"" + "offset": 514, + "length": 10, + "value": "\"# ###.##\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", - "kind": "StringLiteral", - "offset": 3985, - "length": 14, - "value": "\"merchant_mcc\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 618, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", - "kind": "StringLiteral", - "offset": 4062, - "length": 21, - "value": "\"browser_fingerprint\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 1840, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", - "kind": "StringLiteral", - "offset": 211, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3695, "length": 2, - "value": "\"\"" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", - "kind": "StringLiteral", - "offset": 240, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3721, "length": 2, - "value": "\"\"" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", - "kind": "IntegerLiteral", - "offset": 1148, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3746, "length": 2, - "value": "60" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3794, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "IntegerLiteral", - "offset": 1194, + "offset": 4168, "length": 1, "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", - "kind": "FloatLiteral", - "offset": 1234, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "BooleanLiteral", - "offset": 1742, + "offset": 4215, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 216, - "length": 3, - "value": "\"5\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 4625, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 250, - "length": 37, - "value": "\"\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 4935, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 286, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 5551, "length": 1, - "value": "\"\"" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 317, - "length": 36, - "value": "\"\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 7024, + "length": 1, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 352, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 8439, "length": 1, - "value": "\"\"" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 383, - "length": 6, - "value": "\"true\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 8475, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 8975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "IntegerLiteral", - "offset": 576, - "length": 2, - "value": "60" + "offset": 9001, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 607, - "length": 40, - "value": "\"AppleWebKit\/537.36 (KHTML, like Gecko)\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 9358, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", @@ -60079,852 +64855,565 @@ "length": 15, "value": "\"terminal_name\"" }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 20, - "value": "\"recipient_cc_token\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3914, - "length": 19, - "value": "\"recipient_cc_mask\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3958, - "length": 11, - "value": "\"dcc_rates\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3999, - "length": 16, - "value": "\"traffic_source\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4039, - "length": 9, - "value": "\"gateway\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4078, - "length": 17, - "value": "\"bank_short_name\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4125, - "length": 16, - "value": "\"payment_system\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4166, - "length": 11, - "value": "\"entity_id\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4214, - "length": 24, - "value": "\"external_terminal_name\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4269, - "length": 17, - "value": "\"recipient_email\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4317, - "length": 17, - "value": "\"recipient_phone\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4365, - "length": 17, - "value": "\"recipient_fname\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4413, - "length": 17, - "value": "\"recipient_lname\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4464, - "length": 20, - "value": "\"recipient_patronym\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4516, - "length": 19, - "value": "\"merchant_order_id\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4562, - "length": 13, - "value": "\"receipt_url\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4607, - "length": 18, - "value": "\"processed_amount\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4659, - "length": 20, - "value": "\"processed_currency\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4703, - "length": 9, - "value": "\"comment\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "FloatLiteral", - "offset": 584, - "length": 4, - "value": "32.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "FloatLiteral", - "offset": 640, - "length": 12, - "value": "0.6180469716" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 698, - "length": 28, - "value": "\"com.cardscanner.controller\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 943, - "length": 11, - "value": "\"bolt.fill\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 1012, - "length": 17, - "value": "\"bolt.slash.fill\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 22, - "value": "\"^(\\d\\s*){12,18}\\d$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 277, - "length": 38, - "value": "\"^[4-6]\\d{3}\\s(\\d{4,}\\s){1,}\\d{3,}$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 368, - "length": 12, - "value": "\"(\\s{1,})\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 419, - "length": 25, - "value": "\"^.*?(\\d{2})\\\/(\\d{2})$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "Array", - "offset": 471, - "length": 126, - "value": "[\"visa\", \"mastercard\", \"amex\", \"debit\", \"credit\", \"from\", \"end\", \"valid\", \"exp\", \"until\", \"account\", \"number\", \"sort\", \"code\"]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 651, - "length": 37, - "value": "\"^(MISS|MRS|MS|MR|DR|PROF)\\.?\\s.*$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 727, - "length": 45, - "value": "\"^[A-Z']{1,24}\\.?\\s[A-Z][A-Z'\\s]{3,23}\\.?$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/Product.swift", - "kind": "StringLiteral", - "offset": 368, - "length": 9, - "value": "\"non-vat\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "BooleanLiteral", - "offset": 1924, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 3774, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 3972, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 4334, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "BooleanLiteral", - "offset": 7758, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 422, - "length": 3, - "value": "2.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 552, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 675, - "length": 5, - "value": "false" + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3862, + "length": 20, + "value": "\"recipient_cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 796, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3914, + "length": 19, + "value": "\"recipient_cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 920, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3958, + "length": 11, + "value": "\"dcc_rates\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1042, - "length": 3, - "value": "0.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3999, + "length": 16, + "value": "\"traffic_source\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1335, - "length": 3, - "value": "0.1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4039, + "length": 9, + "value": "\"gateway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1609, - "length": 3, - "value": "0.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4078, + "length": 17, + "value": "\"bank_short_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3501, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4125, + "length": 16, + "value": "\"payment_system\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3531, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4166, + "length": 11, + "value": "\"entity_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3563, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4214, + "length": 24, + "value": "\"external_terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3596, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4269, + "length": 17, + "value": "\"recipient_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 563, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4317, + "length": 17, + "value": "\"recipient_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 573, - "length": 12, - "value": "0.1176470588" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4365, + "length": 17, + "value": "\"recipient_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 593, - "length": 11, - "value": "0.831372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4413, + "length": 17, + "value": "\"recipient_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 613, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4464, + "length": 20, + "value": "\"recipient_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 687, - "length": 12, - "value": "0.5803921569" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4516, + "length": 19, + "value": "\"merchant_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 708, - "length": 12, - "value": "0.6274509804" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4562, + "length": 13, + "value": "\"receipt_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 728, - "length": 12, - "value": "0.9333333333" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4607, + "length": 18, + "value": "\"processed_amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 749, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4659, + "length": 20, + "value": "\"processed_currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 816, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4703, + "length": 9, + "value": "\"comment\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 826, - "length": 12, - "value": "0.1176470588" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", + "kind": "Array", + "offset": 2192, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 846, - "length": 11, - "value": "0.831372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", + "kind": "Array", + "offset": 2227, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/Logger\/RequestLogger.swift", "kind": "IntegerLiteral", - "offset": 866, + "offset": 2388, "length": 1, - "value": "1" + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 932, - "length": 12, - "value": "0.9568627451" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "kind": "BooleanLiteral", + "offset": 1002, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 953, - "length": 12, - "value": "0.9607843137" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "kind": "BooleanLiteral", + "offset": 10556, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 973, - "length": 1, + "offset": 3102, + "length": 12, "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 983, - "length": 1, - "value": "1" + "offset": 3121, + "length": 14, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1055, - "length": 1, - "value": "1" + "offset": 3142, + "length": 9, + "value": "3" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1065, - "length": 1, - "value": "1" + "offset": 3158, + "length": 11, + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1074, - "length": 1, - "value": "1" + "offset": 3176, + "length": 12, + "value": "5" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1084, - "length": 1, - "value": "1" + "offset": 3195, + "length": 14, + "value": "6" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1145, - "length": 12, - "value": "0.8078431373" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 15, + "value": "7" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1166, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3238, "length": 11, - "value": "0.831372549" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1185, - "length": 12, - "value": "0.8823529412" + "value": "8" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1206, - "length": 1, - "value": "1" + "offset": 3256, + "length": 10, + "value": "9" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1295, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1305, - "length": 12, - "value": "0.1176470588" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1325, - "length": 11, - "value": "0.831372549" + "offset": 3273, + "length": 18, + "value": "10" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1345, - "length": 1, - "value": "1" + "offset": 3298, + "length": 20, + "value": "11" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1416, - "length": 12, - "value": "0.3882352941" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3325, + "length": 17, + "value": "12" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1437, - "length": 12, - "value": "0.4431372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3349, + "length": 8, + "value": "13" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1457, - "length": 12, - "value": "0.5058823529" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3364, + "length": 8, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1478, - "length": 1, - "value": "1" + "offset": 3435, + "length": 8, + "value": "15" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1538, - "length": 12, - "value": "0.2705882353" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3450, + "length": 14, + "value": "16" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1559, - "length": 12, - "value": "0.3058823529" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3471, + "length": 16, + "value": "17" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1579, - "length": 12, - "value": "0.3568627451" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/Cells\/TokenCardElementCellModel\/TokenCardElementCellModel.swift", + "kind": "BooleanLiteral", + "offset": 306, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1600, + "offset": 4352, "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1660, - "length": 12, - "value": "0.1294117647" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1681, - "length": 12, - "value": "0.1647058824" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4360, + "length": 10, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1701, - "length": 12, - "value": "0.2117647059" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4377, + "length": 10, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1722, - "length": 1, - "value": "1" + "offset": 4394, + "length": 10, + "value": "3" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1783, - "length": 1, - "value": "1" + "offset": 4411, + "length": 7, + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1793, - "length": 12, - "value": "0.6509803922" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4425, + "length": 8, + "value": "5" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1813, - "length": 12, - "value": "0.6509803922" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4440, + "length": 14, + "value": "6" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1834, - "length": 1, - "value": "1" + "offset": 4461, + "length": 9, + "value": "7" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 1936, - "length": 35, - "value": "\"Оплата замовлення\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4477, + "length": 18, + "value": "8" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2016, - "length": 27, - "value": "\"Розмір внеску\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4502, + "length": 11, + "value": "9" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2094, - "length": 27, - "value": "\"Введіть сумму\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 11, + "value": "10" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2166, - "length": 29, - "value": "\"Оплата карткою\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4538, + "length": 16, + "value": "11" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2238, - "length": 18, - "value": "\"Оплатити\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4561, + "length": 11, + "value": "12" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2306, - "length": 27, - "value": "\"Додати картку\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4579, + "length": 14, + "value": "13" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2381, - "length": 34, - "value": "\"Картка з помилкою\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4600, + "length": 10, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2465, - "length": 44, - "value": "\"Введіть чи відскануйте\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4617, + "length": 3, + "value": "15" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2562, - "length": 6, - "value": "\"ММ\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4627, + "length": 12, + "value": "16" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2620, - "length": 6, - "value": "\"ГГ\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4646, + "length": 11, + "value": "17" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2673, - "length": 5, - "value": "\"CVV\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4664, + "length": 13, + "value": "18" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2725, - "length": 29, - "value": "\"Відміна оплати\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4684, + "length": 10, + "value": "19" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2807, - "length": 52, - "value": "\"Ви хочете скасувати оплату?\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4701, + "length": 9, + "value": "20" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2908, - "length": 20, - "value": "\"Скасувати\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4717, + "length": 18, + "value": "21" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2976, - "length": 22, - "value": "\"Продовжити\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 16, + "value": "22" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3047, - "length": 33, - "value": "\"Збережені картки\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4765, + "length": 21, + "value": "23" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3123, - "length": 23, - "value": "\"Інша картка\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4793, + "length": 10, + "value": "24" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3197, - "length": 46, - "value": "\"Обрати збережену картку\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 14, + "value": "25" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "Array", - "offset": 3504, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4831, + "length": 20, + "value": "26" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "Array", - "offset": 3664, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 17, + "value": "27" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "BooleanLiteral", - "offset": 6503, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4882, + "length": 15, + "value": "28" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/AnyAmountCell\/AnyAmountCell.swift", - "kind": "StringLiteral", - "offset": 817, - "length": 10, - "value": "\"# ###,##\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4904, + "length": 12, + "value": "29" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1902, - "length": 12, - "value": "1" + "offset": 4923, + "length": 14, + "value": "30" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1924, - "length": 12, - "value": "2" + "offset": 4944, + "length": 8, + "value": "31" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1946, - "length": 15, - "value": "3" + "offset": 4959, + "length": 19, + "value": "32" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1971, - "length": 15, - "value": "4" + "offset": 4985, + "length": 20, + "value": "33" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", "kind": "IntegerLiteral", - "offset": 1996, - "length": 10, - "value": "5" + "offset": 262, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", "kind": "IntegerLiteral", - "offset": 2016, - "length": 11, - "value": "6" + "offset": 304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/NavigationController.swift", + "kind": "BooleanLiteral", + "offset": 257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset.swift", + "kind": "Array", + "offset": 871, + "length": 2, + "value": "[]" }, { "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerRecognizer.swift", @@ -61039,233 +65528,142 @@ "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset.swift", - "kind": "Array", - "offset": 871, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 618, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "BooleanLiteral", - "offset": 1840, + "offset": 793, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3695, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 831, + "length": 4, + "value": "46.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3721, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 868, + "length": 4, + "value": "72.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3746, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 903, + "length": 4, + "value": "83.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "Array", - "offset": 3794, + "offset": 972, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4168, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "BooleanLiteral", - "offset": 4215, + "offset": 1456, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4625, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4935, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 5551, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 7024, - "length": 1, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 2835, + "length": 4, + "value": "10.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "IntegerLiteral", - "offset": 8439, + "offset": 2935, "length": 1, "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 8475, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 422, + "length": 3, + "value": "2.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 8975, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 9001, - "length": 1, - "value": "1" + "offset": 552, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 9358, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 888, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 919, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 949, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1000, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1038, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1077, - "length": 2, - "value": "[]" + "offset": 675, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1115, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 796, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1182, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 920, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2024, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1042, + "length": 3, + "value": "0.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2111, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1335, + "length": 3, + "value": "0.1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2183, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1609, + "length": 3, + "value": "0.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/Logger\/RequestLogger.swift", - "kind": "IntegerLiteral", - "offset": 2388, - "length": 1, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3501, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", - "kind": "Array", - "offset": 2192, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3531, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", - "kind": "Array", - "offset": 2227, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3563, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/Cells\/TokenCardElementCellModel\/TokenCardElementCellModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 306, + "offset": 3596, "length": 5, "value": "false" }, diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface index 9f677e6..a001ead 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface @@ -3,7 +3,6 @@ // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Differentiable { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { +} +public protocol DifferentiableSection : Differentiable { + var elements: [any ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +} +extension Swift.String : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Swift.Int : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: ProductUnitType? + public let taxes: [ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: ProductTaxeType + public let prc: Foundation.Decimal + public init(type: ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: ReusableViewLoadSource - final public let events: TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: ColorConfig + public var localizationConfig: LocalizationConfig + public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TableCellAdapter.Event) -> ())? - public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? - public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: CollectionSection) + required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [ElementPath] + public var elementInserted: [ElementPath] + public var elementUpdated: [ElementPath] + public var elementMoved: [(source: ElementPath, target: ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool } -public struct LookupPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: LookupMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: PaymentInfoResponse) - func paymentFailed(_ error: TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) +public protocol GetRequest : BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TableHeaderFooterAdapterProtocol)? + public var footerView: (any TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool + required public init(original: TableSection) + required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any PaymentType - public var keyConfig: KeyConfig - public var customerData: CustomerData - public var additionalData: AdditionalData? - public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter, CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any CaretPositioner & TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: FormattedTextValue { + get + } + public static func == (a: FormattedTextValue, b: FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue +} +public struct PaymentData { + public var type: any PaymentType + public var keyConfig: KeyConfig + public var customerData: CustomerData + public var additionalData: AdditionalData? + public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) } extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, C self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: ProductUnitType? - public let taxes: [ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: ProductTaxeType - public let prc: Foundation.Decimal - public init(type: ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TableHeaderFooterAdapterProtocol)? - public var footerView: (any TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool - required public init(original: TableSection) - required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: ColorConfig - public var localizationConfig: LocalizationConfig - public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any ElementRepresentable] { - get - } - public var headerView: (any CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: CollectionSection) - required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) } -extension TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: PaymentInfoResponse) + func paymentFailed(_ error: TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = Changeset +public struct FixedAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: LookupMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) +public protocol PostRequest : BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [ElementPath] - public var elementInserted: [ElementPath] - public var elementUpdated: [ElementPath] - public var elementMoved: [(source: ElementPath, target: ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TableCellAdapter.Event) -> ())? + public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? + public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -extension TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : ReusableViewProtocol { } -extension Differentiable { - public func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : ReusableViewProtocol { } -public protocol ElementRepresentable : Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : Differentiable { - var elements: [any ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + final public let events: TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +} +extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = Changeset +} +extension StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension PaymentStatus : Swift.Equatable {} -extension PaymentStatus : Swift.Hashable {} -extension PaymentStatus : Swift.RawRepresentable {} +extension TableSectionEvents : Swift.Equatable {} +extension TableSectionEvents : Swift.Hashable {} +extension TableSectionEvents : Swift.RawRepresentable {} +extension ErrorType : Swift.Equatable {} +extension ErrorType : Swift.Hashable {} +extension CollectionDirector : Swift.Sendable {} extension PaymentsConfig.Environment : Swift.Equatable {} extension PaymentsConfig.Environment : Swift.Hashable {} -extension TableDirector : Swift.Sendable {} +extension ProductPriceType : Swift.Equatable {} +extension ProductPriceType : Swift.Hashable {} +extension ProductPriceType : Swift.RawRepresentable {} +extension ProductUnitType : Swift.Equatable {} +extension ProductUnitType : Swift.Hashable {} +extension ProductUnitType : Swift.RawRepresentable {} +extension ProductTaxeType : Swift.Equatable {} +extension ProductTaxeType : Swift.Hashable {} +extension ProductTaxeType : Swift.RawRepresentable {} extension CollectionSectionEvents : Swift.Equatable {} extension CollectionSectionEvents : Swift.Hashable {} extension CollectionSectionEvents : Swift.RawRepresentable {} -extension CollectionDirector : Swift.Sendable {} -extension CollectionAdapterEventID : Swift.Equatable {} -extension CollectionAdapterEventID : Swift.Hashable {} -extension CollectionAdapterEventID : Swift.RawRepresentable {} -extension TableAdapterCellAction : Swift.Equatable {} -extension TableAdapterCellAction : Swift.Hashable {} -extension TableAdapterEventID : Swift.Equatable {} -extension TableAdapterEventID : Swift.Hashable {} -extension TableAdapterEventID : Swift.RawRepresentable {} +extension TextFieldInputController : Swift.Sendable {} +extension TextFieldStartInputController : Swift.Sendable {} +extension TextViewInputController : Swift.Sendable {} +extension PaymentStatus : Swift.Equatable {} +extension PaymentStatus : Swift.Hashable {} +extension PaymentStatus : Swift.RawRepresentable {} +extension TableDirector : Swift.Sendable {} extension PaymentMethodType : Swift.Equatable {} extension PaymentMethodType : Swift.Hashable {} extension PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension LookupMethodType : Swift.RawRepresentable {} extension Payment3dsBypassType : Swift.Equatable {} extension Payment3dsBypassType : Swift.Hashable {} extension Payment3dsBypassType : Swift.RawRepresentable {} -extension ProductPriceType : Swift.Equatable {} -extension ProductPriceType : Swift.Hashable {} -extension ProductPriceType : Swift.RawRepresentable {} -extension ProductUnitType : Swift.Equatable {} -extension ProductUnitType : Swift.Hashable {} -extension ProductUnitType : Swift.RawRepresentable {} -extension ProductTaxeType : Swift.Equatable {} -extension ProductTaxeType : Swift.Hashable {} -extension ProductTaxeType : Swift.RawRepresentable {} -extension TableSectionEvents : Swift.Equatable {} -extension TableSectionEvents : Swift.Hashable {} -extension TableSectionEvents : Swift.RawRepresentable {} -extension ErrorType : Swift.Equatable {} -extension ErrorType : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.Equatable {} +extension CollectionAdapterEventID : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.RawRepresentable {} +extension TableAdapterCellAction : Swift.Equatable {} +extension TableAdapterCellAction : Swift.Hashable {} +extension TableAdapterEventID : Swift.Equatable {} +extension TableAdapterEventID : Swift.Hashable {} +extension TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e index 6985150..2d48946 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface-e @@ -3,7 +3,6 @@ // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TranzzoPaymentSDK.TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: TranzzoPaymentSDK.PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension TranzzoPaymentSDK.FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: TranzzoPaymentSDK.ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension TranzzoPaymentSDK.CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension TranzzoPaymentSDK.Differentiable { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension TranzzoPaymentSDK.ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { +} +public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { + var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +} +extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: TranzzoPaymentSDK.CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: TranzzoPaymentSDK.ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: TranzzoPaymentSDK.ProductUnitType? + public let taxes: [TranzzoPaymentSDK.ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: TranzzoPaymentSDK.ProductTaxeType + public let prc: Foundation.Decimal + public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension TranzzoPaymentSDK.CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [TranzzoPaymentSDK.Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: TranzzoPaymentSDK.ColorConfig + public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig + public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TranzzoPaymentSDK.TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? - public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? - public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: TranzzoPaymentSDK.CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension TranzzoPaymentSDK.CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: TranzzoPaymentSDK.CollectionSection) + required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [TranzzoPaymentSDK.ElementPath] + public var elementInserted: [TranzzoPaymentSDK.ElementPath] + public var elementUpdated: [TranzzoPaymentSDK.ElementPath] + public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool } -public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: TranzzoPaymentSDK.LookupMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) - func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) +public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool + required public init(original: TranzzoPaymentSDK.TableSection) + required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any TranzzoPaymentSDK.PaymentType - public var keyConfig: TranzzoPaymentSDK.KeyConfig - public var customerData: TranzzoPaymentSDK.CustomerData - public var additionalData: TranzzoPaymentSDK.AdditionalData? - public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter, TranzzoPaymentSDK.CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: TranzzoPaymentSDK.FormattedTextValue { + get + } + public static func == (a: TranzzoPaymentSDK.FormattedTextValue, b: TranzzoPaymentSDK.FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue +} +public struct PaymentData { + public var type: any TranzzoPaymentSDK.PaymentType + public var keyConfig: TranzzoPaymentSDK.KeyConfig + public var customerData: TranzzoPaymentSDK.CustomerData + public var additionalData: TranzzoPaymentSDK.AdditionalData? + public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) } extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplac self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: TranzzoPaymentSDK.ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: TranzzoPaymentSDK.PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: TranzzoPaymentSDK.ProductUnitType? - public let taxes: [TranzzoPaymentSDK.ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: TranzzoPaymentSDK.ProductTaxeType - public let prc: Foundation.Decimal - public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool - required public init(original: TranzzoPaymentSDK.TableSection) - required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: TranzzoPaymentSDK.ColorConfig - public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig - public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - } - public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: TranzzoPaymentSDK.CollectionSection) - required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) } -extension TranzzoPaymentSDK.TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: TranzzoPaymentSDK.IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: TranzzoPaymentSDK.ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension TranzzoPaymentSDK.FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TranzzoPaymentSDK.TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TranzzoPaymentSDK.TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [TranzzoPaymentSDK.Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = TranzzoPaymentSDK.Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) + func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: TranzzoPaymentSDK.LookupMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) +public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: TranzzoPaymentSDK.IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension TranzzoPaymentSDK.CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [TranzzoPaymentSDK.ElementPath] - public var elementInserted: [TranzzoPaymentSDK.ElementPath] - public var elementUpdated: [TranzzoPaymentSDK.ElementPath] - public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TranzzoPaymentSDK.TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? + public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? + public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -extension TranzzoPaymentSDK.TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { } -extension TranzzoPaymentSDK.Differentiable { - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { } -public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension TranzzoPaymentSDK.ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { - var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = TranzzoPaymentSDK.Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Hashable {} -extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Equatable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Hashable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TextFieldInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextFieldStartInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextViewInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Hashable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension TranzzoPaymentSDK.LookupMethodType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Equatable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Hashable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc index 04a7b4a..476c8ff 100644 Binary files a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc and b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc differ diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface index 9f677e6..a001ead 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface @@ -3,7 +3,6 @@ // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Differentiable { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { +} +public protocol DifferentiableSection : Differentiable { + var elements: [any ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +} +extension Swift.String : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Swift.Int : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: ProductUnitType? + public let taxes: [ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: ProductTaxeType + public let prc: Foundation.Decimal + public init(type: ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: ReusableViewLoadSource - final public let events: TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: ColorConfig + public var localizationConfig: LocalizationConfig + public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TableCellAdapter.Event) -> ())? - public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? - public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: CollectionSection) + required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [ElementPath] + public var elementInserted: [ElementPath] + public var elementUpdated: [ElementPath] + public var elementMoved: [(source: ElementPath, target: ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool } -public struct LookupPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: LookupMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: PaymentInfoResponse) - func paymentFailed(_ error: TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) +public protocol GetRequest : BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TableHeaderFooterAdapterProtocol)? + public var footerView: (any TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool + required public init(original: TableSection) + required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any PaymentType - public var keyConfig: KeyConfig - public var customerData: CustomerData - public var additionalData: AdditionalData? - public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter, CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any CaretPositioner & TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: FormattedTextValue { + get + } + public static func == (a: FormattedTextValue, b: FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue +} +public struct PaymentData { + public var type: any PaymentType + public var keyConfig: KeyConfig + public var customerData: CustomerData + public var additionalData: AdditionalData? + public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) } extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, C self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: ProductUnitType? - public let taxes: [ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: ProductTaxeType - public let prc: Foundation.Decimal - public init(type: ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TableHeaderFooterAdapterProtocol)? - public var footerView: (any TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool - required public init(original: TableSection) - required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: ColorConfig - public var localizationConfig: LocalizationConfig - public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any ElementRepresentable] { - get - } - public var headerView: (any CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: CollectionSection) - required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) } -extension TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: PaymentInfoResponse) + func paymentFailed(_ error: TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = Changeset +public struct FixedAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: LookupMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) +public protocol PostRequest : BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [ElementPath] - public var elementInserted: [ElementPath] - public var elementUpdated: [ElementPath] - public var elementMoved: [(source: ElementPath, target: ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TableCellAdapter.Event) -> ())? + public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? + public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -extension TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : ReusableViewProtocol { } -extension Differentiable { - public func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : ReusableViewProtocol { } -public protocol ElementRepresentable : Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : Differentiable { - var elements: [any ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + final public let events: TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +} +extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = Changeset +} +extension StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension PaymentStatus : Swift.Equatable {} -extension PaymentStatus : Swift.Hashable {} -extension PaymentStatus : Swift.RawRepresentable {} +extension TableSectionEvents : Swift.Equatable {} +extension TableSectionEvents : Swift.Hashable {} +extension TableSectionEvents : Swift.RawRepresentable {} +extension ErrorType : Swift.Equatable {} +extension ErrorType : Swift.Hashable {} +extension CollectionDirector : Swift.Sendable {} extension PaymentsConfig.Environment : Swift.Equatable {} extension PaymentsConfig.Environment : Swift.Hashable {} -extension TableDirector : Swift.Sendable {} +extension ProductPriceType : Swift.Equatable {} +extension ProductPriceType : Swift.Hashable {} +extension ProductPriceType : Swift.RawRepresentable {} +extension ProductUnitType : Swift.Equatable {} +extension ProductUnitType : Swift.Hashable {} +extension ProductUnitType : Swift.RawRepresentable {} +extension ProductTaxeType : Swift.Equatable {} +extension ProductTaxeType : Swift.Hashable {} +extension ProductTaxeType : Swift.RawRepresentable {} extension CollectionSectionEvents : Swift.Equatable {} extension CollectionSectionEvents : Swift.Hashable {} extension CollectionSectionEvents : Swift.RawRepresentable {} -extension CollectionDirector : Swift.Sendable {} -extension CollectionAdapterEventID : Swift.Equatable {} -extension CollectionAdapterEventID : Swift.Hashable {} -extension CollectionAdapterEventID : Swift.RawRepresentable {} -extension TableAdapterCellAction : Swift.Equatable {} -extension TableAdapterCellAction : Swift.Hashable {} -extension TableAdapterEventID : Swift.Equatable {} -extension TableAdapterEventID : Swift.Hashable {} -extension TableAdapterEventID : Swift.RawRepresentable {} +extension TextFieldInputController : Swift.Sendable {} +extension TextFieldStartInputController : Swift.Sendable {} +extension TextViewInputController : Swift.Sendable {} +extension PaymentStatus : Swift.Equatable {} +extension PaymentStatus : Swift.Hashable {} +extension PaymentStatus : Swift.RawRepresentable {} +extension TableDirector : Swift.Sendable {} extension PaymentMethodType : Swift.Equatable {} extension PaymentMethodType : Swift.Hashable {} extension PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension LookupMethodType : Swift.RawRepresentable {} extension Payment3dsBypassType : Swift.Equatable {} extension Payment3dsBypassType : Swift.Hashable {} extension Payment3dsBypassType : Swift.RawRepresentable {} -extension ProductPriceType : Swift.Equatable {} -extension ProductPriceType : Swift.Hashable {} -extension ProductPriceType : Swift.RawRepresentable {} -extension ProductUnitType : Swift.Equatable {} -extension ProductUnitType : Swift.Hashable {} -extension ProductUnitType : Swift.RawRepresentable {} -extension ProductTaxeType : Swift.Equatable {} -extension ProductTaxeType : Swift.Hashable {} -extension ProductTaxeType : Swift.RawRepresentable {} -extension TableSectionEvents : Swift.Equatable {} -extension TableSectionEvents : Swift.Hashable {} -extension TableSectionEvents : Swift.RawRepresentable {} -extension ErrorType : Swift.Equatable {} -extension ErrorType : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.Equatable {} +extension CollectionAdapterEventID : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.RawRepresentable {} +extension TableAdapterCellAction : Swift.Equatable {} +extension TableAdapterCellAction : Swift.Hashable {} +extension TableAdapterEventID : Swift.Equatable {} +extension TableAdapterEventID : Swift.Hashable {} +extension TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e index 6985150..2d48946 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface-e @@ -3,7 +3,6 @@ // swift-module-flags: -target arm64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TranzzoPaymentSDK.TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: TranzzoPaymentSDK.PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension TranzzoPaymentSDK.FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: TranzzoPaymentSDK.ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension TranzzoPaymentSDK.CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension TranzzoPaymentSDK.Differentiable { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension TranzzoPaymentSDK.ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { +} +public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { + var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +} +extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: TranzzoPaymentSDK.CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: TranzzoPaymentSDK.ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: TranzzoPaymentSDK.ProductUnitType? + public let taxes: [TranzzoPaymentSDK.ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: TranzzoPaymentSDK.ProductTaxeType + public let prc: Foundation.Decimal + public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension TranzzoPaymentSDK.CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [TranzzoPaymentSDK.Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: TranzzoPaymentSDK.ColorConfig + public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig + public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TranzzoPaymentSDK.TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? - public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? - public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: TranzzoPaymentSDK.CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension TranzzoPaymentSDK.CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: TranzzoPaymentSDK.CollectionSection) + required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [TranzzoPaymentSDK.ElementPath] + public var elementInserted: [TranzzoPaymentSDK.ElementPath] + public var elementUpdated: [TranzzoPaymentSDK.ElementPath] + public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool } -public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: TranzzoPaymentSDK.LookupMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) - func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) +public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool + required public init(original: TranzzoPaymentSDK.TableSection) + required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any TranzzoPaymentSDK.PaymentType - public var keyConfig: TranzzoPaymentSDK.KeyConfig - public var customerData: TranzzoPaymentSDK.CustomerData - public var additionalData: TranzzoPaymentSDK.AdditionalData? - public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter, TranzzoPaymentSDK.CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: TranzzoPaymentSDK.FormattedTextValue { + get + } + public static func == (a: TranzzoPaymentSDK.FormattedTextValue, b: TranzzoPaymentSDK.FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue +} +public struct PaymentData { + public var type: any TranzzoPaymentSDK.PaymentType + public var keyConfig: TranzzoPaymentSDK.KeyConfig + public var customerData: TranzzoPaymentSDK.CustomerData + public var additionalData: TranzzoPaymentSDK.AdditionalData? + public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) } extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplac self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: TranzzoPaymentSDK.ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: TranzzoPaymentSDK.PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: TranzzoPaymentSDK.ProductUnitType? - public let taxes: [TranzzoPaymentSDK.ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: TranzzoPaymentSDK.ProductTaxeType - public let prc: Foundation.Decimal - public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool - required public init(original: TranzzoPaymentSDK.TableSection) - required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: TranzzoPaymentSDK.ColorConfig - public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig - public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - } - public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: TranzzoPaymentSDK.CollectionSection) - required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) } -extension TranzzoPaymentSDK.TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: TranzzoPaymentSDK.IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: TranzzoPaymentSDK.ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension TranzzoPaymentSDK.FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TranzzoPaymentSDK.TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TranzzoPaymentSDK.TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [TranzzoPaymentSDK.Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = TranzzoPaymentSDK.Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) + func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: TranzzoPaymentSDK.LookupMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) +public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: TranzzoPaymentSDK.IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension TranzzoPaymentSDK.CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [TranzzoPaymentSDK.ElementPath] - public var elementInserted: [TranzzoPaymentSDK.ElementPath] - public var elementUpdated: [TranzzoPaymentSDK.ElementPath] - public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TranzzoPaymentSDK.TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? + public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? + public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -extension TranzzoPaymentSDK.TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { } -extension TranzzoPaymentSDK.Differentiable { - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { } -public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension TranzzoPaymentSDK.ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { - var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = TranzzoPaymentSDK.Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Hashable {} -extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Equatable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Hashable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TextFieldInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextFieldStartInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextViewInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Hashable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension TranzzoPaymentSDK.LookupMethodType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Equatable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Hashable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json index 92f0822..aa3fed0 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -14,47 +14,37 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "PaymentStatus", - "printedName": "PaymentStatus", + "name": "TableSectionEvents", + "printedName": "TableSectionEvents", "children": [ { "kind": "Var", - "name": "pending", - "printedName": "pending", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -62,36 +52,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "failure", - "printedName": "failure", + "name": "headerHeight", + "printedName": "headerHeight", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -99,36 +89,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "success", - "printedName": "success", + "name": "footerHeight", + "printedName": "footerHeight", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ] } @@ -136,8 +126,156 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B6StatusO7successyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7successyA2CmF", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "estHeaderHeight", + "printedName": "estHeaderHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "estFooterHeight", + "printedName": "estFooterHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { @@ -148,31 +286,29 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentStatus?", + "printedName": "TranzzoPaymentSDK.TableSectionEvents?", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], + "implicit": true, "init_kind": "Designated" }, { @@ -182,14 +318,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessors": [ @@ -200,14 +336,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -216,13 +352,13 @@ } ], "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK0B6StatusO", - "mangledName": "$s17TranzzoPaymentSDK0B6StatusO", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO", + "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], - "enumRawTypeName": "String", + "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -264,67 +400,55 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], "usr": "s:SY", "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "PaymentInfoResponse", - "printedName": "PaymentInfoResponse", + "name": "FlowCollectionDirector", + "printedName": "FlowCollectionDirector", "children": [ { "kind": "Var", - "name": "paymentID", - "printedName": "paymentID", + "name": "itemSize", + "printedName": "itemSize", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -333,118 +457,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "orderID", - "printedName": "orderID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "gatewayOrderID", - "printedName": "gatewayOrderID", + "name": "sectionsInsets", + "printedName": "sectionsInsets", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -453,118 +541,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "billingOrderID", - "printedName": "billingOrderID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "transactionID", - "printedName": "transactionID", + "name": "minimumInteritemSpacing", + "printedName": "minimumInteritemSpacing", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -573,118 +625,82 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "posID", - "printedName": "posID", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "mode", - "printedName": "mode", + "name": "minimumLineSpacing", + "printedName": "minimumLineSpacing", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -693,118 +709,84 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "method", - "printedName": "method", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "stickyHeaders", + "printedName": "stickyHeaders", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "9.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -813,118 +795,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "currency", - "printedName": "currency", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "intro_iOS": "9.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "stickyFooters", + "printedName": "stickyFooters", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "9.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -933,50 +885,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "intro_iOS": "9.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "status", - "printedName": "status", + "name": "sectionInsetReference", + "printedName": "sectionInsetReference", "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "Available", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -985,110 +975,94 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentStatus", - "printedName": "TranzzoPaymentSDK.PaymentStatus", - "usr": "s:17TranzzoPaymentSDK0B6StatusO" + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "statusCode", - "printedName": "statusCode", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "SectionInsetReference", + "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", + "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "intro_iOS": "11.0", + "declAttributes": [ + "Available" + ], + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "statusDescription", - "printedName": "statusDescription", + "name": "layout", + "printedName": "layout", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -1098,477 +1072,673 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userActionRequired", - "printedName": "userActionRequired", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Bool?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Bool?", + "printedName": "UIKit.UICollectionViewFlowLayout?", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UICollectionViewFlowLayout", + "printedName": "UIKit.UICollectionViewFlowLayout", + "usr": "c:objc(cs)UICollectionViewFlowLayout" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "userActionURL", - "printedName": "userActionURL", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "eci", - "printedName": "eci", + "kind": "Constructor", + "name": "init", + "printedName": "init(collection:flowLayout:)", "children": [ + { + "kind": "TypeNominal", + "name": "FlowCollectionDirector", + "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionViewLayout?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" } ], + "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "init_kind": "Designated" }, { - "kind": "Var", - "name": "mcc", - "printedName": "mcc", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "FlowCollectionDirector", + "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "Override" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "init_kind": "Designated" }, { - "kind": "Var", - "name": "options3Ds", - "printedName": "options3Ds", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:sizeForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:sizeForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout13sizeForItemAtSo6CGSizeVSo012UICollectionH0C_So0oH6LayoutC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:sizeForItemAtIndexPath:", "declAttributes": [ - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "ccMask", - "printedName": "ccMask", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:insetForSectionAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", - "moduleName": "TranzzoPaymentSDK", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:insetForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout17insetForSectionAtSo12UIEdgeInsetsVSo012UICollectionH0C_So0pH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:insetForSectionAtIndex:", "declAttributes": [ - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:minimumInteritemSpacingForSectionAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout35minimumInteritemSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:minimumLineSpacingForSectionAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumLineSpacingForSectionAtIndex:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout30minimumLineSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:minimumLineSpacingForSectionAtIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:referenceSizeForHeaderInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForHeaderInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:referenceSizeForHeaderInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:layout:referenceSizeForFooterInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForFooterInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:layout:referenceSizeForFooterInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector", + "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", + "superclassNames": [ + "TranzzoPaymentSDK.CollectionDirector", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ErrorType", + "printedName": "ErrorType", + "children": [ + { + "kind": "Var", + "name": "clientError", + "printedName": "clientError", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "ccToken", - "printedName": "ccToken", + "name": "serverError", + "printedName": "serverError", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + } + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "frameworkError", + "printedName": "frameworkError", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ErrorType.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + }, + { + "kind": "TypeNominal", + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "ccTokenExpiration", - "printedName": "ccTokenExpiration", + "name": "hashValue", + "printedName": "hashValue", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -1577,22 +1747,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1600,28 +1762,89 @@ ] }, { - "kind": "Var", - "name": "customerID", - "printedName": "customerID", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO", + "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TranzzoError", + "printedName": "TranzzoError", + "children": [ + { + "kind": "Var", + "name": "message", + "printedName": "message", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1637,22 +1860,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1661,27 +1876,27 @@ }, { "kind": "Var", - "name": "customerIP", - "printedName": "customerIP", + "name": "httpCode", + "printedName": "httpCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1698,21 +1913,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -1721,27 +1936,19 @@ }, { "kind": "Var", - "name": "customerFname", - "printedName": "customerFname", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -1757,57 +1964,88 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ErrorType", + "printedName": "TranzzoPaymentSDK.ErrorType", + "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV", + "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionCellAdapter", + "printedName": "CollectionCellAdapter", + "children": [ { "kind": "Var", - "name": "customerLname", - "printedName": "customerLname", + "name": "modelType", + "printedName": "modelType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -1817,117 +2055,108 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerEmail", - "printedName": "customerEmail", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "customerPhone", - "printedName": "customerPhone", + "name": "modelViewType", + "printedName": "modelViewType", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -1937,117 +2166,101 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerCountry", - "printedName": "customerCountry", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "resultURL", - "printedName": "resultURL", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2057,38 +2270,30 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "createdAt", - "printedName": "createdAt", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "String", @@ -2096,78 +2301,58 @@ "usr": "s:SS" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "processingTime", - "printedName": "processingTime", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2177,117 +2362,90 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payload", - "printedName": "payload", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "bankShortName", - "printedName": "bankShortName", + "name": "events", + "printedName": "events", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -2297,3142 +2455,2808 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerUserAgent", - "printedName": "customerUserAgent", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "customerCity", - "printedName": "customerCity", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "CollectionCellAdapter", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" } ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CollectionCellAdapter", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "rrn", - "printedName": "rrn", + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inCollection:at:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "authCode", - "printedName": "authCode", + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dcc", - "printedName": "dcc", - "children": [ + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "otpURL", - "printedName": "otpURL", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "makePaymentDescription", - "printedName": "makePaymentDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "declAttributes": [ - "HasStorage", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Event", + "printedName": "Event", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "indexPath", + "printedName": "indexPath", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerBirthday", - "printedName": "customerBirthday", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "element", + "printedName": "element", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payway", - "printedName": "payway", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "collection", + "printedName": "collection", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UICollectionView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "customerPatronym", - "printedName": "customerPatronym", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "collectionSize", + "printedName": "collectionSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "terminalName", - "printedName": "terminalName", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "AccessControl", + "RawDocComment" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientCcToken", - "printedName": "recipientCcToken", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "cell", + "printedName": "cell", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "τ_0_1?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "GenericTypeParam", + "printedName": "τ_0_1" } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientCcMask", - "printedName": "recipientCcMask", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "dccRates", - "printedName": "dccRates", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "trafficSource", - "printedName": "trafficSource", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", - "children": [ - { - "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, { - "kind": "Var", - "name": "gateway", - "printedName": "gateway", + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "paymentSystem", - "printedName": "paymentSystem", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "entityId", - "printedName": "entityId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "externalTerminalName", - "printedName": "externalTerminalName", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientEmail", - "printedName": "recipientEmail", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldSelect", + "printedName": "shouldSelect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientPhone", - "printedName": "recipientPhone", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientFname", - "printedName": "recipientFname", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientLname", - "printedName": "recipientLname", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldDeselect", + "printedName": "shouldDeselect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "recipientPatronym", - "printedName": "recipientPatronym", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "merchantOrderId", - "printedName": "merchantOrderId", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "receiptUrl", - "printedName": "receiptUrl", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didSelect", + "printedName": "didSelect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedAmount", - "printedName": "processedAmount", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", - "children": [ - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedCurrency", - "printedName": "processedCurrency", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "comment", - "printedName": "comment", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "registryRefNo", - "printedName": "registryRefNo", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "processedAt", - "printedName": "processedAt", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TrafficSource", - "printedName": "TrafficSource", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "TrafficSource", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" + ] }, { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentInfoResponse", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV", - "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSectionHeaderFooterProtocol", - "printedName": "TableSectionHeaderFooterProtocol", - "children": [ - { - "kind": "Var", - "name": "section", - "printedName": "section", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:table:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TokenCardModel", - "printedName": "TokenCardModel", - "children": [ - { - "kind": "Var", - "name": "mask", - "printedName": "mask", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "token", - "printedName": "token", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "shouldShowEditMenu", + "printedName": "shouldShowEditMenu", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isDefault", - "printedName": "isDefault", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "canPerformEditAction", + "printedName": "canPerformEditAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(mask:token:isDefault:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV", - "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionCellAdapterProtocol", - "printedName": "CollectionCellAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "performEditAction", + "printedName": "performEditAction", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inCollection:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "PaymentsConfig", - "printedName": "PaymentsConfig", - "children": [ - { - "kind": "TypeDecl", - "name": "Environment", - "printedName": "Environment", - "children": [ - { - "kind": "Var", - "name": "sandbox", - "printedName": "sandbox", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "production", - "printedName": "production", + "name": "canFocus", + "printedName": "canFocus", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", "children": [ { "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" } ] } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -5441,571 +5265,970 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "Var", - "name": "environment", - "printedName": "environment", - "children": [ - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" }, { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "currency", - "printedName": "currency", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "applePay", - "printedName": "applePay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "itemSize", + "printedName": "itemSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", "children": [ { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] } ], "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "enableLogging", - "printedName": "enableLogging", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(environment:currency:applePay:enableLogging:)", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentsConfig", - "printedName": "TranzzoPaymentSDK.PaymentsConfig", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" - }, - { - "kind": "TypeNominal", - "name": "Environment", - "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ApplePayConfig?", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV", - "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ApplePayConfig", - "printedName": "ApplePayConfig", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(merchantId:countryCode:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ApplePayConfig", - "printedName": "TranzzoPaymentSDK.ApplePayConfig", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", - "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] } ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC", + "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "CollectionCellAdapterProtocol", + "printedName": "CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "BaseResponse", + "printedName": "BaseResponse", "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV", - "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV", + "usr": "s:17TranzzoPaymentSDK12BaseResponseV", + "mangledName": "$s17TranzzoPaymentSDK12BaseResponseV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -6027,6 +6250,36 @@ } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -6037,91 +6290,281 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "PassKit", + "printedName": "PassKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "TableDirector", - "printedName": "TableDirector", + "name": "PaymentsConfig", + "printedName": "PaymentsConfig", "children": [ { - "kind": "Var", - "name": "table", - "printedName": "table", + "kind": "TypeDecl", + "name": "Environment", + "printedName": "Environment", "children": [ { - "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "UIKit.UITableView?" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", - "HasStorage", - "ReferenceOwnership", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "ownership": 1, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "sandbox", + "printedName": "sandbox", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", "children": [ { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO7sandboxyA2EmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "production", + "printedName": "production", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentsConfig.Environment.Type) -> TranzzoPaymentSDK.PaymentsConfig.Environment", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO10productionyA2EmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + }, + { + "kind": "TypeNominal", + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO2eeoiySbAE_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO9hashValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO4hash4intoys6HasherVz_tF", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" } ] }, { "kind": "Var", - "name": "scrollViewEvents", - "printedName": "scrollViewEvents", + "name": "environment", + "printedName": "environment", "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6132,14 +6575,14 @@ "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -6156,14 +6599,14 @@ }, { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -6180,8 +6623,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environmentAC11EnvironmentOvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -6190,36 +6633,23 @@ }, { "kind": "Var", - "name": "sections", - "printedName": "sections", + "name": "currency", + "printedName": "currency", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6230,58 +6660,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8currencySSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "firstSection", - "printedName": "firstSection", + "name": "applePay", + "printedName": "applePay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasInitialValue", + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -6291,108 +6755,96 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "lastSection", - "printedName": "lastSection", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvs", "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV8applePayAA05ApplegE0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", + "name": "enableLogging", + "printedName": "enableLogging", "children": [ { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -6403,14 +6855,14 @@ "children": [ { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -6427,14 +6879,14 @@ }, { "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -6451,8 +6903,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV13enableLoggingSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -6462,159 +6914,99 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(table:)", + "printedName": "init(environment:currency:applePay:enableLogging:)", "children": [ { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "PaymentsConfig", + "printedName": "TranzzoPaymentSDK.PaymentsConfig", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "isPrefetchingEnabled", - "printedName": "isPrefetchingEnabled", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "name": "Environment", + "printedName": "TranzzoPaymentSDK.PaymentsConfig.Environment", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11EnvironmentO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ApplePayConfig?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "registerCellAdapters", - "printedName": "registerCellAdapters(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "hasDefaultArg": true, + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.TableCellAdapterProtocol]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" - } - ], - "usr": "s:Sa" + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV11environment8currency8applePay13enableLoggingA2C11EnvironmentO_SSAA05AppleiE0VSgSbtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV", + "mangledName": "$s17TranzzoPaymentSDK14PaymentsConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerCellAdapter", - "printedName": "registerCellAdapter(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ApplePayConfig", + "printedName": "ApplePayConfig", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(merchantId:countryCode:)", "children": [ + { + "kind": "TypeNominal", + "name": "ApplePayConfig", + "printedName": "TranzzoPaymentSDK.ApplePayConfig", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV" + }, { "kind": "TypeNominal", "name": "String", @@ -6623,321 +7015,455 @@ }, { "kind": "TypeNominal", - "name": "TableCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", + "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV10merchantId11countryCodeACSS_SStcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14ApplePayConfigV", + "mangledName": "$s17TranzzoPaymentSDK14ApplePayConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerHeaderFooterAdapters", - "printedName": "registerHeaderFooterAdapters(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Differentiable", + "printedName": "Differentiable", + "children": [ + { + "kind": "Var", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { "kind": "Function", - "name": "registerHeaderFooterAdapter", - "printedName": "registerHeaderFooterAdapter(_:)", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "adapterForHeaderFooterView", - "printedName": "adapterForHeaderFooterView(_:)", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "usr": "s:17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "isFromExtension": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "set", - "printedName": "set(sections:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ElementRepresentable", + "printedName": "ElementRepresentable", + "children": [ + { + "kind": "Var", + "name": "modelClassIdentifier", + "printedName": "modelClassIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "add", - "printedName": "add(section:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(sections:at:)", + "kind": "Var", + "name": "modelClassIdentifier", + "printedName": "modelClassIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "children": [ + { + "kind": "Var", + "name": "elements", + "printedName": "elements", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "sectionAt", - "printedName": "sectionAt(_:)", - "children": [ + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection, τ_1_0 : Swift.Collection, τ_1_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "init_kind": "Designated" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "section", - "printedName": "section(_:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "KeyConfig", + "printedName": "KeyConfig", + "children": [ + { + "kind": "Var", + "name": "sessionToken", + "printedName": "sessionToken", "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sq" - }, { "kind": "TypeNominal", "name": "String", @@ -6945,863 +7471,648 @@ "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "elementAt", - "printedName": "elementAt(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(indexPath:)", + "kind": "Var", + "name": "apiKey", + "printedName": "apiKey", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(section:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(sectionsAt:)", + "kind": "Var", + "name": "posId", + "printedName": "posId", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TableSection]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(sessionToken:apiKey:posId:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV", + "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "add", - "printedName": "add(elements:inSection:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "WebKit", + "printedName": "WebKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Vision", + "printedName": "Vision", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "AVFoundation", + "printedName": "AVFoundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "TableHeaderFooterAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "reload", - "printedName": "reload(afterUpdate:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation", - "children": [ - { - "kind": "TypeNominal", - "name": "RowAnimation", - "printedName": "UIKit.UITableView.RowAnimation", - "usr": "c:@E@UITableViewRowAnimation" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, + "protocolReq": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ProtocolComposition", + "printedName": "Any" } ] } ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector(im)init", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorCACycfc", - "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" + ] }, { "kind": "Function", - "name": "numberOfSections", - "printedName": "numberOfSections(in:)", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)numberOfSectionsInTableView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16numberOfSections2inSiSo11UITableViewC_tF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "numberOfSectionsInTableView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:numberOfRowsInSection:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "UIKit.UITableViewHeaderFooterView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewHeaderFooterView", + "printedName": "UIKit.UITableViewHeaderFooterView", + "usr": "c:objc(cs)UITableViewHeaderFooterView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:numberOfRowsInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21numberOfRowsInSectionSiSo07UITableG0C_SitF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:numberOfRowsInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:cellForRowAt:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", "children": [ { "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cellForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12cellForRowAtSo07UITableG4CellCSo0lG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:cellForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplay:forRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayCell:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_11willDisplay8forRowAtySo07UITableG0C_So0mG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "DiscardableResult" ], - "isFromExtension": true, + "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForRowAt:)", + "kind": "Var", + "name": "modelCellIdentifier", + "printedName": "modelCellIdentifier", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14heightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, + "accessors": [ { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23estimatedHeightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplayingHeaderView:forSection:)", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableHeaderFooterAdapter", + "printedName": "TableHeaderFooterAdapter", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingHeaderView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingHeaderView:forSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", + "HasInitialValue", + "HasStorage", "AccessControl", "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplayingFooterView:forSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingFooterView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingFooterView:forSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplayHeaderView:forSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayHeaderView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayHeaderView:forSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDisplayFooterView:forSection:)", + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayFooterView:forSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDisplayFooterView:forSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", @@ -7810,46 +8121,25 @@ "usr": "s:SS" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForHeaderInSectionSSSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForFooterInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "String", @@ -7857,430 +8147,378 @@ "usr": "s:SS" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", + "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForFooterInSectionSSSgSo07UITableG0C_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForFooterInSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:viewForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForHeaderInSectionSo6UIViewCSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:viewForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:viewForFooterInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForFooterInSectionSo6UIViewCSgSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:viewForFooterInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForHeaderInSection:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:heightForFooterInSection:)", + "kind": "Var", + "name": "events", + "printedName": "events", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:heightForFooterInSection:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForHeaderInSection:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:estimatedHeightForFooterInSection:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:estimatedHeightForFooterInSection:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canEditRowAt:)", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canEditRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canEditRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canEditRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:commit:forRowAt:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" + "name": "Optional", + "printedName": "UIKit.UITableViewHeaderFooterView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewHeaderFooterView", + "printedName": "UIKit.UITableViewHeaderFooterView", + "usr": "c:objc(cs)UITableViewHeaderFooterView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:commitEditingStyle:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_6commit8forRowAtySo07UITableG0C_So0lG16CellEditingStyleV10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:commitEditingStyle:forRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:editActionsForRowAt:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editActionsForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19editActionsForRowAtSaySo07UITablegK6ActionCGSgSo0mG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:editActionsForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canMoveRowAt:)", - "children": [ { "kind": "TypeNominal", "name": "Bool", @@ -8289,2004 +8527,1931 @@ }, { "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canMoveRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canMoveRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canMoveRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", - "RawDocComment" + "DiscardableResult" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:moveRowAt:to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:moveRowAtIndexPath:toIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_9moveRowAt2toySo07UITableG0C_10Foundation9IndexPathVAKtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:moveRowAtIndexPath:toIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:indentationLevelForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:indentationLevelForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24indentationLevelForRowAtSiSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:indentationLevelForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:prefetchRowsAt:)", + "kind": "TypeDecl", + "name": "HeaderFooterEvent", + "printedName": "HeaderFooterEvent", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", + "kind": "Var", + "name": "isHeader", + "printedName": "isHeader", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:prefetchRowsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14prefetchRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:prefetchRowsAtIndexPaths:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:cancelPrefetchingForRowsAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", + "kind": "Var", + "name": "view", + "printedName": "view", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cancelPrefetchingForRowsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_26cancelPrefetchingForRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:cancelPrefetchingForRowsAtIndexPaths:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldSpringLoadRowAt:with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UISpringLoadedInteractionContext", - "printedName": "any UIKit.UISpringLoadedInteractionContext", - "usr": "c:objc(pl)UISpringLoadedInteractionContext" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldSpringLoadRowAtIndexPath:withContext:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21shouldSpringLoadRowAt4withSbSo07UITableG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "tableView:shouldSpringLoadRowAtIndexPath:withContext:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:accessoryButtonTappedForRowWith:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:accessoryButtonTappedForRowWithIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31accessoryButtonTappedForRowWithySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:accessoryButtonTappedForRowWithIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willSelectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "SetterAccess", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willSelectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_15willSelectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willSelectRowAtIndexPath:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" + "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didSelectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "conformances": [ { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didSelectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14didSelectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didSelectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willDeselectRowAt:)", + "kind": "TypeDecl", + "name": "HeaderFooterEventsSubscriber", + "printedName": "HeaderFooterEventsSubscriber", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDeselectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17willDeselectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willDeselectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didDeselectRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didDeselectRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didDeselectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didDeselectRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:willBeginEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willBeginEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21willBeginEditingRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:willBeginEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "height", + "printedName": "height", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_18didEndEditingRowAtySo07UITableG0C_10Foundation9IndexPathVSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:editingStyleForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editingStyleForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20editingStyleForRowAtSo07UITableg11CellEditingI0VSo0mG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:editingStyleForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:titleForDeleteConfirmationButtonForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "estimatedHeight", + "printedName": "estimatedHeight", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_032titleForDeleteConfirmationButtonI5RowAtSSSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldIndentWhileEditingRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldIndentWhileEditingRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_29shouldIndentWhileEditingRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldIndentWhileEditingRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:)", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31targetIndexPathForMoveFromRowAt010toProposediJ010Foundation0iJ0VSo07UITableG0C_A2ItF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didEndDisplaying:forRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingCell:forRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didEndDisplaying8forRowAtySo07UITableG0C_So0nG4CellC10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didEndDisplayingCell:forRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldShowMenuForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldShowMenuForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22shouldShowMenuForRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldShowMenuForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canPerformAction:forRowAt:withSender:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canPerformAction:forRowAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16canPerformAction8forRowAt10withSenderSbSo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canPerformAction:forRowAtIndexPath:withSender:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:performAction:forRowAt:withSender:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:performAction:forRowAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13performAction8forRowAt10withSenderySo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:performAction:forRowAtIndexPath:withSender:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:shouldHighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldHighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20shouldHighlightRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:shouldHighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didHighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didHighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17didHighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didHighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:didUnhighlightRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didUnhighlightRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19didUnhighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:didUnhighlightRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:canFocusRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canFocusRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13canFocusRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:canFocusRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:leadingSwipeActionsConfigurationForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_40leadingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11", - "objc_name": "tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:trailingSwipeActionsConfigurationForRowAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", + "kind": "Var", + "name": "didDisplay", + "printedName": "didDisplay", "children": [ { "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_41trailingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "Available" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "sectionIndexTitles", - "printedName": "sectionIndexTitles(for:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String]?", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.String]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)sectionIndexTitlesForTableView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC18sectionIndexTitles3forSaySSGSgSo11UITableViewC_tF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "sectionIndexTitlesForTableView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "tableView", - "printedName": "tableView(_:sectionForSectionIndexTitle:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:sectionForSectionIndexTitle:atIndex:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_27sectionForSectionIndexTitle2atSiSo07UITableG0C_SSSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "tableView:sectionForSectionIndexTitle:atIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewDidScroll", - "printedName": "scrollViewDidScroll(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "HeaderFooterEvent", + "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScroll:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScroll:", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl", "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewWillBeginDragging", - "printedName": "scrollViewWillBeginDragging(_:)", - "children": [ + "conformances": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDragging:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDragging:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "scrollViewWillEndDragging", - "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ProductPriceType", + "printedName": "ProductPriceType", + "children": [ + { + "kind": "Var", + "name": "vat", + "printedName": "vat", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", "children": [ { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ] } - ], - "usr": "s:Sp" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndDragging", - "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "kind": "Var", + "name": "net", + "printedName": "net", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDragging:willDecelerate:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDragging:willDecelerate:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewShouldScrollToTop", - "printedName": "scrollViewShouldScrollToTop(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewShouldScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewShouldScrollToTop:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "implicit": true, + "init_kind": "Designated" }, { - "kind": "Function", - "name": "scrollViewDidScrollToTop", - "printedName": "scrollViewDidScrollToTop(_:)", + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScrollToTop:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "scrollViewWillBeginDecelerating", - "printedName": "scrollViewWillBeginDecelerating(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "implicit": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDecelerating:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO", + "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "scrollViewDidEndDecelerating", - "printedName": "scrollViewDidEndDecelerating(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDecelerating:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "usr": "s:SY", + "mangledName": "$sSY" }, { - "kind": "Function", - "name": "viewForZooming", - "printedName": "viewForZooming(in:)", + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductUnitType", + "printedName": "ProductUnitType", + "children": [ + { + "kind": "Var", + "name": "kg", + "printedName": "kg", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)viewForZoomingInScrollView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "viewForZoomingInScrollView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewWillBeginZooming", - "printedName": "scrollViewWillBeginZooming(_:with:)", + "kind": "Var", + "name": "m", + "printedName": "m", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginZooming:withView:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginZooming:withView:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndZooming", - "printedName": "scrollViewDidEndZooming(_:with:atScale:)", + "kind": "Var", + "name": "pc", + "printedName": "pc", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndZooming:withView:atScale:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndZooming:withView:atScale:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidZoom", - "printedName": "scrollViewDidZoom(_:)", + "kind": "Var", + "name": "l", + "printedName": "l", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidZoom:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidZoom:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "scrollViewDidEndScrollingAnimation", - "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndScrollingAnimation:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndScrollingAnimation:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "implicit": true, + "init_kind": "Designated" }, { - "kind": "Function", - "name": "scrollViewDidChangeAdjustedContentInset", - "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidChangeAdjustedContentInset:", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidChangeAdjustedContentInset:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "AccessControl" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "TypeDecl", - "name": "TableEventsHandler", - "printedName": "TableEventsHandler", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "RowHeight", - "printedName": "RowHeight", - "children": [ + "implicit": true, + "accessors": [ { - "kind": "Var", - "name": "default", - "printedName": "default", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", - "moduleName": "TranzzoPaymentSDK" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO", + "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ { - "kind": "Var", - "name": "auto", - "printedName": "auto", + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductTaxeType", + "printedName": "ProductTaxeType", + "children": [ + { + "kind": "Var", + "name": "vat", + "printedName": "vat", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(estimated: CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ] } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE14CoreFoundation7CGFloatV_tcAEmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE12CoreGraphics7CGFloatV_tcAEmF", - "moduleName": "TranzzoPaymentSDK" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "nonVat", + "printedName": "nonVat", + "children": [ { - "kind": "Var", - "name": "explicit", - "printedName": "explicit", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "RowHeight", - "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" - } - ] + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ] } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductTaxeType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE14CoreFoundation7CGFloatVcAEmF", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE12CoreGraphics7CGFloatVcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } ] } ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector", - "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO", + "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" + "AccessControl" ], + "enumRawTypeName": "String", "conformances": [ { "kind": "Conformance", @@ -10318,122 +10483,77 @@ }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" } ] }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "CollectionSectionHeaderFooterProtocol", - "printedName": "CollectionSectionHeaderFooterProtocol", + "name": "Product", + "printedName": "Product", "children": [ { "kind": "Var", - "name": "section", - "printedName": "section", + "name": "id", + "printedName": "id", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10443,396 +10563,417 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:type:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "kind": "Var", + "name": "url", + "printedName": "url", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "category", + "printedName": "category", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, "declAttributes": [ - "DiscardableResult" + "HasStorage", + "AccessControl" ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionSectionEvents", - "printedName": "CollectionSectionEvents", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "referenceSize", - "printedName": "referenceSize", + "name": "name", + "printedName": "name", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "name": "description", + "printedName": "description", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "name": "amount", + "printedName": "amount", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "name": "currency", + "printedName": "currency", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "priceType", + "printedName": "priceType", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents?", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10841,124 +10982,58 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", + "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO", - "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "vat", + "printedName": "vat", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "PostRequest", - "printedName": "PostRequest", - "children": [ - { - "kind": "Var", - "name": "bodyParameters", - "printedName": "bodyParameters", - "children": [ - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", + "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -10967,147 +11042,57 @@ "children": [ { "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Data", - "printedName": "Foundation.Data", - "usr": "s:10Foundation4DataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", + "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", - "sugared_genericSig": "", - "protocolReq": true, "implicit": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK11PostRequestP", - "mangledName": "$s17TranzzoPaymentSDK11PostRequestP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionDirector", - "printedName": "CollectionDirector", - "children": [ { "kind": "Var", - "name": "collection", - "printedName": "collection", + "name": "qty", + "printedName": "qty", "children": [ { "kind": "TypeNominal", - "name": "WeakStorage", - "printedName": "UIKit.UICollectionView?" + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "ReferenceOwnership", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "ownership": 1, + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11118,21 +11103,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionView?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -11141,37 +11126,33 @@ }, { "kind": "Var", - "name": "sections", - "printedName": "sections", + "name": "payload", + "printedName": "payload", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", + "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11181,22 +11162,22 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -11205,34 +11186,34 @@ }, { "kind": "Var", - "name": "firstSection", - "printedName": "firstSection", + "name": "customerEmail", + "printedName": "customerEmail", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -11242,56 +11223,57 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "lastSection", - "printedName": "lastSection", + "name": "unit", + "printedName": "unit", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", + "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -11301,50 +11283,64 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "events", - "printedName": "events", + "name": "taxes", + "printedName": "taxes", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -11354,335 +11350,291 @@ "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:url:category:name:description:amount:currency:priceType:vat:qty:payload:customerEmail:unit:taxes:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "scrollEvents", - "printedName": "scrollEvents", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "ScrollViewEventsHandler", - "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "isPrefetchingEnabled", - "printedName": "isPrefetchingEnabled", - "children": [ + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductPriceType", + "printedName": "TranzzoPaymentSDK.ProductPriceType", + "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + } + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "registerAdapters", - "printedName": "registerAdapters(_:)", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductUnitType", + "printedName": "TranzzoPaymentSDK.ProductUnitType", + "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.CollectionCellAdapterProtocol]", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", "children": [ { "kind": "TypeNominal", - "name": "CollectionCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ProductTaxe]", + "children": [ + { + "kind": "TypeNominal", + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" + } + ], + "usr": "s:Sa" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { - "kind": "Function", - "name": "registerAdapter", - "printedName": "registerAdapter(_:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" }, { "kind": "TypeNominal", - "name": "CollectionCellAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "registerHeaderFooterAdapters", - "printedName": "registerHeaderFooterAdapters(_:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -11691,262 +11643,214 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sa" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "usr": "s:17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK7ProductV", + "mangledName": "$s17TranzzoPaymentSDK7ProductV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "registerHeaderFooterAdapter", - "printedName": "registerHeaderFooterAdapter(_:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ProductTaxe", + "printedName": "ProductTaxe", + "children": [ + { + "kind": "Var", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "elementAt", - "printedName": "elementAt(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(sections:)", + "kind": "Var", + "name": "prc", + "printedName": "prc", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sa" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "section", - "printedName": "section(_:)", - "children": [ + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(elements:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(type:prc:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "ProductTaxeType", + "printedName": "TranzzoPaymentSDK.ProductTaxeType", + "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + }, + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { - "kind": "Function", - "name": "add", - "printedName": "add(section:at:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "ProductTaxe", + "printedName": "TranzzoPaymentSDK.ProductTaxe", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "add", - "printedName": "add(sections:at:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -11955,126 +11859,139 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ProductTaxeV", + "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionDirector", + "printedName": "CollectionDirector", + "children": [ + { + "kind": "Var", + "name": "collection", + "printedName": "collection", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "WeakStorage", + "printedName": "UIKit.UICollectionView?" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", + "ReferenceOwnership", + "SetterAccess", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "remove", - "printedName": "remove(indexPath:)", - "children": [ + "ownership": 1, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "UIKit.UICollectionView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC10collectionSo16UICollectionViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "DiscardableResult", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(section:)", + "kind": "Var", + "name": "sections", + "printedName": "sections", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", "children": [ { "kind": "TypeNominal", @@ -12083,37 +12000,62 @@ "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "usr": "s:Sa" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", + "SetterAccess", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8sectionsSayAA0D7SectionCGvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(sectionsAt:)", + "kind": "Var", + "name": "firstSection", + "printedName": "firstSection", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", @@ -12122,32 +12064,52 @@ "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "Preconcurrency", "Custom", "AccessControl", - "DiscardableResult", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12firstSectionAA0dG0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "sectionAt", - "printedName": "sectionAt(_:)", + "kind": "Var", + "name": "lastSection", + "printedName": "lastSection", "children": [ { "kind": "TypeNominal", @@ -12162,17 +12124,11 @@ } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "Preconcurrency", @@ -12180,224 +12136,397 @@ "AccessControl", "RawDocComment" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "reload", - "printedName": "reload(afterUpdate:completion:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionDirector) -> ())?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector) -> ()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } - ] + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(() -> ())?", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC11lastSectionAA0dG0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ] + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" } ], - "hasDefaultArg": true, - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionDirector.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6eventsAC16EventsSubscriberVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "scrollEvents", + "printedName": "scrollEvents", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "Preconcurrency", "Custom", + "HasStorage", "AccessControl", "RawDocComment" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC12scrollEventsAA010ScrollViewG7HandlerVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { "kind": "Constructor", "name": "init", - "printedName": "init()", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", "name": "CollectionDirector", "printedName": "TranzzoPaymentSDK.CollectionDirector", "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" } ], "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)init", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCACycfc", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCyACSo16UICollectionViewCcfc", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", - "Override" + "AccessControl", + "RawDocComment" ], "init_kind": "Designated" }, { - "kind": "Function", - "name": "numberOfSections", - "printedName": "numberOfSections(in:)", + "kind": "Var", + "name": "isPrefetchingEnabled", + "printedName": "isPrefetchingEnabled", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)numberOfSectionsInCollectionView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16numberOfSections2inSiSo16UICollectionViewC_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvp", "moduleName": "TranzzoPaymentSDK", - "objc_name": "numberOfSectionsInCollectionView:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvs", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC20isPrefetchingEnabledSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:numberOfItemsInSection:)", + "name": "registerAdapters", + "printedName": "registerAdapters(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.CollectionCellAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:numberOfItemsInSection:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22numberOfItemsInSectionSiSo012UICollectionG0C_SitF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16registerAdaptersyySayAA0D19CellAdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:numberOfItemsInSection:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:cellForItemAt:)", + "name": "registerAdapter", + "printedName": "registerAdapter(_:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cellForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13cellForItemAtSo012UICollectionG4CellCSo0lG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC15registerAdapteryyAA0d4CellG8Protocol_pF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:cellForItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:willDisplay:forItemAt:)", + "name": "registerHeaderFooterAdapters", + "printedName": "registerHeaderFooterAdapters(_:)", "children": [ { "kind": "TypeNominal", @@ -12406,96 +12535,80 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplayCell:forItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_11willDisplay9forItemAtySo012UICollectionG0C_So0mG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didEndDisplaying:forItemAt:)", + "name": "registerHeaderFooterAdapter", + "printedName": "registerHeaderFooterAdapter(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingCell:forItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didEndDisplaying9forItemAtySo012UICollectionG0C_So0nG4CellC10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didEndDisplayingCell:forItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldSelectItemAt:)", + "name": "elementAt", + "printedName": "elementAt(_:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", @@ -12505,24 +12618,21 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSelectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18shouldSelectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldSelectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didSelectItemAt:)", + "name": "set", + "printedName": "set(sections:)", "children": [ { "kind": "TypeNominal", @@ -12531,150 +12641,112 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didSelectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15didSelectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didSelectItemAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldDeselectItemAt:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldDeselectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20shouldDeselectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3set8sectionsySayAA0D7SectionCG_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldDeselectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didDeselectItemAt:)", + "name": "section", + "printedName": "section(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didDeselectItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_17didDeselectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC7sectionyAA0D7SectionCSgSSF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didDeselectItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldHighlightItemAt:)", + "name": "add", + "printedName": "add(elements:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldHighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_21shouldHighlightItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8elementsAA0D7SectionCSayAA20ElementRepresentable_pG_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldHighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didHighlightItemAt:)", + "name": "add", + "printedName": "add(section:at:)", "children": [ { "kind": "TypeNominal", @@ -12683,35 +12755,42 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didHighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18didHighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add7section2atyAA0D7SectionC_SiSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didHighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:didUnhighlightItemAt:)", + "name": "add", + "printedName": "add(sections:at:)", "children": [ { "kind": "TypeNominal", @@ -12720,98 +12799,96 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUnhighlightItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20didUnhighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didUnhighlightItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:transitionLayoutForOldLayout:newLayout:)", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewTransitionLayout", - "printedName": "UIKit.UICollectionViewTransitionLayout", - "usr": "c:objc(cs)UICollectionViewTransitionLayout" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:transitionLayoutForOldLayout:newLayout:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_022transitionLayoutForOldI003newI0So012UICollectiong10TransitionI0CSo0mG0C_So0mgI0CALtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9removeAll15keepingCapacitySiSb_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:transitionLayoutForOldLayout:newLayout:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:targetIndexPathForMoveFromItemAt:toProposedIndexPath:)", + "name": "remove", + "printedName": "remove(indexPath:)", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", @@ -12821,158 +12898,138 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_32targetIndexPathForMoveFromItemAt010toProposediJ010Foundation0iJ0VSo012UICollectionG0C_A2ItF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:targetContentOffsetForProposedContentOffset:)", + "name": "remove", + "printedName": "remove(section:)", "children": [ { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetContentOffsetForProposedContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_030targetContentOffsetForProposediJ0So7CGPointVSo012UICollectionG0C_AGtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove7sectionAA0D7SectionCSgSi_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:targetContentOffsetForProposedContentOffset:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldShowMenuForItemAt:)", + "name": "remove", + "printedName": "remove(sectionsAt:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.CollectionSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldShowMenuForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_23shouldShowMenuForItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldShowMenuForItemAtIndexPath:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", + "DiscardableResult", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:canPerformAction:forItemAt:withSender:)", + "name": "sectionAt", + "printedName": "sectionAt(_:)", "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canPerformAction:forItemAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16canPerformAction9forItemAt10withSenderSbSo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC9sectionAtyAA0D7SectionCSgSiF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:canPerformAction:forItemAtIndexPath:withSender:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", "Custom", + "AccessControl", "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:performAction:forItemAt:withSender:)", + "name": "reload", + "printedName": "reload(afterUpdate:completion:)", "children": [ { "kind": "TypeNominal", @@ -12981,132 +13038,330 @@ }, { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.CollectionDirector) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "(() -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] } ], + "hasDefaultArg": true, "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:performAction:forItemAtIndexPath:withSender:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13performAction9forItemAt10withSenderySo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC6reload11afterUpdate10completionyyACcSg_yycSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:performAction:forItemAtIndexPath:withSender:", "declAttributes": [ - "Dynamic", - "ObjC", "Preconcurrency", - "Custom" + "Custom", + "AccessControl", + "RawDocComment" ], - "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:shouldSpringLoadItemAt:with:)", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)init", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + }, + { + "kind": "TypeDecl", + "name": "ItemSize", + "printedName": "ItemSize", + "children": [ { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "kind": "Var", + "name": "default", + "printedName": "default", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Var", + "name": "auto", + "printedName": "auto", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(estimated: CoreFoundation.CGSize)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeNominal", - "name": "UISpringLoadedInteractionContext", - "printedName": "any UIKit.UISpringLoadedInteractionContext", - "usr": "c:objc(pl)UISpringLoadedInteractionContext" + "kind": "Var", + "name": "explicit", + "printedName": "explicit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + }, + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ItemSize", + "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", + "moduleName": "TranzzoPaymentSDK" } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSpringLoadItemAtIndexPath:withContext:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22shouldSpringLoadItemAt4withSbSo012UICollectionG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "objc_name": "collectionView:shouldSpringLoadItemAtIndexPath:withContext:", "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Available", "RawDocComment" ], "isFromExtension": true, - "funcSelfKind": "NonMutating" + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] }, { "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:canFocusItemAt:)", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", "name": "UICollectionView", "printedName": "UIKit.UICollectionView", "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canFocusItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_14canFocusItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)numberOfSectionsInCollectionView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16numberOfSections2inSiSo16UICollectionViewC_tF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:canFocusItemAtIndexPath:", + "objc_name": "numberOfSectionsInCollectionView:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom", - "RawDocComment" + "Custom" ], "isFromExtension": true, "funcSelfKind": "NonMutating" @@ -13114,13 +13369,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:shouldUpdateFocusIn:)", + "printedName": "collectionView(_:numberOfItemsInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", @@ -13130,16 +13385,16 @@ }, { "kind": "TypeNominal", - "name": "UICollectionViewFocusUpdateContext", - "printedName": "UIKit.UICollectionViewFocusUpdateContext", - "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldUpdateFocusInContext:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_19shouldUpdateFocusInSbSo012UICollectionG0C_So0lgjI7ContextCtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:numberOfItemsInSection:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22numberOfItemsInSectionSiSo012UICollectionG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:shouldUpdateFocusInContext:", + "objc_name": "collectionView:numberOfItemsInSection:", "declAttributes": [ "Dynamic", "ObjC", @@ -13152,12 +13407,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:didUpdateFocusIn:with:)", + "printedName": "collectionView(_:cellForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13167,22 +13423,16 @@ }, { "kind": "TypeNominal", - "name": "UICollectionViewFocusUpdateContext", - "printedName": "UIKit.UICollectionViewFocusUpdateContext", - "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" - }, - { - "kind": "TypeNominal", - "name": "UIFocusAnimationCoordinator", - "printedName": "UIKit.UIFocusAnimationCoordinator", - "usr": "c:objc(cs)UIFocusAnimationCoordinator" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUpdateFocusInContext:withAnimationCoordinator:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didUpdateFocusIn4withySo012UICollectionG0C_So0mgjI7ContextCSo27UIFocusAnimationCoordinatorCtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cellForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13cellForItemAtSo012UICollectionG4CellCSo0lG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didUpdateFocusInContext:withAnimationCoordinator:", + "objc_name": "collectionView:cellForItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13195,13 +13445,12 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:viewForSupplementaryElementOfKind:at:)", + "printedName": "collectionView(_:willDisplay:forItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", @@ -13211,9 +13460,9 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13223,16 +13472,15 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:viewForSupplementaryElementOfKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_33viewForSupplementaryElementOfKind2atSo020UICollectionReusableG0CSo0oG0C_SS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplayCell:forItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_11willDisplay9forItemAtySo012UICollectionG0C_So0mG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:viewForSupplementaryElementOfKind:atIndexPath:", + "objc_name": "collectionView:willDisplayCell:forItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom", - "RawDocComment" + "Custom" ], "isFromExtension": true, "funcSelfKind": "NonMutating" @@ -13240,7 +13488,7 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:willDisplaySupplementaryView:forElementKind:at:)", + "printedName": "collectionView(_:didEndDisplaying:forItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13255,15 +13503,9 @@ }, { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" }, { "kind": "TypeNominal", @@ -13273,10 +13515,10 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_024willDisplaySupplementaryG014forElementKind2atySo012UICollectionG0C_So0o8ReusableG0CSS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingCell:forItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didEndDisplaying9forItemAtySo012UICollectionG0C_So0nG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", + "objc_name": "collectionView:didEndDisplayingCell:forItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13289,12 +13531,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:didEndDisplayingSupplementaryView:forElementOfKind:at:)", + "printedName": "collectionView(_:shouldSelectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", @@ -13302,18 +13545,6 @@ "printedName": "UIKit.UICollectionView", "usr": "c:objc(cs)UICollectionView" }, - { - "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, { "kind": "TypeNominal", "name": "IndexPath", @@ -13322,43 +13553,35 @@ } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_029didEndDisplayingSupplementaryG016forElementOfKind2atySo012UICollectionG0C_So0q8ReusableG0CSS10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSelectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18shouldSelectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "objc_name": "collectionView:shouldSelectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "headerFooterForSection", - "printedName": "headerFooterForSection(ofType:at:)", + "name": "collectionView", + "printedName": "collectionView(_:didSelectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", @@ -13368,10 +13591,13 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didSelectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15didSelectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:didSelectItemAtIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", "Preconcurrency", "Custom" ], @@ -13381,12 +13607,13 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:prefetchItemsAt:)", + "printedName": "collectionView(_:shouldDeselectItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", @@ -13396,24 +13623,16 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:prefetchItemsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15prefetchItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldDeselectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20shouldDeselectItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:prefetchItemsAtIndexPaths:", + "objc_name": "collectionView:shouldDeselectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13427,7 +13646,7 @@ { "kind": "Function", "name": "collectionView", - "printedName": "collectionView(_:cancelPrefetchingForItemsAt:)", + "printedName": "collectionView(_:didDeselectItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13442,24 +13661,16 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cancelPrefetchingForItemsAtIndexPaths:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_27cancelPrefetchingForItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didDeselectItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_17didDeselectItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "objc_name": "collectionView:didDeselectItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13471,26 +13682,33 @@ }, { "kind": "Function", - "name": "scrollViewDidScroll", - "printedName": "scrollViewDidScroll(_:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldHighlightItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScroll:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldHighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_21shouldHighlightItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScroll:", + "objc_name": "collectionView:shouldHighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13503,8 +13721,8 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginDragging", - "printedName": "scrollViewWillBeginDragging(_:)", + "name": "collectionView", + "printedName": "collectionView(_:didHighlightItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13513,16 +13731,22 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDragging:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didHighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_18didHighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDragging:", + "objc_name": "collectionView:didHighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13534,8 +13758,8 @@ }, { "kind": "Function", - "name": "scrollViewWillEndDragging", - "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "name": "collectionView", + "printedName": "collectionView(_:didUnhighlightItemAt:)", "children": [ { "kind": "TypeNominal", @@ -13544,36 +13768,22 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUnhighlightItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_20didUnhighlightItemAtySo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "objc_name": "collectionView:didUnhighlightItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13585,64 +13795,84 @@ }, { "kind": "Function", - "name": "scrollViewDidEndDragging", - "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "name": "collectionView", + "printedName": "collectionView(_:transitionLayoutForOldLayout:newLayout:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionViewTransitionLayout", + "printedName": "UIKit.UICollectionViewTransitionLayout", + "usr": "c:objc(cs)UICollectionViewTransitionLayout" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewLayout", + "printedName": "UIKit.UICollectionViewLayout", + "usr": "c:objc(cs)UICollectionViewLayout" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDragging:willDecelerate:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:transitionLayoutForOldLayout:newLayout:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_022transitionLayoutForOldI003newI0So012UICollectiong10TransitionI0CSo0mG0C_So0mgI0CALtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "objc_name": "collectionView:transitionLayoutForOldLayout:newLayout:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewShouldScrollToTop", - "printedName": "scrollViewShouldScrollToTop(_:)", + "name": "collectionView", + "printedName": "collectionView(_:targetIndexPathForMoveFromItemAt:toProposedIndexPath:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewShouldScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_32targetIndexPathForMoveFromItemAt010toProposediJ010Foundation0iJ0VSo012UICollectionG0C_A2ItF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewShouldScrollToTop:", + "objc_name": "collectionView:targetIndexPathForMoveFromItemAtIndexPath:toProposedIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13654,26 +13884,33 @@ }, { "kind": "Function", - "name": "scrollViewDidScrollToTop", - "printedName": "scrollViewDidScrollToTop(_:)", + "name": "collectionView", + "printedName": "collectionView(_:targetContentOffsetForProposedContentOffset:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScrollToTop:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:targetContentOffsetForProposedContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_030targetContentOffsetForProposediJ0So7CGPointVSo012UICollectionG0C_AGtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidScrollToTop:", + "objc_name": "collectionView:targetContentOffsetForProposedContentOffset:", "declAttributes": [ "Dynamic", "ObjC", @@ -13685,97 +13922,148 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginDecelerating", - "printedName": "scrollViewWillBeginDecelerating(_:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldShowMenuForItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldShowMenuForItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_23shouldShowMenuForItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginDecelerating:", + "objc_name": "collectionView:shouldShowMenuForItemAtIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidEndDecelerating", - "printedName": "scrollViewDidEndDecelerating(_:)", + "name": "collectionView", + "printedName": "collectionView(_:canPerformAction:forItemAt:withSender:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDecelerating:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canPerformAction:forItemAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16canPerformAction9forItemAt10withSenderSbSo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndDecelerating:", + "objc_name": "collectionView:canPerformAction:forItemAtIndexPath:withSender:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "viewForZooming", - "printedName": "viewForZooming(in:)", + "name": "collectionView", + "printedName": "collectionView(_:performAction:forItemAt:withSender:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)viewForZoomingInScrollView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:performAction:forItemAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_13performAction9forItemAt10withSenderySo012UICollectionG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "viewForZoomingInScrollView:", + "objc_name": "collectionView:performAction:forItemAtIndexPath:withSender:", "declAttributes": [ "Dynamic", "ObjC", @@ -13787,91 +14075,119 @@ }, { "kind": "Function", - "name": "scrollViewWillBeginZooming", - "printedName": "scrollViewWillBeginZooming(_:with:)", + "name": "collectionView", + "printedName": "collectionView(_:shouldSpringLoadItemAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UISpringLoadedInteractionContext", + "printedName": "any UIKit.UISpringLoadedInteractionContext", + "usr": "c:objc(pl)UISpringLoadedInteractionContext" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginZooming:withView:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldSpringLoadItemAtIndexPath:withContext:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_22shouldSpringLoadItemAt4withSbSo012UICollectionG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewWillBeginZooming:withView:", + "intro_iOS": "11.0", + "objc_name": "collectionView:shouldSpringLoadItemAtIndexPath:withContext:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "Available", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidEndZooming", - "printedName": "scrollViewDidEndZooming(_:with:atScale:)", + "name": "collectionView", + "printedName": "collectionView(_:canFocusItemAt:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:canFocusItemAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_14canFocusItemAtSbSo012UICollectionG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:canFocusItemAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:shouldUpdateFocusIn:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewFocusUpdateContext", + "printedName": "UIKit.UICollectionViewFocusUpdateContext", + "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndZooming:withView:atScale:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:shouldUpdateFocusInContext:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_19shouldUpdateFocusInSbSo012UICollectionG0C_So0lgjI7ContextCtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndZooming:withView:atScale:", + "objc_name": "collectionView:shouldUpdateFocusInContext:", "declAttributes": [ "Dynamic", "ObjC", @@ -13883,8 +14199,8 @@ }, { "kind": "Function", - "name": "scrollViewDidZoom", - "printedName": "scrollViewDidZoom(_:)", + "name": "collectionView", + "printedName": "collectionView(_:didUpdateFocusIn:with:)", "children": [ { "kind": "TypeNominal", @@ -13893,16 +14209,28 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionViewFocusUpdateContext", + "printedName": "UIKit.UICollectionViewFocusUpdateContext", + "usr": "c:objc(cs)UICollectionViewFocusUpdateContext" + }, + { + "kind": "TypeNominal", + "name": "UIFocusAnimationCoordinator", + "printedName": "UIKit.UIFocusAnimationCoordinator", + "usr": "c:objc(cs)UIFocusAnimationCoordinator" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidZoom:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didUpdateFocusInContext:withAnimationCoordinator:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_16didUpdateFocusIn4withySo012UICollectionG0C_So0mgjI7ContextCSo27UIFocusAnimationCoordinatorCtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidZoom:", + "objc_name": "collectionView:didUpdateFocusInContext:withAnimationCoordinator:", "declAttributes": [ "Dynamic", "ObjC", @@ -13914,39 +14242,53 @@ }, { "kind": "Function", - "name": "scrollViewDidEndScrollingAnimation", - "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "name": "collectionView", + "printedName": "collectionView(_:viewForSupplementaryElementOfKind:at:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndScrollingAnimation:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:viewForSupplementaryElementOfKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_33viewForSupplementaryElementOfKind2atSo020UICollectionReusableG0CSo0oG0C_SS10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidEndScrollingAnimation:", + "objc_name": "collectionView:viewForSupplementaryElementOfKind:atIndexPath:", "declAttributes": [ "Dynamic", "ObjC", "Preconcurrency", - "Custom" + "Custom", + "RawDocComment" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "scrollViewDidChangeAdjustedContentInset", - "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "name": "collectionView", + "printedName": "collectionView(_:willDisplaySupplementaryView:forElementKind:at:)", "children": [ { "kind": "TypeNominal", @@ -13955,16 +14297,34 @@ }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidChangeAdjustedContentInset:", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_024willDisplaySupplementaryG014forElementKind2atySo012UICollectionG0C_So0o8ReusableG0CSS10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "objc_name": "collectionView:willDisplaySupplementaryView:forElementKind:atIndexPath:", "declAttributes": [ "Dynamic", "ObjC", @@ -13975,766 +14335,851 @@ "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "ItemSize", - "printedName": "ItemSize", + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:didEndDisplayingSupplementaryView:forElementOfKind:at:)", "children": [ { - "kind": "Var", - "name": "default", - "printedName": "default", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO7defaultyA2EmF", - "moduleName": "TranzzoPaymentSDK" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "auto", - "printedName": "auto", + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_029didEndDisplayingSupplementaryG016forElementOfKind2atySo012UICollectionG0C_So0q8ReusableG0CSS10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "headerFooterForSection", + "printedName": "headerFooterForSection(ofType:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(estimated: CoreFoundation.CGSize)", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO4autoyAESo6CGSizeV_tcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sq" }, { - "kind": "Var", - "name": "explicit", - "printedName": "explicit", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC22headerFooterForSection6ofType2atAA0d6HeaderG15AdapterProtocol_pSgSS_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:prefetchItemsAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionDirector.ItemSize.Type) -> (CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(CoreFoundation.CGSize) -> TranzzoPaymentSDK.CollectionDirector.ItemSize", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - }, - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO8explicityAESo6CGSizeVcAEmF", - "moduleName": "TranzzoPaymentSDK" + "usr": "s:Sa" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:prefetchItemsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_15prefetchItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:prefetchItemsAtIndexPaths:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "RawDocComment" ], "isFromExtension": true, - "conformances": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "collectionView", + "printedName": "collectionView(_:cancelPrefetchingForItemsAt:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14collectionView_27cancelPrefetchingForItemsAtySo012UICollectionG0C_Say10Foundation9IndexPathVGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "collectionView:cancelPrefetchingForItemsAtIndexPaths:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC16EventsSubscriberV", + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScroll:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScroll:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "RawDocComment" ], "isFromExtension": true, - "conformances": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewWillBeginDragging", + "printedName": "scrollViewWillBeginDragging(_:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] - } - ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", - "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSObject", - "superclassNames": [ - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDragging:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDragging:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "kind": "Function", + "name": "scrollViewWillEndDragging", + "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "kind": "Function", + "name": "scrollViewDidEndDragging", + "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDragging:willDecelerate:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "kind": "Function", + "name": "scrollViewShouldScrollToTop", + "printedName": "scrollViewShouldScrollToTop(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewShouldScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewShouldScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "Function", + "name": "scrollViewDidScrollToTop", + "printedName": "scrollViewDidScrollToTop(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ReusableViewLoadSource", - "printedName": "ReusableViewLoadSource", - "children": [ - { - "kind": "Var", - "name": "fromStoryboard", - "printedName": "fromStoryboard", + "kind": "Function", + "name": "scrollViewWillBeginDecelerating", + "printedName": "scrollViewWillBeginDecelerating(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDecelerating:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "fromXib", - "printedName": "fromXib", + "kind": "Function", + "name": "scrollViewDidEndDecelerating", + "printedName": "scrollViewDidEndDecelerating(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> (Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(name: Swift.String?, bundle: Foundation.Bundle?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Bundle?", - "children": [ - { - "kind": "TypeNominal", - "name": "Bundle", - "printedName": "Foundation.Bundle", - "usr": "c:objc(cs)NSBundle" - } - ], - "usr": "s:Sq" - } - ] - } - ] - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDecelerating:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "fromClass", - "printedName": "fromClass", + "kind": "Function", + "name": "viewForZooming", + "printedName": "viewForZooming(in:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ] + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", - "moduleName": "TranzzoPaymentSDK" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO", - "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "WriteSafeSemaphore", - "printedName": "WriteSafeSemaphore", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "WriteSafeSemaphore", - "printedName": "TranzzoPaymentSDK.WriteSafeSemaphore", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)viewForZoomingInScrollView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "viewForZoomingInScrollView:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "perform", - "printedName": "perform(_:)", + "name": "scrollViewWillBeginZooming", + "printedName": "scrollViewWillBeginZooming(_:with:)", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "() -> τ_0_0", + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], - "typeAttributes": [ - "noescape" - ] + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewWillBeginZooming:withView:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", + "objc_name": "scrollViewWillBeginZooming:withView:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC", - "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableCellAdapter", - "printedName": "TableCellAdapter", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", + "kind": "Function", + "name": "scrollViewDidEndZooming", + "printedName": "scrollViewDidEndZooming(_:with:atScale:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndZooming:withView:atScale:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndZooming:withView:atScale:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidZoom", + "printedName": "scrollViewDidZoom(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidZoom:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidZoom:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidEndScrollingAnimation", + "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidEndScrollingAnimation:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndScrollingAnimation:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidChangeAdjustedContentInset", + "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)CollectionDirector(im)scrollViewDidChangeAdjustedContentInset:", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", + "mangledName": "$s17TranzzoPaymentSDK18CollectionDirectorC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "CollectionHeaderFooterAdapterProtocol", + "children": [ { "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", + "name": "modelCellType", + "printedName": "modelCellType", "children": [ { "kind": "TypeNominal", @@ -14750,16 +15195,10 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -14780,73 +15219,34 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:kind:)", "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, { "kind": "TypeNominal", "name": "String", @@ -14854,61 +15254,299 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UICollectionReusableView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:index:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelCellIdentifier", + "printedName": "modelCellIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionHeaderFooterAdapter", + "printedName": "CollectionHeaderFooterAdapter", + "children": [ + { + "kind": "Var", + "name": "modelCellType", + "printedName": "modelCellType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -14924,11 +15562,103 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -14947,8 +15677,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -14970,11 +15700,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -14996,11 +15726,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -15016,11 +15746,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -15034,22 +15764,20 @@ { "kind": "TypeNominal", "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", - "Final", "HasStorage", "AccessControl", "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15060,21 +15788,64 @@ { "kind": "TypeNominal", "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, @@ -15085,31 +15856,26 @@ "children": [ { "kind": "TypeNominal", - "name": "TableCellAdapter", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "name": "CollectionHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", "children": [ { "kind": "TypeNominal", "name": "GenericTypeParam", "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" } ], - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ()", "children": [ { "kind": "TypeNominal", @@ -15118,21 +15884,16 @@ }, { "kind": "TypeNominal", - "name": "TableCellAdapter", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "name": "CollectionHeaderFooterAdapter", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", "children": [ { "kind": "TypeNominal", "name": "GenericTypeParam", "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" } ], - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" } ] } @@ -15142,85 +15903,95 @@ } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "init_kind": "Designated" }, { "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inTable:at:)", + "name": "dequeueHeaderFooterForDirector", + "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.IndexPath?", + "printedName": "UIKit.UICollectionReusableView?", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "UICollectionReusableView", + "printedName": "UIKit.UICollectionReusableView", + "usr": "c:objc(cs)UICollectionReusableView" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:kind:)", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -15228,8 +15999,8 @@ }, { "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:index:)", "children": [ { "kind": "TypeNominal", @@ -15246,33 +16017,26 @@ }, { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" @@ -15280,49 +16044,32 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.IndexPath?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ], - "usr": "s:Sa" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "AccessControl" ], "funcSelfKind": "NonMutating" }, @@ -15333,32 +16080,27 @@ "children": [ { "kind": "Var", - "name": "table", - "printedName": "table", + "name": "isHeader", + "printedName": "isHeader", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -15367,57 +16109,53 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "tableSize", - "printedName": "tableSize", + "name": "view", + "printedName": "view", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "CoreFoundation.CGSize?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", + "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -15427,59 +16165,50 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "CoreFoundation.CGSize?", + "printedName": "τ_0_0?", "children": [ { "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "indexPath", - "printedName": "indexPath", + "name": "sectionIndex", + "printedName": "sectionIndex", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", "HasStorage", + "SetterAccess", "AccessControl", "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15489,63 +16218,52 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "element", - "printedName": "element", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_0?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", + "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "SetterAccess", + "AccessControl" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -15556,157 +16274,101 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_0?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "cell", - "printedName": "cell", + "kind": "Constructor", + "name": "init", + "printedName": "init(isHeader:view:section:index:)", "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "τ_0_1?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "isFromExtension": true, - "hasMissingDesignatedInitializers": true, "conformances": [ { "kind": "Conformance", @@ -15737,12 +16399,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15752,8 +16414,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15762,8 +16424,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -15780,12 +16442,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15795,8 +16457,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15805,11 +16467,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -15826,12 +16488,12 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", @@ -15841,8 +16503,8 @@ { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15851,11 +16513,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -15871,11 +16533,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -15883,29 +16545,30 @@ }, { "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "name": "referenceSize", + "printedName": "referenceSize", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15914,8 +16577,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -15932,23 +16595,24 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -15957,11 +16621,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -15978,23 +16642,24 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16003,11 +16668,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16023,11 +16688,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16035,30 +16700,29 @@ }, { "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", + "name": "didDisplay", + "printedName": "didDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16067,8 +16731,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16085,24 +16749,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16111,11 +16774,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16132,24 +16795,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16158,11 +16820,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16178,11 +16840,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16190,30 +16852,29 @@ }, { "kind": "Var", - "name": "rowHeightEstimated", - "printedName": "rowHeightEstimated", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16222,8 +16883,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16240,24 +16901,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16266,11 +16926,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16287,24 +16947,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16313,11 +16972,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16333,11 +16992,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -16345,30 +17004,29 @@ }, { "kind": "Var", - "name": "canEditRow", - "printedName": "canEditRow", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16377,8 +17035,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -16395,24 +17053,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16421,11 +17078,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -16442,24 +17099,23 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" } ] } @@ -16468,11 +17124,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -16488,5960 +17144,2905 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Var", - "name": "commitEdit", - "printedName": "commitEdit", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "PaymentContollerConfig", + "printedName": "PaymentContollerConfig", + "children": [ + { + "kind": "Var", + "name": "colorConfig", + "printedName": "colorConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editActions", - "printedName": "editActions", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[UIKit.UITableViewRowAction]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[UIKit.UITableViewRowAction]", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewRowAction", - "printedName": "UIKit.UITableViewRowAction", - "usr": "c:objc(cs)UITableViewRowAction" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "localizationConfig", + "printedName": "localizationConfig", + "children": [ { - "kind": "Var", - "name": "canMoveRow", - "printedName": "canMoveRow", + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "moveRow", - "printedName": "moveRow", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(colorConfig:localizationConfig:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentContollerConfig", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + }, + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + }, + { + "kind": "TypeNominal", + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV", + "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ColorConfig", + "printedName": "ColorConfig", + "children": [ + { + "kind": "Var", + "name": "pay_button_enable_color", + "printedName": "pay_button_enable_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "indentLevel", - "printedName": "indentLevel", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_button_disabled_color", + "printedName": "pay_button_disabled_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "fixed_amount_color", + "printedName": "fixed_amount_color", + "children": [ { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "background_color", + "printedName": "background_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "tapOnAccessory", - "printedName": "tapOnAccessory", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "section_backround_color", + "printedName": "section_backround_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willSelect", - "printedName": "willSelect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "border_color", + "printedName": "border_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "selected_token_card_element_border_color", + "printedName": "selected_token_card_element_border_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willDeselect", - "printedName": "willDeselect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "placeholder_color", + "printedName": "placeholder_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "title_color", + "printedName": "title_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "willBeginEdit", - "printedName": "willBeginEdit", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "input_color", + "printedName": "input_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" }, { - "kind": "Var", - "name": "didEndEdit", - "printedName": "didEndEdit", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "error_color", + "printedName": "error_color", + "children": [ + { + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "UIColor", + "printedName": "UIKit.UIColor", + "usr": "c:objc(cs)UIColor" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editStyle", - "printedName": "editStyle", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ColorConfig", + "printedName": "TranzzoPaymentSDK.ColorConfig", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ColorConfigVACycfc", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigVACycfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ColorConfigV", + "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LocalizationConfig", + "printedName": "LocalizationConfig", + "children": [ + { + "kind": "Var", + "name": "main_title", + "printedName": "main_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", - "children": [ - { - "kind": "TypeNominal", - "name": "EditingStyle", - "printedName": "UIKit.UITableViewCell.EditingStyle", - "usr": "c:@E@UITableViewCellEditingStyle" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "deleteConfirmTitle", - "printedName": "deleteConfirmTitle", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enter_amount_title", + "printedName": "enter_amount_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "editShouldIndent", - "printedName": "editShouldIndent", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "enter_amount_placeholder", + "printedName": "enter_amount_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "moveAdjustDestination", - "printedName": "moveAdjustDestination", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_via_card_title", + "printedName": "pay_via_card_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "pay_button_title", + "printedName": "pay_button_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldShowMenu", - "printedName": "shouldShowMenu", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "lookup_pay_button_title", + "printedName": "lookup_pay_button_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "canPerformMenuAction", - "printedName": "canPerformMenuAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "wrong_card_data_title", + "printedName": "wrong_card_data_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "performMenuAction", - "printedName": "performMenuAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_number_placeholder", + "printedName": "card_number_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_exp_month_placeholder", + "printedName": "card_exp_month_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_exp_year_plaecholder", + "printedName": "card_exp_year_plaecholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "card_cvv_placeholder", + "printedName": "card_cvv_placeholder", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "cancel_payment_title", + "printedName": "cancel_payment_title", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" }, { - "kind": "Var", - "name": "leadingSwipeActions", - "printedName": "leadingSwipeActions", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "trailingSwipeActions", - "printedName": "trailingSwipeActions", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Lazy", - "AccessControl" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UISwipeActionsConfiguration?", - "children": [ - { - "kind": "TypeNominal", - "name": "UISwipeActionsConfiguration", - "printedName": "UIKit.UISwipeActionsConfiguration", - "usr": "c:objc(cs)UISwipeActionsConfiguration" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC", - "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, - { - "kind": "Conformance", - "name": "TableCellAdapterProtocol", - "printedName": "TableCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionAdapterEventID", - "printedName": "CollectionAdapterEventID", - "children": [ { "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "name": "cancel_payment_description", + "printedName": "cancel_payment_description", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldSelect", - "printedName": "shouldSelect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldDeselect", - "printedName": "shouldDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "name": "cancel_payment_confirm", + "printedName": "cancel_payment_confirm", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "name": "cancel_payment_cancel", + "printedName": "cancel_payment_cancel", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "name": "saved_cards_list_title", + "printedName": "saved_cards_list_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldShowEditMenu", - "printedName": "shouldShowEditMenu", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "canPerformEditAction", - "printedName": "canPerformEditAction", + "name": "other_card_title", + "printedName": "other_card_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "performEditAction", - "printedName": "performEditAction", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "name": "choose_token_cards_title", + "printedName": "choose_token_cards_title", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", - "children": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + ] }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "LocalizationConfig", + "printedName": "TranzzoPaymentSDK.LocalizationConfig", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigVACycfc", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigVACycfc", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO", - "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV", + "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], - "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -22456,59 +20057,13 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" } ] }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -22517,39 +20072,34 @@ }, { "kind": "TypeDecl", - "name": "AdditionalData", - "printedName": "AdditionalData", + "name": "CollectionSectionHeaderFooterProtocol", + "printedName": "CollectionSectionHeaderFooterProtocol", "children": [ { "kind": "Var", - "name": "serverUrl", - "printedName": "serverUrl", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -22559,358 +20109,427 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSection?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "products", - "printedName": "products", + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:type:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", - "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP08registerfG15ViewForDirector_4typeSSAA0dL0C_SStF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "DiscardableResult" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", - "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "merchantMcc", - "printedName": "merchantMcc", - "children": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP8dispatch_02isF04view7sectionypSgAA0dE6EventsO_SbSo6UIViewCSgSitF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "DiscardableResult" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK37CollectionSectionHeaderFooterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionSectionEvents", + "printedName": "CollectionSectionEvents", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "payload", - "printedName": "payload", + "name": "referenceSize", + "printedName": "referenceSize", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:SD" + ] } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO13referenceSizeyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDisplay", + "printedName": "didDisplay", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10didDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(serverUrl:products:merchantMcc:payload:)", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + } + ] } - ], - "usr": "s:Sq" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.Product]?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionSectionEvents.Type) -> TranzzoPaymentSDK.CollectionSectionEvents", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Product]", + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents.Type", "children": [ { "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } - ], - "usr": "s:Sa" + ] } - ], - "usr": "s:Sq" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionSectionEvents", + "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.String : Swift.String]?", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Swift.String]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SD" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO8rawValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + ] } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV", - "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV", + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO", + "mangledName": "$s17TranzzoPaymentSDK23CollectionSectionEventsO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], + "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -22925,25 +20544,44 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] }, { "kind": "Import", @@ -22955,33 +20593,49 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "KeyConfig", - "printedName": "KeyConfig", + "name": "CollectionSection", + "printedName": "CollectionSection", "children": [ { "kind": "Var", - "name": "sessionToken", - "printedName": "sessionToken", + "name": "index", + "printedName": "index", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -22990,24 +20644,31 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionTokenSSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "apiKey", - "printedName": "apiKey", + "name": "identifier", + "printedName": "identifier", "children": [ { "kind": "TypeNominal", @@ -23017,12 +20678,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "Final", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "isLet": true, "hasStorage": true, @@ -23040,35 +20703,47 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV03apiD0SSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "posId", - "printedName": "posId", + "name": "elements", + "printedName": "elements", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "SetterAccess", + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -23078,14 +20753,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV5posIdSSvg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -23093,264 +20776,146 @@ ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(sessionToken:apiKey:posId:)", + "kind": "Var", + "name": "headerView", + "printedName": "headerView", "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV12sessionToken03apiD05posIdACSS_S2Stcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV", - "mangledName": "$s17TranzzoPaymentSDK9KeyConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableAdapterCellAction", - "printedName": "TableAdapterCellAction", - "children": [ - { - "kind": "Var", - "name": "none", - "printedName": "none", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "deselect", - "printedName": "deselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "deselectAnimated", - "printedName": "deselectAnimated", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - } - ] + "name": "Void", + "printedName": "()" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterCellAction", - "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, - "funcSelfKind": "NonMutating" + ] }, { "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "name": "headerSize", + "printedName": "headerSize", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -23359,1366 +20924,1245 @@ "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" }, { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO", - "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TableAdapterEventID", - "printedName": "TableAdapterEventID", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canEditRow", - "printedName": "canEditRow", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "commitEdit", - "printedName": "commitEdit", + "name": "footerView", + "printedName": "footerView", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canMoveRow", - "printedName": "canMoveRow", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "moveRow", - "printedName": "moveRow", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "name": "footerSize", + "printedName": "footerSize", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "rowHeight", - "printedName": "rowHeight", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "rowHeightEstimated", - "printedName": "rowHeightEstimated", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "indentLevel", - "printedName": "indentLevel", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "editActions", - "printedName": "editActions", + "name": "sectionInsets", + "printedName": "sectionInsets", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "tapOnAccessory", - "printedName": "tapOnAccessory", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "UIKit.UIEdgeInsets?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "UIEdgeInsets", + "printedName": "UIKit.UIEdgeInsets", + "usr": "c:@S@UIEdgeInsets" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willSelect", - "printedName": "willSelect", + "name": "minimumInterItemSpacing", + "printedName": "minimumInterItemSpacing", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "tap", - "printedName": "tap", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "willDeselect", - "printedName": "willDeselect", + "name": "minimumLineSpacing", + "printedName": "minimumLineSpacing", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvp", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvg", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Optional", + "printedName": "CoreGraphics.CGFloat?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willBeginEdit", - "printedName": "willBeginEdit", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvs", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvM", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(original:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "didEndEdit", - "printedName": "didEndEdit", + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "editStyle", - "printedName": "editStyle", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "hasDefaultArg": true, + "usr": "s:Sa" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" }, { - "kind": "Var", - "name": "deleteConfirmTitle", - "printedName": "deleteConfirmTitle", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:header:footer:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "CollectionSection", + "printedName": "TranzzoPaymentSDK.CollectionSection", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "editShouldIndent", - "printedName": "editShouldIndent", - "children": [ + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "CollectionHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" }, { - "kind": "Var", - "name": "moveAdjustDestination", - "printedName": "moveAdjustDestination", + "kind": "Function", + "name": "set", + "printedName": "set(elements:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Function", + "name": "set", + "printedName": "set(element:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "shouldShowMenu", - "printedName": "shouldShowMenu", + "kind": "Function", + "name": "add", + "printedName": "add(element:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "canPerformMenuAction", - "printedName": "canPerformMenuAction", + "kind": "Function", + "name": "add", + "printedName": "add(elements:at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "performMenuAction", - "printedName": "performMenuAction", - "children": [ + ], + "usr": "s:Sq" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] - } + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Function", + "name": "remove", + "printedName": "remove(at:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", - "children": [ + ], + "usr": "s:Sq" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] - } + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "leadingSwipeActions", - "printedName": "leadingSwipeActions", + "kind": "Function", + "name": "remove", + "printedName": "remove(atIndexes:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } - ] + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "trailingSwipeActions", - "printedName": "trailingSwipeActions", + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID?", - "children": [ - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", @@ -24727,18 +22171,32 @@ "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, { "kind": "TypeNominal", "name": "Int", @@ -24746,43 +22204,26 @@ "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO", - "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK17CollectionSectionC", + "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl", "RawDocComment" ], - "enumRawTypeName": "Int", "conformances": [ { "kind": "Conformance", @@ -24807,32 +22248,17 @@ }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" }, { "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" } ] }, @@ -24846,11 +22272,38 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", "printedName": "UIKit", "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "RawDocComment" @@ -24858,51 +22311,26 @@ }, { "kind": "TypeDecl", - "name": "ScrollViewEventsHandler", - "printedName": "ScrollViewEventsHandler", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", "children": [ { "kind": "Var", - "name": "didScroll", - "printedName": "didScroll", + "name": "path", + "printedName": "path", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -24911,140 +22339,205 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "urlParameters", + "printedName": "urlParameters", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Any]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:SD" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Dictionary", + "printedName": "[Swift.String : Any]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:SD" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "endScrollingAnimation", - "printedName": "endScrollingAnimation", + "name": "requestUrl", + "printedName": "requestUrl", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "printedName": "Swift.String?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "Changeset", + "printedName": "Changeset", + "children": [ + { + "kind": "Var", + "name": "data", + "printedName": "data", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25057,35 +22550,16 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25101,35 +22575,16 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25145,9 +22600,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25155,43 +22612,29 @@ }, { "kind": "Var", - "name": "shouldScrollToTop", - "printedName": "shouldScrollToTop", + "name": "sectionDeleted", + "printedName": "sectionDeleted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25204,36 +22647,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25249,36 +22681,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25294,9 +22715,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25304,42 +22727,29 @@ }, { "kind": "Var", - "name": "didScrollToTop", - "printedName": "didScrollToTop", + "name": "sectionInserted", + "printedName": "sectionInserted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25352,35 +22762,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25396,35 +22796,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25440,9 +22830,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25450,42 +22842,29 @@ }, { "kind": "Var", - "name": "willBeginDragging", - "printedName": "willBeginDragging", + "name": "sectionUpdated", + "printedName": "sectionUpdated", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25498,35 +22877,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25542,35 +22911,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[Swift.Int]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25586,9 +22945,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25596,69 +22957,42 @@ }, { "kind": "Var", - "name": "willEndDragging", - "printedName": "willEndDragging", + "name": "sectionMoved", + "printedName": "sectionMoved", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25671,62 +23005,38 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25742,62 +23052,38 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - }, - { - "kind": "TypeNominal", - "name": "UnsafeMutablePointer", - "printedName": "Swift.UnsafeMutablePointer", - "children": [ - { - "kind": "TypeNominal", - "name": "CGPoint", - "printedName": "CoreFoundation.CGPoint", - "usr": "c:@S@CGPoint" - } - ], - "usr": "s:Sp" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25813,9 +23099,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -25823,55 +23111,29 @@ }, { "kind": "Var", - "name": "endDragging", - "printedName": "endDragging", + "name": "elementDeleted", + "printedName": "elementDeleted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -25884,48 +23146,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -25941,48 +23180,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, Swift.Bool)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ] - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -25998,9 +23214,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26008,42 +23226,29 @@ }, { "kind": "Var", - "name": "willBeginDecelerating", - "printedName": "willBeginDecelerating", + "name": "elementInserted", + "printedName": "elementInserted", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -26056,35 +23261,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26100,35 +23295,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26144,9 +23329,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26154,42 +23341,29 @@ }, { "kind": "Var", - "name": "endDecelerating", - "printedName": "endDecelerating", + "name": "elementUpdated", + "printedName": "elementUpdated", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -26202,35 +23376,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26246,35 +23410,25 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26290,9 +23444,11 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } @@ -26300,54 +23456,44 @@ }, { "kind": "Var", - "name": "viewForZooming", - "printedName": "viewForZooming", + "name": "elementMoved", + "printedName": "elementMoved", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -26358,44 +23504,38 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" }, @@ -26411,44 +23551,38 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" }, { "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ] } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "set" }, @@ -26464,77 +23598,217 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "willBeginZooming", - "printedName": "willBeginZooming", + "kind": "Constructor", + "name": "init", + "printedName": "init(data:sectionDeleted:sectionInserted:sectionUpdated:sectionMoved:elementDeleted:elementInserted:elementUpdated:elementMoved:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Int]", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: Swift.Int, target: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] } ], - "usr": "s:Sq" + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.ElementPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "sectionChangeCount", + "printedName": "sectionChangeCount", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], "accessors": [ { "kind": "Accessor", @@ -26543,213 +23817,84 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "elementChangeCount", + "printedName": "elementChangeCount", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "endZooming", - "printedName": "endZooming", + "name": "changeCount", + "printedName": "changeCount", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "Inlinable" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -26758,198 +23903,127 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "hasSectionChanges", + "printedName": "hasSectionChanges", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", - "children": [ - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvs", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "hasElementChanges", + "printedName": "hasElementChanges", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvM", + "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "didZoom", - "printedName": "didZoom", + "name": "hasChanges", + "printedName": "hasChanges", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "Inlinable" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -26958,144 +24032,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:17TranzzoPaymentSDK9ChangesetV" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "didChangeAdjustedContentInset", - "printedName": "didChangeAdjustedContentInset", + "name": "debugDescription", + "printedName": "debugDescription", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -27104,110 +24126,158 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK9ChangesetV", + "mangledName": "$s17TranzzoPaymentSDK9ChangesetV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "WriteSafeSemaphore", + "printedName": "WriteSafeSemaphore", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "WriteSafeSemaphore", + "printedName": "TranzzoPaymentSDK.WriteSafeSemaphore", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreCACycfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "perform", + "printedName": "perform(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> τ_0_0", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((UIKit.UIScrollView) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(UIKit.UIScrollView) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIScrollView", - "printedName": "UIKit.UIScrollView", - "usr": "c:objc(cs)UIScrollView" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "typeAttributes": [ + "noescape" + ] } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC7performyxxyXElF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV", - "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK18WriteSafeSemaphoreC", + "mangledName": "$s17TranzzoPaymentSDK18WriteSafeSemaphoreC", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ { @@ -27238,12 +24308,14 @@ }, { "kind": "TypeDecl", - "name": "PaymentMethod", - "printedName": "PaymentMethod", + "name": "GetRequest", + "printedName": "GetRequest", "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP", + "usr": "s:17TranzzoPaymentSDK10GetRequestP", + "mangledName": "$s17TranzzoPaymentSDK10GetRequestP", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -27261,125 +24333,102 @@ "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "PaymentMethodType", - "printedName": "PaymentMethodType", + "name": "TableSection", + "printedName": "TableSection", "children": [ { "kind": "Var", - "name": "auth", - "printedName": "auth", + "name": "index", + "printedName": "index", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - } - ] + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:Sq" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "purchase", - "printedName": "purchase", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "moduleName": "TranzzoPaymentSDK", + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + ] }, { "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "name": "identifier", + "printedName": "identifier", "children": [ { "kind": "TypeNominal", @@ -27389,10 +24438,17 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -27407,61 +24463,26 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO", - "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "headerTitle", + "printedName": "headerTitle", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -27469,196 +24490,110 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "LookupMethodType", - "printedName": "LookupMethodType", - "children": [ - { - "kind": "Var", - "name": "lookup", - "printedName": "lookup", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.LookupMethodType.Type) -> TranzzoPaymentSDK.LookupMethodType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.LookupMethodType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.LookupMethodType?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "get" + "accessorKind": "_modify" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO", - "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "footerTitle", + "printedName": "footerTitle", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -27666,201 +24601,132 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Payment3dsBypassType", - "printedName": "Payment3dsBypassType", - "children": [ - { - "kind": "Var", - "name": "supported", - "printedName": "supported", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "always", - "printedName": "always", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "never", - "printedName": "never", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ] + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "headerView", + "printedName": "headerView", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -27869,155 +24735,107 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - } - ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO", - "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ + }, { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "PaymentMethod", - "printedName": "PaymentMethod", - "usr": "s:17TranzzoPaymentSDK0B6MethodP", - "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "PaymentType", - "printedName": "PaymentType", - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + ] }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "FixedAmountPaymentType", - "printedName": "FixedAmountPaymentType", - "children": [ { "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "name": "footerView", + "printedName": "footerView", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28028,14 +24846,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28052,14 +24878,22 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28076,8 +24910,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28086,23 +24920,25 @@ }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "isCollapsed", + "printedName": "isCollapsed", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28113,14 +24949,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28137,14 +24973,14 @@ }, { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28161,8 +24997,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28171,23 +25007,33 @@ }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "indexTitle", + "printedName": "indexTitle", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -28198,14 +25044,22 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -28222,14 +25076,22 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -28246,8 +25108,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -28256,42 +25118,32 @@ }, { "kind": "Var", - "name": "tokenCards", - "printedName": "tokenCards", + "name": "elements", + "printedName": "elements", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -28300,32 +25152,23 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" }, { @@ -28340,32 +25183,23 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "set" }, { @@ -28380,36 +25214,61 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" } ] }, + { + "kind": "Function", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, { "kind": "Var", - "name": "method", - "printedName": "method", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", + "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", "AccessControl" ], - "isLet": true, - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -28418,126 +25277,139 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", + "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" }, { "kind": "Constructor", "name": "init", - "printedName": "init(orderId:amount:description:tokenCards:method:payment3dsBypass:)", + "printedName": "init(original:)", "children": [ { "kind": "TypeNominal", - "name": "FixedAmountPaymentType", - "printedName": "TranzzoPaymentSDK.FixedAmountPaymentType", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "Required", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:elements:)", + "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Required", + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "hasDefaultArg": true, @@ -28545,92 +25417,44 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:Sa" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, { - "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "AnyAmountPaymentType", - "printedName": "AnyAmountPaymentType", - "children": [ - { - "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:headerView:footerView:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -28639,83 +25463,78 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "description", - "printedName": "description", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + } + ], + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", + "Convenience", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "init_kind": "Convenience" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(id:elements:header:footer:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -28724,23 +25543,29 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + } + ], + "hasDefaultArg": true, + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -28748,503 +25573,395 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" }, { - "kind": "Var", - "name": "proposedAmounts", - "printedName": "proposedAmounts", + "kind": "Function", + "name": "set", + "printedName": "set(elements:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(element:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(element:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "tokenCards", - "printedName": "tokenCards", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(elements:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "method", - "printedName": "method", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(atIndexes:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(orderId:description:proposedAmounts:tokenCards:method:payment3dsBypass:)", + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", "children": [ { "kind": "TypeNominal", - "name": "AnyAmountPaymentType", - "printedName": "TranzzoPaymentSDK.AnyAmountPaymentType", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", + "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[Swift.Double]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Double]", - "children": [ - { - "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.TokenCardModel]", - "children": [ - { - "kind": "TypeNominal", - "name": "TokenCardModel", - "printedName": "TranzzoPaymentSDK.TokenCardModel", - "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" - } - ], - "usr": "s:Sa" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentMethodType?", - "children": [ - { - "kind": "TypeNominal", - "name": "PaymentMethodType", - "printedName": "TranzzoPaymentSDK.PaymentMethodType", - "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", - "children": [ - { - "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK12TableSectionC", + "mangledName": "$s17TranzzoPaymentSDK12TableSectionC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -29265,44 +25982,88 @@ }, { "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "DifferentiableSection", + "printedName": "DifferentiableSection", + "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", + "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" + }, + { + "kind": "Conformance", + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" } ] }, { - "kind": "TypeDecl", - "name": "LookupPaymentType", - "printedName": "LookupPaymentType", - "children": [ - { - "kind": "Var", - "name": "orderId", - "printedName": "orderId", + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Vision", + "printedName": "Vision", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFormatter", + "printedName": "TextFormatter", + "children": [ + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -29311,23 +26072,13 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "String", @@ -29335,59 +26086,254 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "children": [ + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP03getD6Offset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP03getD6Offset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CaretPositioner>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Var", - "name": "description", - "printedName": "description", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PlaceholderTextInputFormatter", + "printedName": "PlaceholderTextInputFormatter", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", "children": [ + { + "kind": "TypeNominal", + "name": "PlaceholderTextInputFormatter", + "printedName": "TranzzoPaymentSDK.PlaceholderTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC" + }, { "kind": "TypeNominal", "name": "String", "printedName": "Swift.String", "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasStorage", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC14getCaretOffset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC14getCaretOffset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ "AccessControl" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -29396,23 +26342,44 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -29420,50 +26387,132 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK29PlaceholderTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK29PlaceholderTextInputFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" }, + { + "kind": "Conformance", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextFieldInputController", + "printedName": "TextFieldInputController", + "children": [ { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", "AccessControl" ], @@ -29476,16 +26525,25 @@ "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -29500,16 +26558,25 @@ }, { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -29524,34 +26591,214 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", + "usr": "s:17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC9formatterAA0dF9Formatter_pSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "method", - "printedName": "method", + "kind": "Function", + "name": "textField", + "printedName": "textField(_:shouldChangeCharactersIn:replacementString:)", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController(im)textField:shouldChangeCharactersInRange:replacementString:", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC04textE0_24shouldChangeCharactersIn17replacementStringSbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textField:shouldChangeCharactersInRange:replacementString:", "declAttributes": [ - "HasStorage", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "TextFieldInputController", + "printedName": "TranzzoPaymentSDK.TextFieldInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldInputController", + "mangledName": "$s17TranzzoPaymentSDK24TextFieldInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SumTextFormatter", + "printedName": "SumTextFormatter", + "children": [ + { + "kind": "Var", + "name": "numberFormatter", + "printedName": "numberFormatter", + "children": [ + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], "isLet": true, "hasStorage": true, "accessors": [ @@ -29562,41 +26809,46 @@ "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0So08NSNumberF0Cvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "payment3dsBypass", - "printedName": "payment3dsBypass", + "name": "maximumIntegerCharacters", + "printedName": "maximumIntegerCharacters", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "isLet": true, "hasStorage": true, "accessors": [ { @@ -29606,464 +26858,601 @@ "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivs", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivM", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumIntegerCharactersSivM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "isOpen": true, + "accessorKind": "_modify" } ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(orderId:description:amount:method:payment3dsBypass:)", + "kind": "Var", + "name": "maximumDecimalCharacters", + "printedName": "maximumDecimalCharacters", "children": [ { "kind": "TypeNominal", - "name": "LookupPaymentType", - "printedName": "TranzzoPaymentSDK.LookupPaymentType", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC24maximumDecimalCharactersSivg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "prefix", + "printedName": "prefix", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Double?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Double", - "printedName": "Swift.Double", - "usr": "s:Sd" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.LookupMethodType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "LookupMethodType", - "printedName": "TranzzoPaymentSDK.LookupMethodType", - "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6prefixSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "suffix", + "printedName": "suffix", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Payment3dsBypassType", - "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", - "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV", - "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6suffixSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Conformance", - "name": "PaymentType", - "printedName": "PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP", - "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "TranzzoPaymentDelegate", - "printedName": "TranzzoPaymentDelegate", - "children": [ - { - "kind": "Function", - "name": "paymentSuccess", - "printedName": "paymentSuccess(_:)", + "kind": "Var", + "name": "groupingSeparator", + "printedName": "groupingSeparator", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "PaymentInfoResponse", - "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", - "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC17groupingSeparatorSSvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "paymentFailed", - "printedName": "paymentFailed(_:)", + "kind": "Var", + "name": "decimalSeparator", + "printedName": "decimalSeparator", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TranzzoError", - "printedName": "TranzzoPaymentSDK.TranzzoError", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "paymentCanceled", - "printedName": "paymentCanceled()", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC16decimalSeparatorSSvg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "groupingSize", + "printedName": "groupingSize", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivp", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP", - "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : AnyObject>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivg", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC12groupingSizeSivg", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "accessorKind": "get" + } + ] }, { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TranzzoPaymentSDK", - "printedName": "TranzzoPaymentSDK", - "children": [ + "kind": "Constructor", + "name": "init", + "printedName": "init(numberFormatter:)", + "children": [ + { + "kind": "TypeNominal", + "name": "SumTextFormatter", + "printedName": "TranzzoPaymentSDK.SumTextFormatter", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC06numberF0ACSo08NSNumberF0C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC06numberF0ACSo08NSNumberF0C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { - "kind": "Function", - "name": "setConfig", - "printedName": "setConfig(paymentConfig:uiConfig:)", + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "SumTextFormatter", + "printedName": "TranzzoPaymentSDK.SumTextFormatter", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC" }, { "kind": "TypeNominal", - "name": "PaymentsConfig", - "printedName": "TranzzoPaymentSDK.PaymentsConfig", - "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Convenience", + "AccessControl" + ], + "init_kind": "Convenience" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "PaymentContollerConfig", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", - "mangledName": "$s17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "isOpen": true, "declAttributes": [ - "Final", - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "makePayment", - "printedName": "makePayment(rootController:delegate:paymentData:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "UIViewController", - "printedName": "UIKit.UIViewController", - "usr": "c:objc(cs)UIViewController" - }, + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", - "name": "TranzzoPaymentDelegate", - "printedName": "any TranzzoPaymentSDK.TranzzoPaymentDelegate", - "usr": "s:17TranzzoPaymentSDK0aB8DelegateP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "PaymentData", - "printedName": "TranzzoPaymentSDK.PaymentData", - "usr": "s:17TranzzoPaymentSDK0B4DataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", - "mangledName": "$s17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "isOpen": true, "declAttributes": [ - "Final", - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDKAAC", - "mangledName": "$s17TranzzoPaymentSDKAAC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "hasMissingDesignatedInitializers": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "NetworkingManagerProtocol", - "printedName": "NetworkingManagerProtocol", - "children": [ { "kind": "Function", - "name": "sendRequest", - "printedName": "sendRequest(request:completionBlock:)", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Foundation.NSNumber?", + "children": [ + { + "kind": "TypeNominal", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "BaseRequestProtocol", - "printedName": "any TranzzoPaymentSDK.BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.BaseResponse) -> ()", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "BaseResponse", - "printedName": "TranzzoPaymentSDK.BaseResponse", - "usr": "s:17TranzzoPaymentSDK12BaseResponseV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", - "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC14unformatNumberySo8NSNumberCSgSSSgF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.NetworkingManagerProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP", - "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16SumTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK16SumTextFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -30073,10 +27462,31 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP" } ] }, @@ -30090,59 +27500,32 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "TypeDecl", - "name": "PaymentData", - "printedName": "PaymentData", + "name": "SumTextInputFormatter", + "printedName": "SumTextInputFormatter", "children": [ { "kind": "Var", - "name": "type", - "printedName": "type", + "name": "maximumIntegerCharacters", + "printedName": "maximumIntegerCharacters", "children": [ { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30151,16 +27534,16 @@ "children": [ { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -30175,16 +27558,16 @@ }, { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivs", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -30199,35 +27582,35 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivM", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumIntegerCharactersSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "keyConfig", - "printedName": "keyConfig", + "name": "maximumDecimalCharacters", + "printedName": "maximumDecimalCharacters", "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30236,83 +27619,106 @@ "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC24maximumDecimalCharactersSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "prefix", + "printedName": "prefix", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6prefixSSSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "customerData", - "printedName": "customerData", + "name": "suffix", + "printedName": "suffix", "children": [ { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30321,92 +27727,90 @@ "children": [ { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6suffixSSSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "groupingSeparator", + "printedName": "groupingSeparator", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC17groupingSeparatorSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "additionalData", - "printedName": "additionalData", + "name": "decimalSeparator", + "printedName": "decimalSeparator", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", "AccessControl" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -30415,231 +27819,177 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC16decimalSeparatorSSvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "isOpen": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "groupingSize", + "printedName": "groupingSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC12groupingSizeSivg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "isOpen": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "numberFormatter", + "printedName": "numberFormatter", + "children": [ + { + "kind": "TypeNominal", + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvp", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvp", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvg", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0So08NSNumberG0Cvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "isOpen": true, + "accessorKind": "get" } ] }, { "kind": "Constructor", "name": "init", - "printedName": "init(type:keyConfig:customerData:additionalData:)", + "printedName": "init(numberFormatter:)", "children": [ { "kind": "TypeNominal", - "name": "PaymentData", - "printedName": "TranzzoPaymentSDK.PaymentData", - "usr": "s:17TranzzoPaymentSDK0B4DataV" + "name": "SumTextInputFormatter", + "printedName": "TranzzoPaymentSDK.SumTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC" }, { "kind": "TypeNominal", - "name": "PaymentType", - "printedName": "any TranzzoPaymentSDK.PaymentType", - "usr": "s:17TranzzoPaymentSDK0B4TypeP" - }, + "name": "NumberFormatter", + "printedName": "Foundation.NumberFormatter", + "usr": "c:objc(cs)NSNumberFormatter" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0ACSo08NSNumberG0C_tcfc", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06numberG0ACSo08NSNumberG0C_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ { "kind": "TypeNominal", - "name": "KeyConfig", - "printedName": "TranzzoPaymentSDK.KeyConfig", - "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + "name": "SumTextInputFormatter", + "printedName": "TranzzoPaymentSDK.SumTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC" }, { "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.AdditionalData?", - "children": [ - { - "kind": "TypeNominal", - "name": "AdditionalData", - "printedName": "TranzzoPaymentSDK.AdditionalData", - "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" - } - ], + "name": "Character", + "printedName": "Swift.Character", "hasDefaultArg": true, - "usr": "s:Sq" + "usr": "s:SJ" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B4DataV", - "mangledName": "$s17TranzzoPaymentSDK0B4DataV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "CollectionHeaderFooterAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:kind:)", - "children": [ + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, { "kind": "TypeNominal", "name": "String", @@ -30648,9 +27998,9 @@ }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" }, { "kind": "TypeNominal", @@ -30660,103 +28010,113 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP08registereF15ViewForDirector_4kindSSAA0dL0C_SStF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionReusableView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dK0C_SS10Foundation05IndexN0VtF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:index:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" @@ -30764,87 +28124,120 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dN0CSgSitF", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, + "isOpen": true, "declAttributes": [ - "DiscardableResult" + "AccessControl", + "RawDocComment" ], - "reqNewWitnessTableEntry": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "modelCellIdentifier", - "printedName": "modelCellIdentifier", + "kind": "Function", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "Foundation.NSNumber?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC14unformatNumberySo8NSNumberCSgSSSgF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getCaretOffset", + "printedName": "getCaretOffset(for:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC14getCaretOffset3forSiSS_tF", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC14getCaretOffset3forSiSS_tF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK21SumTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK21SumTextInputFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -30854,45 +28247,93 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP" + }, + { + "kind": "Conformance", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP" + }, + { + "kind": "Conformance", + "name": "CaretPositioner", + "printedName": "CaretPositioner", + "usr": "s:17TranzzoPaymentSDK15CaretPositionerP", + "mangledName": "$s17TranzzoPaymentSDK15CaretPositionerP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "CollectionHeaderFooterAdapter", - "printedName": "CollectionHeaderFooterAdapter", + "name": "TextFieldStartInputController", + "printedName": "TextFieldStartInputController", "children": [ { "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvp", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -30903,24 +28344,24 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvg", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -30935,24 +28376,24 @@ }, { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)?", "children": [ { "kind": "TypeNominal", "name": "ProtocolComposition", - "printedName": "Any" + "printedName": "any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter" } - ] + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvs", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvs", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -30967,21 +28408,38 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC13modelCellTypeypXpvM", + "usr": "s:17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvM", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC9formatterAA15CaretPositioner_AA0dG9FormatterpSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "kind": "Function", + "name": "textField", + "printedName": "textField(_:shouldChangeCharactersIn:replacementString:)", "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, { "kind": "TypeNominal", "name": "String", @@ -30989,106 +28447,215 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)textField:shouldChangeCharactersInRange:replacementString:", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC04textE0_24shouldChangeCharactersIn17replacementStringSbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textField:shouldChangeCharactersInRange:replacementString:", "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "textFieldDidBeginEditing", + "printedName": "textFieldDidBeginEditing(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "UITextField", + "printedName": "UIKit.UITextField", + "usr": "c:objc(cs)UITextField" + } + ], + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)textFieldDidBeginEditing:", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC04textE15DidBeginEditingyySo06UITextE0CF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textFieldDidBeginEditing:", + "declAttributes": [ + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "TextFieldStartInputController", + "printedName": "TranzzoPaymentSDK.TextFieldStartInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController" } - ] + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextFieldStartInputController", + "mangledName": "$s17TranzzoPaymentSDK29TextFieldStartInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextViewInputController", + "printedName": "TextViewInputController", + "children": [ { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "formatter", + "printedName": "formatter", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvp", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvp", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "hasStorage": true, "accessors": [ @@ -31099,18 +28666,25 @@ "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvg", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "get" }, { @@ -31125,18 +28699,25 @@ }, { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TextInputFormatter)?", + "children": [ + { + "kind": "TypeNominal", + "name": "TextInputFormatter", + "printedName": "any TranzzoPaymentSDK.TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvs", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvs", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "set" }, { @@ -31151,197 +28732,288 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", + "usr": "s:17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvM", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC9formatterAA0dF9Formatter_pSgvM", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "implicit": true, + "isOpen": true, "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "events", - "printedName": "events", + "kind": "Function", + "name": "textView", + "printedName": "textView(_:shouldChangeTextIn:replacementText:)", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITextView", + "printedName": "UIKit.UITextView", + "usr": "c:objc(cs)UITextView" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvp", + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController(im)textView:shouldChangeTextInRange:replacementText:", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC04textE0_012shouldChangeD2In011replacementD0SbSo06UITextE0C_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "objc_name": "textView:shouldChangeTextInRange:replacementText:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC6eventsAC16EventsSubscriberVyx_GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" - }, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "TextViewInputController", + "printedName": "TranzzoPaymentSDK.TextViewInputController", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterCyACyxGyADcSgcfc", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController(im)init", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerCACycfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "overriding": true, + "implicit": true, + "objc_name": "init", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" ], "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TextViewInputController", + "mangledName": "$s17TranzzoPaymentSDK23TextViewInputControllerC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextNumberFormatter", + "printedName": "TextNumberFormatter", + "children": [ { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:type:indexPath:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UICollectionReusableView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UICollectionReusableView", - "printedName": "UIKit.UICollectionReusableView", - "usr": "c:objc(cs)UICollectionReusableView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP6formatySSSgSo8NSNumberCF", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP6formatySSSgSo8NSNumberCF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextNumberFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK19TextNumberFormatterP", + "mangledName": "$s17TranzzoPaymentSDK19TextNumberFormatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextInputFormatter", + "printedName": "DefaultTextInputFormatter", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextInputFormatter", + "printedName": "TranzzoPaymentSDK.DefaultTextInputFormatter", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC" }, { "kind": "TypeNominal", @@ -31351,27 +29023,33 @@ }, { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC07dequeueeF11ForDirector_4type9indexPathSo24UICollectionReusableViewCSgAA0dJ0C_SS10Foundation05IndexM0VtF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC11textPattern13patternSymbolACSS_SJtcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], - "funcSelfKind": "NonMutating" + "init_kind": "Designated" }, { "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:kind:)", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, { "kind": "TypeNominal", "name": "String", @@ -31380,9 +29058,9 @@ }, { "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" }, { "kind": "TypeNominal", @@ -31392,283 +29070,449 @@ } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC08registereF15ViewForDirector_4kindSSAA0dK0C_SStF", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC06formatF007currentE05range17replacementStringAA09FormattedE5ValueVSS_So8_NSRangeVSStF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "isOpen": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:index:)", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, - { - "kind": "TypeNominal", - "name": "CollectionSectionEvents", - "printedName": "TranzzoPaymentSDK.CollectionSectionEvents", - "usr": "s:17TranzzoPaymentSDK23CollectionSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UIView?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC8dispatch_02isE04view7section5indexypSgAA0D13SectionEventsO_SbSo6UIViewCSgAA0dM0CSgSitF", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "isOpen": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "RawDocComment" ], "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK25DefaultTextInputFormatterC", + "mangledName": "$s17TranzzoPaymentSDK25DefaultTextInputFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeDecl", - "name": "Event", - "printedName": "Event", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "DefaultTextFormatter", + "printedName": "DefaultTextFormatter", + "children": [ + { + "kind": "Var", + "name": "textPattern", + "printedName": "textPattern", "children": [ { - "kind": "Var", - "name": "isHeader", - "printedName": "isHeader", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvp", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvg", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPatternSSvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE0Sbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "patternSymbol", + "printedName": "patternSymbol", + "children": [ { - "kind": "Var", - "name": "view", - "printedName": "view", + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvp", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvg", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC13patternSymbolSJvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultTextFormatter", + "printedName": "TranzzoPaymentSDK.DefaultTextFormatter", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "format", + "printedName": "format(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV4viewxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "sectionIndex", - "printedName": "sectionIndex", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC6formatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV12sectionIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Constants", + "printedName": "Constants", + "children": [ { "kind": "Var", - "name": "section", - "printedName": "section", + "name": "defaultPatternSymbol", + "printedName": "defaultPatternSymbol", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvp", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvpZ", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvpZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ "HasInitialValue", "HasStorage", - "SetterAccess", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -31678,102 +29522,29 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV7sectionAA0D7SectionCSgvg", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvgZ", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV20defaultPatternSymbolSJvgZ", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", + "static": true, "implicit": true, "accessorKind": "get" } ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(isHeader:view:section:index:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.CollectionSection?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV02isE04view7section5indexAEyx_GSb_So6UIViewCSgAA0D7SectionCSgSitcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC9ConstantsV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isFromExtension": true, + "declAttributes": [ + "AccessControl" + ], "conformances": [ { "kind": "Conformance", @@ -31790,808 +29561,463 @@ "mangledName": "$ss9EscapableP" } ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK20DefaultTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK20DefaultTextFormatterC", + "moduleName": "TranzzoPaymentSDK", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" + }, + { + "kind": "Conformance", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextNumberUnformatter", + "printedName": "TextNumberUnformatter", + "children": [ + { + "kind": "Function", + "name": "unformatNumber", + "printedName": "unformatNumber(_:)", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.NSNumber?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP08unformatE0ySo8NSNumberCSgSSSgF", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP08unformatE0ySo8NSNumberCSgSSSgF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextNumberUnformatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK21TextNumberUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK21TextNumberUnformatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "children": [ + { + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV7dequeueyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "referenceSize", - "printedName": "referenceSize", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP8unformatySSSgAEF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextUnformatter>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "RawDocComment" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "FormattedTextValue", + "printedName": "FormattedTextValue", + "children": [ + { + "kind": "Var", + "name": "formattedText", + "printedName": "formattedText", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvp", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvg", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE0SSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "caretBeginOffset", + "printedName": "caretBeginOffset", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivp", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV13referenceSizeSo6CGSizeVAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivg", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV16caretBeginOffsetSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(formattedText:caretBeginOffset:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" }, { - "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV09formattedE016caretBeginOffsetACSS_Sitcfc", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV09formattedE016caretBeginOffsetACSS_Sitcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "zero", + "printedName": "zero", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV4zeroACvpZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV4zeroACvpZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "AccessControl" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV4zeroACvgZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV4zeroACvgZ", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10didDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV10endDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" }, { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionHeaderFooterAdapter<τ_0_0>.Event", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV11willDisplayyAC5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC16EventsSubscriberV", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV2eeoiySbAC_ACtFZ", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", - "mangledName": "$s17TranzzoPaymentSDK29CollectionHeaderFooterAdapterC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV", + "mangledName": "$s17TranzzoPaymentSDK18FormattedTextValueV", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UICollectionReusableView>", - "sugared_genericSig": "", - "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -32612,10 +30038,10 @@ }, { "kind": "Conformance", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" } ] }, @@ -32629,101 +30055,34 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, { "kind": "TypeDecl", - "name": "ConstraintWithKeyboardObserver", - "printedName": "ConstraintWithKeyboardObserver", + "name": "PlaceholderTextFormatter", + "printedName": "PlaceholderTextFormatter", "children": [ { "kind": "Var", - "name": "additionalIndent", - "printedName": "additionalIndent", + "name": "textPattern", + "printedName": "textPattern", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvp", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvp", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "Preconcurrency", - "Custom", + "Final", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -32733,133 +30092,205 @@ "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvg", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvg", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPatternSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, + "declAttributes": [ + "Final" + ], "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "patternSymbol", + "printedName": "patternSymbol", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvp", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvM", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvg", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC13patternSymbolSJvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "declAttributes": [ + "Final" + ], + "accessorKind": "get" } ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(textPattern:patternSymbol:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PlaceholderTextFormatter", + "printedName": "TranzzoPaymentSDK.PlaceholderTextFormatter", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "hasDefaultArg": true, + "usr": "s:SJ" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC11textPattern13patternSymbolACSS_SJtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { "kind": "Function", - "name": "awakeFromNib", - "printedName": "awakeFromNib()", + "name": "format", + "printedName": "format(_:)", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)awakeFromNib", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC12awakeFromNibyyF", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC6formatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC6formatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "objc_name": "awakeFromNib", + "isOpen": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", "AccessControl", - "Override" + "RawDocComment" ], "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init()", + "kind": "Function", + "name": "unformat", + "printedName": "unformat(_:)", "children": [ { "kind": "TypeNominal", - "name": "ConstraintWithKeyboardObserver", - "printedName": "TranzzoPaymentSDK.ConstraintWithKeyboardObserver", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)init", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverCACycfc", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC8unformatySSSgAEF", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC8unformatySSSgAEF", "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "objc_name": "init", + "isOpen": true, "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom", - "Override" + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "funcSelfKind": "NonMutating" } ], "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver", - "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC", + "usr": "s:17TranzzoPaymentSDK24PlaceholderTextFormatterC", + "mangledName": "$s17TranzzoPaymentSDK24PlaceholderTextFormatterC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:objc(cs)NSLayoutConstraint", - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.NSLayoutConstraint", - "ObjectiveC.NSObject" + "AccessControl" ], "conformances": [ { @@ -32878,52 +30309,17 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "TextFormatter", + "printedName": "TextFormatter", + "usr": "s:17TranzzoPaymentSDK13TextFormatterP", + "mangledName": "$s17TranzzoPaymentSDK13TextFormatterP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "TextUnformatter", + "printedName": "TextUnformatter", + "usr": "s:17TranzzoPaymentSDK15TextUnformatterP", + "mangledName": "$s17TranzzoPaymentSDK15TextUnformatterP" } ] }, @@ -32938,131 +30334,74 @@ ] }, { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "PassKit", - "printedName": "PassKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", + "kind": "TypeDecl", + "name": "TextInputFormatter", + "printedName": "TextInputFormatter", + "children": [ + { + "kind": "Function", + "name": "formatInput", + "printedName": "formatInput(currentText:range:replacementString:)", + "children": [ + { + "kind": "TypeNominal", + "name": "FormattedTextValue", + "printedName": "TranzzoPaymentSDK.FormattedTextValue", + "usr": "s:17TranzzoPaymentSDK18FormattedTextValueV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "_NSRange", + "printedName": "Foundation._NSRange", + "usr": "c:@S@_NSRange" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP06formatE007currentD05range17replacementStringAA09FormattedD5ValueVSS_So8_NSRangeVSStF", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP06formatE007currentD05range17replacementStringAA09FormattedD5ValueVSS_So8_NSRangeVSStF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TextInputFormatter>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK18TextInputFormatterP", + "mangledName": "$s17TranzzoPaymentSDK18TextInputFormatterP", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "AccessControl", "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } ] }, { @@ -33075,23 +30414,6 @@ "RawDocComment" ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, { "kind": "Import", "name": "Foundation", @@ -33104,26 +30426,30 @@ }, { "kind": "TypeDecl", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", + "name": "PaymentData", + "printedName": "PaymentData", "children": [ { "kind": "Var", - "name": "path", - "printedName": "path", + "name": "type", + "printedName": "type", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvp", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33132,53 +30458,83 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP4pathSSvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "urlParameters", - "printedName": "urlParameters", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" } ], - "usr": "s:SD" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4typeAA0B4Type_pvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "keyConfig", + "printedName": "keyConfig", + "children": [ + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33187,61 +30543,177 @@ "children": [ { "kind": "TypeNominal", - "name": "Dictionary", - "printedName": "[Swift.String : Any]", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:SD" + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP13urlParametersSDySSypGvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV9keyConfigAA03KeyF0VvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "requestUrl", - "printedName": "requestUrl", + "name": "customerData", + "printedName": "customerData", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0Vvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV08customerD0AA08CustomerD0VvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "additionalData", + "printedName": "additionalData", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.AdditionalData?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33251,55 +30723,176 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "TranzzoPaymentSDK.AdditionalData?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP10requestUrlSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "implicit": true, "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.AdditionalData?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV010additionalD0AA010AdditionalD0VSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" } ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(type:keyConfig:customerData:additionalData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentData", + "printedName": "TranzzoPaymentSDK.PaymentData", + "usr": "s:17TranzzoPaymentSDK0B4DataV" + }, + { + "kind": "TypeNominal", + "name": "PaymentType", + "printedName": "any TranzzoPaymentSDK.PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP" + }, + { + "kind": "TypeNominal", + "name": "KeyConfig", + "printedName": "TranzzoPaymentSDK.KeyConfig", + "usr": "s:17TranzzoPaymentSDK9KeyConfigV" + }, + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.AdditionalData?", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV4type9keyConfig08customerD0010additionalD0AcA0B4Type_p_AA03KeyG0VAA08CustomerD0VAA010AdditionalD0VSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B4DataV", + "mangledName": "$s17TranzzoPaymentSDK0B4DataV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, { "kind": "Conformance", "name": "Copyable", "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "Import", "name": "UIKit", @@ -33312,8 +30905,8 @@ }, { "kind": "Import", - "name": "Vision", - "printedName": "Vision", + "name": "PassKit", + "printedName": "PassKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK" }, @@ -33334,16 +30927,68 @@ "RawDocComment" ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, { "kind": "TypeDecl", - "name": "GetRequest", - "printedName": "GetRequest", + "name": "NetworkingManagerProtocol", + "printedName": "NetworkingManagerProtocol", + "children": [ + { + "kind": "Function", + "name": "sendRequest", + "printedName": "sendRequest(request:completionBlock:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "BaseRequestProtocol", + "printedName": "any TranzzoPaymentSDK.BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.BaseResponse) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "BaseResponse", + "printedName": "TranzzoPaymentSDK.BaseResponse", + "usr": "s:17TranzzoPaymentSDK12BaseResponseV" + } + ] + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP11sendRequest7request15completionBlockyAA04BasehF0_p_yAA0L8ResponseVctF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.NetworkingManagerProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK10GetRequestP", - "mangledName": "$s17TranzzoPaymentSDK10GetRequestP", + "usr": "s:17TranzzoPaymentSDK25NetworkingManagerProtocolP", + "mangledName": "$s17TranzzoPaymentSDK25NetworkingManagerProtocolP", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", - "sugared_genericSig": "", "declAttributes": [ "AccessControl" ], @@ -33361,13 +31006,6 @@ "printedName": "Copyable", "usr": "s:s8CopyableP", "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "BaseRequestProtocol", - "printedName": "BaseRequestProtocol", - "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", - "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" } ] }, @@ -33383,8 +31021,8 @@ }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -33393,8 +31031,8 @@ }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -33413,35 +31051,35 @@ }, { "kind": "TypeDecl", - "name": "ProductPriceType", - "printedName": "ProductPriceType", + "name": "PaymentStatus", + "printedName": "PaymentStatus", "children": [ { "kind": "Var", - "name": "vat", - "printedName": "vat", + "name": "pending", + "printedName": "pending", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ] } @@ -33449,36 +31087,36 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3vatyA2CmF", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7pendingyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "net", - "printedName": "net", + "name": "failure", + "printedName": "failure", "children": [ { "kind": "TypeFunc", "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductPriceType.Type) -> TranzzoPaymentSDK.ProductPriceType", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" }, { "kind": "TypeNominal", "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductPriceType.Type", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ] } @@ -33486,8 +31124,45 @@ } ], "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO3netyA2CmF", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7failureyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "success", + "printedName": "success", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentStatus.Type) -> TranzzoPaymentSDK.PaymentStatus", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentStatus.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B6StatusO7successyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO7successyA2CmF", "moduleName": "TranzzoPaymentSDK" }, { @@ -33498,13 +31173,13 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "TranzzoPaymentSDK.PaymentStatus?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "usr": "s:Sq" @@ -33517,10 +31192,12 @@ } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueACSgSS_tcfc", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueACSgSS_tcfc", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "AccessControl" + ], "init_kind": "Designated" }, { @@ -33536,8 +31213,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvp", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessors": [ @@ -33554,8 +31231,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO8rawValueSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -33564,8 +31241,8 @@ } ], "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO", - "mangledName": "$s17TranzzoPaymentSDK16ProductPriceTypeO", + "usr": "s:17TranzzoPaymentSDK0B6StatusO", + "mangledName": "$s17TranzzoPaymentSDK0B6StatusO", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -33640,207 +31317,339 @@ }, { "kind": "TypeDecl", - "name": "ProductUnitType", - "printedName": "ProductUnitType", + "name": "PaymentInfoResponse", + "printedName": "PaymentInfoResponse", "children": [ { "kind": "Var", - "name": "kg", - "printedName": "kg", + "name": "paymentID", + "printedName": "paymentID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9paymentIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2kgyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "m", - "printedName": "m", + "name": "orderID", + "printedName": "orderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7orderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1myA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "pc", - "printedName": "pc", + "name": "gatewayOrderID", + "printedName": "gatewayOrderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14gatewayOrderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO2pcyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { "kind": "Var", - "name": "l", - "printedName": "l", + "name": "billingOrderID", + "printedName": "billingOrderID", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductUnitType.Type) -> TranzzoPaymentSDK.ProductUnitType", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductUnitType.Type", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14billingOrderIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO1lyA2CmF", - "moduleName": "TranzzoPaymentSDK" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Var", + "name": "transactionID", + "printedName": "transactionID", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueACSgSS_tcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13transactionIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "name": "posID", + "printedName": "posID", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -33849,67 +31658,37 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV5posIDSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO", - "mangledName": "$s17TranzzoPaymentSDK15ProductUnitTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" }, { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Var", + "name": "mode", + "printedName": "mode", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -33917,157 +31696,20 @@ "printedName": "Swift.String", "usr": "s:SS" } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ProductTaxeType", - "printedName": "ProductTaxeType", - "children": [ - { - "kind": "Var", - "name": "vat", - "printedName": "vat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO3vatyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "nonVat", - "printedName": "nonVat", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ProductTaxeType.Type) -> TranzzoPaymentSDK.ProductTaxeType", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ProductTaxeType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO6nonVatyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductTaxeType?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueACSgSS_tcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -34076,105 +31718,32 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO8rawValueSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4modeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO", - "mangledName": "$s17TranzzoPaymentSDK15ProductTaxeTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "String", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", - "children": [ - { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:SY", - "mangledName": "$sSY" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Product", - "printedName": "Product", - "children": [ { "kind": "Var", - "name": "id", - "printedName": "id", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", @@ -34192,8 +31761,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34223,8 +31792,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV2idSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2idSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6methodSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34233,27 +31802,27 @@ }, { "kind": "Var", - "name": "url", - "printedName": "url", + "name": "amount", + "printedName": "amount", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34270,21 +31839,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.String?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3urlSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3urlSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6amountSo9NSDecimalaSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34293,8 +31862,8 @@ }, { "kind": "Var", - "name": "category", - "printedName": "category", + "name": "currency", + "printedName": "currency", "children": [ { "kind": "TypeNominal", @@ -34312,8 +31881,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34343,8 +31912,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV8categorySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8categorySSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8currencySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34353,8 +31922,8 @@ }, { "kind": "Var", - "name": "name", - "printedName": "name", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", @@ -34372,8 +31941,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34403,8 +31972,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV4nameSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4nameSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11descriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34413,27 +31982,19 @@ }, { "kind": "Var", - "name": "description", - "printedName": "description", + "name": "status", + "printedName": "status", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34449,22 +32010,14 @@ "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:Sq" + "name": "PaymentStatus", + "printedName": "TranzzoPaymentSDK.PaymentStatus", + "usr": "s:17TranzzoPaymentSDK0B6StatusO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV11descriptionSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6statusAA0B6StatusOvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34473,27 +32026,27 @@ }, { "kind": "Var", - "name": "amount", - "printedName": "amount", + "name": "statusCode", + "printedName": "statusCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34510,21 +32063,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6amountSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10statusCodeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34533,8 +32086,8 @@ }, { "kind": "Var", - "name": "currency", - "printedName": "currency", + "name": "statusDescription", + "printedName": "statusDescription", "children": [ { "kind": "TypeNominal", @@ -34552,8 +32105,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34583,8 +32136,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV8currencySSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV8currencySSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17statusDescriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34593,27 +32146,27 @@ }, { "kind": "Var", - "name": "priceType", - "printedName": "priceType", + "name": "userActionRequired", + "printedName": "userActionRequired", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "Swift.Bool?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34630,21 +32183,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "printedName": "Swift.Bool?", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV9priceTypeAA0d5PriceF0OSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV18userActionRequiredSbSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34653,27 +32206,27 @@ }, { "kind": "Var", - "name": "vat", - "printedName": "vat", + "name": "userActionURL", + "printedName": "userActionURL", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34690,21 +32243,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3vatSo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13userActionURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34713,27 +32266,27 @@ }, { "kind": "Var", - "name": "qty", - "printedName": "qty", + "name": "eci", + "printedName": "eci", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34750,21 +32303,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV3qtySo9NSDecimalaSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3eciSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34773,8 +32326,8 @@ }, { "kind": "Var", - "name": "payload", - "printedName": "payload", + "name": "mcc", + "printedName": "mcc", "children": [ { "kind": "TypeNominal", @@ -34792,8 +32345,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34823,8 +32376,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV7payloadSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV7payloadSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3mccSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34833,8 +32386,8 @@ }, { "kind": "Var", - "name": "customerEmail", - "printedName": "customerEmail", + "name": "options3Ds", + "printedName": "options3Ds", "children": [ { "kind": "TypeNominal", @@ -34852,8 +32405,8 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34883,8 +32436,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV13customerEmailSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10options3DsSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34893,27 +32446,27 @@ }, { "kind": "Var", - "name": "unit", - "printedName": "unit", + "name": "ccMask", + "printedName": "ccMask", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34930,21 +32483,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4unitAA0D8UnitTypeOSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6ccMaskSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -34953,35 +32506,27 @@ }, { "kind": "Var", - "name": "taxes", - "printedName": "taxes", + "name": "ccToken", + "printedName": "ccToken", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", - "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -34998,29 +32543,21 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", - "mangledName": "$s17TranzzoPaymentSDK7ProductV5taxesSayAA0D4TaxeVGSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7ccTokenSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -35028,16 +32565,10 @@ ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:url:category:name:description:amount:currency:priceType:vat:qty:payload:customerEmail:unit:taxes:)", + "kind": "Var", + "name": "ccTokenExpiration", + "printedName": "ccTokenExpiration", "children": [ - { - "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - }, { "kind": "TypeNominal", "name": "Optional", @@ -35051,21 +32582,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17ccTokenExpirationSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerID", + "printedName": "customerID", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35079,21 +32642,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIDSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerIP", + "printedName": "customerIP", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35107,21 +32702,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10customerIPSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerFname", + "printedName": "customerFname", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35135,49 +32762,113 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductPriceType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProductPriceType", - "printedName": "TranzzoPaymentSDK.ProductPriceType", - "usr": "s:17TranzzoPaymentSDK16ProductPriceTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerFnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerLname", + "printedName": "customerLname", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Foundation.Decimal?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.Decimal?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerLnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerEmail", + "printedName": "customerEmail", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35191,7 +32882,53 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerEmailSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerPhone", + "printedName": "customerPhone", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35205,163 +32942,131 @@ } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "TranzzoPaymentSDK.ProductUnitType?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProductUnitType", - "printedName": "TranzzoPaymentSDK.ProductUnitType", - "usr": "s:17TranzzoPaymentSDK15ProductUnitTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13customerPhoneSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "customerCountry", + "printedName": "customerCountry", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ProductTaxe]", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK7ProductV2id3url8category4name11description6amount8currency9priceType3vat3qty7payload13customerEmail4unit5taxesACSSSg_A4RSo9NSDecimalaSgArA0d5PriceM0OSgA2u2rA0d4UnitM0OSgSayAA0D4TaxeVGSgtcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", "AccessControl" ], - "init_kind": "Designated" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15customerCountrySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", + "kind": "Var", + "name": "resultURL", + "printedName": "resultURL", "children": [ { "kind": "TypeNominal", - "name": "Product", - "printedName": "TranzzoPaymentSDK.Product", - "usr": "s:17TranzzoPaymentSDK7ProductV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK7ProductV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK7ProductV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK7ProductV", - "mangledName": "$s17TranzzoPaymentSDK7ProductV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ProductTaxe", - "printedName": "ProductTaxe", - "children": [ - { - "kind": "Var", - "name": "type", - "printedName": "type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvp", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -35377,14 +33082,22 @@ "children": [ { "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4typeAA0dE4TypeOvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9resultURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -35393,19 +33106,27 @@ }, { "kind": "Var", - "name": "prc", - "printedName": "prc", + "name": "createdAt", + "printedName": "createdAt", "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", @@ -35421,186 +33142,58 @@ "children": [ { "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV3prcSo9NSDecimalavg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV9createdAtSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" } ] }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(type:prc:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - }, - { - "kind": "TypeNominal", - "name": "ProductTaxeType", - "printedName": "TranzzoPaymentSDK.ProductTaxeType", - "usr": "s:17TranzzoPaymentSDK15ProductTaxeTypeO" - }, - { - "kind": "TypeNominal", - "name": "Decimal", - "printedName": "Foundation.Decimal", - "usr": "c:@SA@NSDecimal" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4type3prcAcA0dE4TypeO_So9NSDecimalatcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(from:)", - "children": [ - { - "kind": "TypeNominal", - "name": "ProductTaxe", - "printedName": "TranzzoPaymentSDK.ProductTaxe", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV" - }, - { - "kind": "TypeNominal", - "name": "Decoder", - "printedName": "any Swift.Decoder", - "usr": "s:s7DecoderP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV4fromACs7Decoder_p_tKcfc", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "encode", - "printedName": "encode(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Encoder", - "printedName": "any Swift.Encoder", - "usr": "s:s7EncoderP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV6encode2toys7Encoder_p_tKF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "throwing": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ProductTaxeV", - "mangledName": "$s17TranzzoPaymentSDK11ProductTaxeV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSection", - "printedName": "TableSection", - "children": [ { "kind": "Var", - "name": "index", - "printedName": "index", + "name": "processingTime", + "printedName": "processingTime", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -35610,47 +33203,54 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC5indexSiSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14processingTimeSSSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "identifier", - "printedName": "identifier", + "name": "payload", + "printedName": "payload", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Final", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], "isLet": true, "hasStorage": true, @@ -35662,27 +33262,32 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10identifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10identifierSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7payloadSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "declAttributes": [ - "Final" - ], "accessorKind": "get" } ] }, { "kind": "Var", - "name": "headerTitle", - "printedName": "headerTitle", + "name": "bankShortName", + "printedName": "bankShortName", "children": [ { "kind": "TypeNominal", @@ -35700,15 +33305,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35732,22 +33336,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13bankShortNameSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "customerUserAgent", + "printedName": "customerUserAgent", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35764,36 +33396,18 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11headerTitleSSSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17customerUserAgentSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "footerTitle", - "printedName": "footerTitle", + "name": "customerCity", + "printedName": "customerCity", "children": [ { "kind": "TypeNominal", @@ -35811,15 +33425,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35843,22 +33456,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12customerCitySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "rrn", + "printedName": "rrn", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -35875,62 +33516,43 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvs", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3rrnSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11footerTitleSSSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "headerView", - "printedName": "headerView", + "name": "authCode", + "printedName": "authCode", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -35941,107 +33563,116 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8authCodeSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "dcc", + "printedName": "dcc", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV3dccSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "footerView", - "printedName": "footerView", + "name": "otpURL", + "printedName": "otpURL", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36052,99 +33683,116 @@ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6otpURLSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "makePaymentDescription", + "printedName": "makePaymentDescription", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV04makeB11DescriptionSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "isCollapsed", - "printedName": "isCollapsed", + "name": "customerBirthday", + "printedName": "customerBirthday", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36154,66 +33802,92 @@ "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerBirthdaySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "payway", + "printedName": "payway", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC11isCollapsedSbvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6paywaySSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "indexTitle", - "printedName": "indexTitle", + "name": "customerPatronym", + "printedName": "customerPatronym", "children": [ { "kind": "TypeNominal", @@ -36231,15 +33905,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -36263,22 +33936,50 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16customerPatronymSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "terminalName", + "printedName": "terminalName", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -36295,60 +33996,104 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvs", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV12terminalNameSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "set" - }, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientCcToken", + "printedName": "recipientCcToken", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC10indexTitleSSSgvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV16recipientCcTokenSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "elements", - "printedName": "elements", + "name": "recipientCcMask", + "printedName": "recipientCcMask", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -36357,123 +34102,118 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15recipientCcMaskSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "dccRates", + "printedName": "dccRates", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8elementsSayAA20ElementRepresentable_pGvM", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8dccRatesSSSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" - }, { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "trafficSource", + "printedName": "trafficSource", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ + "HasStorage", "AccessControl" ], + "isLet": true, + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -36482,129 +34222,33 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource?", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC20differenceIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13trafficSourceAC07TrafficG0VSgvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" } ] }, { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "declAttributes": [ - "Final", - "AccessControl" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(original:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC8originalA2C_tcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Required", - "RawDocComment" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Required", - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:)", + "kind": "Var", + "name": "gateway", + "printedName": "gateway", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36617,45 +34261,54 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7gatewaySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:headerView:footerView:)", + "kind": "Var", + "name": "paymentSystem", + "printedName": "paymentSystem", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36668,74 +34321,114 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13paymentSystemSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "entityId", + "printedName": "entityId", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV8entityIdSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements10headerView06footerI0ACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Convenience", - "AccessControl" - ], - "init_kind": "Convenience" + ] }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:header:footer:)", + "kind": "Var", + "name": "externalTerminalName", + "printedName": "externalTerminalName", "children": [ - { - "kind": "TypeNominal", - "name": "TableSection", - "printedName": "TranzzoPaymentSDK.TableSection", - "usr": "s:17TranzzoPaymentSDK12TableSectionC" - }, { "kind": "TypeNominal", "name": "Optional", @@ -36748,24 +34441,54 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV20externalTerminalNameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientEmail", + "printedName": "recipientEmail", + "children": [ { "kind": "TypeNominal", "name": "Optional", @@ -36778,14 +34501,59 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientEmailSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "recipientPhone", + "printedName": "recipientPhone", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", "name": "String", @@ -36793,345 +34561,774 @@ "usr": "s:SS" } ], - "hasDefaultArg": true, "usr": "s:Sq" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGA2Htcfc", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Convenience", + "HasStorage", "AccessControl" ], - "init_kind": "Convenience" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientPhoneSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(elements:)", + "kind": "Var", + "name": "recipientFname", + "printedName": "recipientFname", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientFnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "set", - "printedName": "set(element:at:)", + "kind": "Var", + "name": "recipientLname", + "printedName": "recipientLname", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV14recipientLnameSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "add", - "printedName": "add(element:at:)", + "kind": "Var", + "name": "recipientPatronym", + "printedName": "recipientPatronym", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17recipientPatronymSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "merchantOrderId", + "printedName": "merchantOrderId", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "add", - "printedName": "add(elements:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15merchantOrderIdSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "receiptUrl", + "printedName": "receiptUrl", + "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV10receiptUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(at:)", + "kind": "Var", + "name": "processedAmount", + "printedName": "processedAmount", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", + "printedName": "Foundation.Decimal?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Decimal?", + "children": [ + { + "kind": "TypeNominal", + "name": "Decimal", + "printedName": "Foundation.Decimal", + "usr": "c:@SA@NSDecimal" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV15processedAmountSo9NSDecimalaSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "remove", - "printedName": "remove(atIndexes:)", + "kind": "Var", + "name": "processedCurrency", + "printedName": "processedCurrency", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV17processedCurrencySSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "comment", + "printedName": "comment", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV7commentSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "registryRefNo", + "printedName": "registryRefNo", + "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC9removeAll15keepingCapacitySiSb_tF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "HasStorage", + "AccessControl" ], - "funcSelfKind": "NonMutating" + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13registryRefNoSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] }, { - "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "kind": "Var", + "name": "processedAt", + "printedName": "processedAt", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV11processedAtSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TrafficSource", + "printedName": "TrafficSource", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TrafficSource", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV" + }, + { + "kind": "TypeNominal", + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV4fromAEs7Decoder_p_tKcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "encode", + "printedName": "encode(to:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV6encode2toys7Encoder_p_tKF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV13TrafficSourceV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(from:)", + "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "PaymentInfoResponse", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Decoder", + "printedName": "any Swift.Decoder", + "usr": "s:s7DecoderP" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move10swappingAt4withySi_SitF", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV4fromACs7Decoder_p_tKcfc", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "implicit": true, + "throwing": true, + "init_kind": "Designated" }, { "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", + "name": "encode", + "printedName": "encode(to:)", "children": [ { "kind": "TypeNominal", @@ -37140,33 +35337,24 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Encoder", + "printedName": "any Swift.Encoder", + "usr": "s:s7EncoderP" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC4move4from2toySi_SitF", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV6encode2toys7Encoder_p_tKF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], + "implicit": true, + "throwing": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK12TableSectionC", - "mangledName": "$s17TranzzoPaymentSDK12TableSectionC", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV", + "mangledName": "$s17TranzzoPaymentSDK0B12InfoResponseV", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, "declAttributes": [ "AccessControl" ], @@ -37187,24 +35375,17 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" } ] }, @@ -37220,15 +35401,28 @@ }, { "kind": "Import", - "name": "WebKit", - "printedName": "WebKit", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -37237,37 +35431,38 @@ }, { "kind": "TypeDecl", - "name": "CollectionCellAdapter", - "printedName": "CollectionCellAdapter", + "name": "DifferentiateResult", + "printedName": "DifferentiateResult", "children": [ { "kind": "Var", - "name": "modelType", - "printedName": "modelType", + "name": "deleted", + "printedName": "deleted", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37277,108 +35472,119 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "inserted", + "printedName": "inserted", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "usr": "s:Sa" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC9modelTypeypXpvM", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", + "name": "updated", + "printedName": "updated", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37388,101 +35594,70 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "moved", + "printedName": "moved", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13modelViewTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37492,89 +35667,108 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "metadata", + "printedName": "metadata", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", + "children": [ + { + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ] } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -37584,3915 +35778,3894 @@ "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", + "children": [ + { + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ] } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(deleted:inserted:updated:moved:metadata:)", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "DifferentiateResult", + "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "events", - "printedName": "events", - "children": [ + "hasDefaultArg": true, + "usr": "s:Sa" + }, { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "EventsSubscriber", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[(source: τ_0_0, target: τ_0_0)]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC6eventsAC16EventsSubscriberVyxq__GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionCellAdapter", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "Tuple", + "printedName": "(source: τ_0_0, target: τ_0_0)", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + "hasDefaultArg": true, + "usr": "s:Sa" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "name": "Tuple", + "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>) -> ()", + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CollectionCellAdapter", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC" + "usr": "s:Sq" } - ] + ], + "usr": "s:s15ContiguousArrayV" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterCyACyxq_GyADcSgcfc", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "UsableFromInline" ], "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV", + "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inCollection:at:)", + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Trace", + "printedName": "Trace", + "children": [ + { + "kind": "Var", + "name": "reference", + "printedName": "reference", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewCell", - "printedName": "UIKit.UICollectionViewCell", - "usr": "c:objc(cs)UICollectionViewCell" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC07dequeueE002inD02atSo016UICollectionViewE0CSo0jK0C_10Foundation9IndexPathVtF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", "declAttributes": [ + "HasInitialValue", + "HasStorage", "AccessControl", - "RawDocComment" + "UsableFromInline" ], - "funcSelfKind": "NonMutating" + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] }, { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", + "kind": "Var", + "name": "deleteOffset", + "printedName": "deleteOffset", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "CollectionDirector", - "printedName": "TranzzoPaymentSDK.CollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "HasInitialValue", + "HasStorage", + "AccessControl", + "UsableFromInline" ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "CollectionAdapterEventID", - "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", - "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isTracked", + "printedName": "isTracked", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvp", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvg", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], - "usr": "s:Sq" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvs", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvM", + "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" + ] }, { - "kind": "TypeDecl", - "name": "Event", - "printedName": "Event", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { - "kind": "Var", - "name": "indexPath", - "printedName": "indexPath", + "kind": "TypeNominal", + "name": "Trace", + "printedName": "TranzzoPaymentSDK.Trace<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "usr": "s:17TranzzoPaymentSDK5TraceV" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK5TraceVACyxGycfc", + "mangledName": "$s17TranzzoPaymentSDK5TraceVACyxGycfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "UsableFromInline" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK5TraceV", + "mangledName": "$s17TranzzoPaymentSDK5TraceV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Occurrence", + "printedName": "Occurrence", + "children": [ + { + "kind": "Var", + "name": "unique", + "printedName": "unique", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> TranzzoPaymentSDK.Occurrence", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(index: Swift.Int)", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV9indexPath10Foundation05IndexI0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "element", - "printedName": "element", - "children": [ + ] + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Occurrence.Type", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "duplicate", + "printedName": "duplicate", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(reference: TranzzoPaymentSDK.IndicesReference)", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "IndicesReference", + "printedName": "TranzzoPaymentSDK.IndicesReference", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV7elementxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Occurrence", + "printedName": "TranzzoPaymentSDK.Occurrence", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + } + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK10OccurrenceO", + "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "IndicesReference", + "printedName": "IndicesReference", + "children": [ + { + "kind": "Var", + "name": "indices", + "printedName": "indices", + "children": [ { - "kind": "Var", - "name": "collection", - "printedName": "collection", + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionView?", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:s15ContiguousArrayV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "usr": "s:Sq" + "usr": "s:s15ContiguousArrayV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "Final" ], - "accessors": [ + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionView?", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV10collectionSo16UICollectionViewCSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "accessorKind": "get" + "usr": "s:s15ContiguousArrayV" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "set" }, { - "kind": "Var", - "name": "collectionSize", - "printedName": "collectionSize", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "Final" ], - "accessors": [ + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "position", + "printedName": "position", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV14collectionSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" }, { - "kind": "Var", - "name": "cell", - "printedName": "cell", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Final" ], - "hasStorage": true, - "accessors": [ + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_1?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_Sgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "IndicesReference", + "printedName": "TranzzoPaymentSDK.IndicesReference", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV4cellq_SgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "usr": "s:s15ContiguousArrayV" } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC5EventV", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ + "declAttributes": [ + "AccessControl", + "UsableFromInline" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "push", + "printedName": "push(_:)", + "children": [ { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "TypeDecl", - "name": "EventsSubscriber", - "printedName": "EventsSubscriber", + "kind": "Function", + "name": "next", + "printedName": "next()", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC", + "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableKey", + "printedName": "TableKey", + "children": [ + { + "kind": "Var", + "name": "pointeeHashValue", + "printedName": "pointeeHashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pointer", + "printedName": "pointer", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:SP" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "UsableFromInline" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:SP" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(pointer:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV7dequeueyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK8TableKeyV" }, { - "kind": "Var", - "name": "shouldSelect", - "printedName": "shouldSelect", + "kind": "TypeNominal", + "name": "UnsafePointer", + "printedName": "Swift.UnsafePointer<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12shouldSelectSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:SP" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Var", - "name": "shouldDeselect", - "printedName": "shouldDeselect", + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:17TranzzoPaymentSDK8TableKeyV" + }, + { + "kind": "TypeNominal", + "name": "TableKey", + "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14shouldDeselectSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK8TableKeyV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "static": true, + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "didSelect", - "printedName": "didSelect", + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "declAttributes": [ + "UsableFromInline" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivg", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "implicit": true, "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "UsableFromInline" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV9didSelectyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK8TableKeyV", + "mangledName": "$s17TranzzoPaymentSDK8TableKeyV", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Function", + "name": "differentiate", + "printedName": "differentiate(source:target:trackTargetIndexAsUpdated:mapIndex:updatedElements:undeletedElements:)", + "children": [ + { + "kind": "TypeNominal", + "name": "DifferentiateResult", + "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:s15ContiguousArrayV" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.Int) -> τ_0_1", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" }, { - "kind": "Var", - "name": "didDeselect", - "printedName": "didDeselect", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "typeAttributes": [ + "noescape" + ] + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((τ_0_0) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((τ_0_0) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", + "mangledName": "$s17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "Inlinable" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableCellAdapterProtocol", + "printedName": "TableCellAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11didDeselectyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ] - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "Var", - "name": "didHighlight", - "printedName": "didHighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inTable:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "AdditionalData", + "printedName": "AdditionalData", + "children": [ + { + "kind": "Var", + "name": "serverUrl", + "printedName": "serverUrl", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrlSSSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "products", + "printedName": "products", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.Product]?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV12didHighlightyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "didUnhighlight", - "printedName": "didUnhighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "[TranzzoPaymentSDK.Product]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } - ] + ], + "usr": "s:Sa" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV8productsSayAA7ProductVGSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "merchantMcc", + "printedName": "merchantMcc", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14didUnhighlightyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "shouldHighlight", - "printedName": "shouldHighlight", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "printedName": "Swift.String?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV11merchantMccSSSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "payload", + "printedName": "payload", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV15shouldHighlightSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:SD" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "printedName": "[Swift.String : Swift.String]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:SD" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV7payloadSDyS2SGSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(serverUrl:products:merchantMcc:payload:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AdditionalData", + "printedName": "TranzzoPaymentSDK.AdditionalData", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.Product]?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Product]", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Product", + "printedName": "TranzzoPaymentSDK.Product", + "usr": "s:17TranzzoPaymentSDK7ProductV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.String : Swift.String]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[Swift.String : Swift.String]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV11willDisplayyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:SD" } - ] + ], + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV9serverUrl8products11merchantMcc7payloadACSSSg_SayAA7ProductVGSgAHSDyS2SGSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14AdditionalDataV", + "mangledName": "$s17TranzzoPaymentSDK14AdditionalDataV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "TranzzoPaymentDelegate", + "printedName": "TranzzoPaymentDelegate", + "children": [ + { + "kind": "Function", + "name": "paymentSuccess", + "printedName": "paymentSuccess(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "TypeNominal", + "name": "PaymentInfoResponse", + "printedName": "TranzzoPaymentSDK.PaymentInfoResponse", + "usr": "s:17TranzzoPaymentSDK0B12InfoResponseV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP14paymentSuccessyyAA0B12InfoResponseVF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paymentFailed", + "printedName": "paymentFailed(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TranzzoError", + "printedName": "TranzzoPaymentSDK.TranzzoError", + "usr": "s:17TranzzoPaymentSDK0A5ErrorV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP13paymentFailedyyAA0A5ErrorVF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "paymentCanceled", + "printedName": "paymentCanceled()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP15paymentCanceledyyF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TranzzoPaymentDelegate>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP", + "mangledName": "$s17TranzzoPaymentSDK0aB8DelegateP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TranzzoPaymentSDK", + "printedName": "TranzzoPaymentSDK", + "children": [ + { + "kind": "Function", + "name": "setConfig", + "printedName": "setConfig(paymentConfig:uiConfig:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "PaymentsConfig", + "printedName": "TranzzoPaymentSDK.PaymentsConfig", + "usr": "s:17TranzzoPaymentSDK14PaymentsConfigV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentContollerConfig", + "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", + "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "mangledName": "$s17TranzzoPaymentSDKAAC9setConfig07paymentE002uiE0yAA08PaymentsE0V_AA0b9ContollerE0VSgtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "makePayment", + "printedName": "makePayment(rootController:delegate:paymentData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIViewController", + "printedName": "UIKit.UIViewController", + "usr": "c:objc(cs)UIViewController" + }, + { + "kind": "TypeNominal", + "name": "TranzzoPaymentDelegate", + "printedName": "any TranzzoPaymentSDK.TranzzoPaymentDelegate", + "usr": "s:17TranzzoPaymentSDK0aB8DelegateP" + }, + { + "kind": "TypeNominal", + "name": "PaymentData", + "printedName": "TranzzoPaymentSDK.PaymentData", + "usr": "s:17TranzzoPaymentSDK0B4DataV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "mangledName": "$s17TranzzoPaymentSDKAAC04makeB014rootController8delegate11paymentDataySo06UIViewF0C_AA0aB8Delegate_pAA0bI0VtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final", + "AccessControl" + ], + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDKAAC", + "mangledName": "$s17TranzzoPaymentSDKAAC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentMethodType", + "printedName": "PaymentMethodType", + "children": [ + { + "kind": "Var", + "name": "auth", + "printedName": "auth", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO4authyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "purchase", + "printedName": "purchase", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.PaymentMethodType.Type) -> TranzzoPaymentSDK.PaymentMethodType", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.PaymentMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV10endDisplayyAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8purchaseyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "shouldShowEditMenu", - "printedName": "shouldShowEditMenu", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV18shouldShowEditMenuSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:Sq" }, { - "kind": "Var", - "name": "canPerformEditAction", - "printedName": "canPerformEditAction", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO8rawValueSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO", + "mangledName": "$s17TranzzoPaymentSDK0B10MethodTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LookupMethodType", + "printedName": "LookupMethodType", + "children": [ + { + "kind": "Var", + "name": "lookup", + "printedName": "lookup", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.LookupMethodType.Type) -> TranzzoPaymentSDK.LookupMethodType", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.LookupMethodType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV20canPerformEditActionSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO6lookupyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "performEditAction", - "printedName": "performEditAction", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.LookupMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO", + "mangledName": "$s17TranzzoPaymentSDK16LookupMethodTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Payment3dsBypassType", + "printedName": "Payment3dsBypassType", + "children": [ + { + "kind": "Var", + "name": "supported", + "printedName": "supported", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO9supportedyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "always", + "printedName": "always", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", - "children": [ - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - }, - { - "kind": "TypeNominal", - "name": "Selector", - "printedName": "ObjectiveC.Selector", - "usr": "s:10ObjectiveC8SelectorV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO6alwaysyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "never", + "printedName": "never", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Payment3dsBypassType.Type) -> TranzzoPaymentSDK.Payment3dsBypassType", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV17performEditActionyAC5EventVyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO5neveryA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "canFocus", - "printedName": "canFocus", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueACSgSS_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO8rawValueSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO", + "mangledName": "$s17TranzzoPaymentSDK20Payment3dsBypassTypeO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8canFocusSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ] - }, + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" + }, + { + "kind": "Conformance", + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" + }, + { + "kind": "Conformance", + "name": "PaymentMethod", + "printedName": "PaymentMethod", + "usr": "s:17TranzzoPaymentSDK0B6MethodP", + "mangledName": "$s17TranzzoPaymentSDK0B6MethodP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PaymentType", + "printedName": "PaymentType", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "FixedAmountPaymentType", + "printedName": "FixedAmountPaymentType", + "children": [ + { + "kind": "Var", + "name": "orderId", + "printedName": "orderId", + "children": [ { - "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreFoundation.CGSize", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8itemSizeSo6CGSizeVAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "prefetch", - "printedName": "prefetch", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "amount", + "printedName": "amount", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } ], - "hasStorage": true, - "accessors": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6amountSdvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV11descriptionSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "tokenCards", + "printedName": "tokenCards", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "Var", - "name": "cancelPrefetch", - "printedName": "cancelPrefetch", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } - ] + ], + "usr": "s:Sa" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "([τ_0_0], [Foundation.IndexPath])", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Foundation.IndexPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" - } - ], - "usr": "s:Sa" - } - ] - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" }, { - "kind": "Var", - "name": "shouldSpringLoad", - "printedName": "shouldSpringLoad", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Event", - "printedName": "TranzzoPaymentSDK.CollectionCellAdapter<τ_0_0, τ_0_1>.Event", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV16shouldSpringLoadSbAC5EventVyxq__GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC16EventsSubscriberV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK21CollectionCellAdapterC", - "mangledName": "$s17TranzzoPaymentSDK21CollectionCellAdapterC", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", - "sugared_genericSig": "", - "isOpen": true, - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, - { - "kind": "Conformance", - "name": "CollectionCellAdapterProtocol", - "printedName": "CollectionCellAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "PaymentContollerConfig", - "printedName": "PaymentContollerConfig", - "children": [ { "kind": "Var", - "name": "colorConfig", - "printedName": "colorConfig", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvp", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -41502,82 +39675,41 @@ "children": [ { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvg", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV6methodAA0b6MethodF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0AA05ColorE0VvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "localizationConfig", - "printedName": "localizationConfig", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvp", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -41587,89 +39719,106 @@ "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvg", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0Vvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV012localizationE0AA012LocalizationE0VvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Constructor", "name": "init", - "printedName": "init(colorConfig:localizationConfig:)", + "printedName": "init(orderId:amount:description:tokenCards:method:payment3dsBypass:)", "children": [ { "kind": "TypeNominal", - "name": "PaymentContollerConfig", - "printedName": "TranzzoPaymentSDK.PaymentContollerConfig", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV" + "name": "FixedAmountPaymentType", + "printedName": "TranzzoPaymentSDK.FixedAmountPaymentType", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV" }, { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV05colorE0012localizationE0AcA05ColorE0V_AA012LocalizationE0Vtcfc", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV7orderId6amount11description10tokenCards6method16payment3dsBypassACSS_SdSSSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dsoF0OSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -41678,8 +39827,8 @@ } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0B15ContollerConfigV", - "mangledName": "$s17TranzzoPaymentSDK0B15ContollerConfigV", + "usr": "s:17TranzzoPaymentSDK011FixedAmountB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK011FixedAmountB4TypeV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -41698,32 +39847,38 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" } ] }, { "kind": "TypeDecl", - "name": "ColorConfig", - "printedName": "ColorConfig", + "name": "AnyAmountPaymentType", + "printedName": "AnyAmountPaymentType", "children": [ { "kind": "Var", - "name": "pay_button_enable_color", - "printedName": "pay_button_enable_color", + "name": "orderId", + "printedName": "orderId", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -41736,14 +39891,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41760,14 +39915,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41784,8 +39939,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23pay_button_enable_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41794,22 +39949,21 @@ }, { "kind": "Var", - "name": "pay_button_disabled_color", - "printedName": "pay_button_disabled_color", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -41822,14 +39976,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41846,14 +40000,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41870,8 +40024,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV25pay_button_disabled_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV11descriptionSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41880,19 +40034,35 @@ }, { "kind": "Var", - "name": "fixed_amount_color", - "printedName": "fixed_amount_color", + "name": "proposedAmounts", + "printedName": "proposedAmounts", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -41908,14 +40078,30 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -41932,14 +40118,30 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[Swift.Double]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -41956,8 +40158,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV18fixed_amount_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV15proposedAmountsSaySdGSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -41966,19 +40168,35 @@ }, { "kind": "Var", - "name": "background_color", - "printedName": "background_color", + "name": "tokenCards", + "printedName": "tokenCards", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", @@ -41994,14 +40212,30 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42018,14 +40252,30 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42042,8 +40292,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV16background_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV10tokenCardsSayAA14TokenCardModelVGSgvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42052,25 +40302,25 @@ }, { "kind": "Var", - "name": "section_backround_color", - "printedName": "section_backround_color", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42080,83 +40330,41 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV6methodAA0b6MethodF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV23section_backround_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "border_color", - "printedName": "border_color", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42166,80 +40374,183 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV16payment3dsBypassAA010Payment3dshF0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(orderId:description:proposedAmounts:tokenCards:method:payment3dsBypass:)", + "children": [ + { + "kind": "TypeNominal", + "name": "AnyAmountPaymentType", + "printedName": "TranzzoPaymentSDK.AnyAmountPaymentType", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[Swift.Double]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Array", + "printedName": "[Swift.Double]", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TokenCardModel]", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV12border_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.PaymentMethodType?", + "children": [ + { + "kind": "TypeNominal", + "name": "PaymentMethodType", + "printedName": "TranzzoPaymentSDK.PaymentMethodType", + "usr": "s:17TranzzoPaymentSDK0B10MethodTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV7orderId11description15proposedAmounts10tokenCards6method16payment3dsBypassACSS_SSSaySdGSgSayAA14TokenCardModelVGSgAA0b6MethodF0OSgAA010Payment3dspF0OSgtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK09AnyAmountB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK09AnyAmountB4TypeV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "LookupPaymentType", + "printedName": "LookupPaymentType", + "children": [ { "kind": "Var", - "name": "selected_token_card_element_border_color", - "printedName": "selected_token_card_element_border_color", + "name": "orderId", + "printedName": "orderId", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42252,14 +40563,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42276,14 +40587,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42300,8 +40611,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV40selected_token_card_element_border_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderIdSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42310,22 +40621,21 @@ }, { "kind": "Var", - "name": "placeholder_color", - "printedName": "placeholder_color", + "name": "description", + "printedName": "description", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42338,14 +40648,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42362,14 +40672,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42386,8 +40696,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV17placeholder_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV11descriptionSSvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42396,22 +40706,21 @@ }, { "kind": "Var", - "name": "title_color", - "printedName": "title_color", + "name": "amount", + "printedName": "amount", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], @@ -42424,14 +40733,14 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42448,14 +40757,14 @@ }, { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvs", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42472,8 +40781,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11title_colorSo7UIColorCvM", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6amountSdvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42482,25 +40791,25 @@ }, { "kind": "Var", - "name": "input_color", - "printedName": "input_color", + "name": "method", + "printedName": "method", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42510,83 +40819,41 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV6methodAA0d6MethodE0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11input_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "error_color", - "printedName": "error_color", + "name": "payment3dsBypass", + "printedName": "payment3dsBypass", "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvp", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", "HasStorage", "AccessControl" ], + "isLet": true, "hasStorage": true, "accessors": [ { @@ -42596,77 +40863,92 @@ "children": [ { "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvg", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV16payment3dsBypassAA010Payment3dsgE0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(orderId:description:amount:method:payment3dsBypass:)", + "children": [ + { + "kind": "TypeNominal", + "name": "LookupPaymentType", + "printedName": "TranzzoPaymentSDK.LookupPaymentType", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "UIColor", - "printedName": "UIKit.UIColor", - "usr": "c:objc(cs)UIColor" + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.LookupMethodType?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "LookupMethodType", + "printedName": "TranzzoPaymentSDK.LookupMethodType", + "usr": "s:17TranzzoPaymentSDK16LookupMethodTypeO" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV11error_colorSo7UIColorCvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ + "hasDefaultArg": true, + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "ColorConfig", - "printedName": "TranzzoPaymentSDK.ColorConfig", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType?", + "children": [ + { + "kind": "TypeNominal", + "name": "Payment3dsBypassType", + "printedName": "TranzzoPaymentSDK.Payment3dsBypassType", + "usr": "s:17TranzzoPaymentSDK20Payment3dsBypassTypeO" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ColorConfigVACycfc", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigVACycfc", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV7orderId11description6amount6method16payment3dsBypassACSS_SSSdSgAA0d6MethodE0OSgAA010Payment3dslE0OSgtcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -42675,8 +40957,8 @@ } ], "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ColorConfigV", - "mangledName": "$s17TranzzoPaymentSDK11ColorConfigV", + "usr": "s:17TranzzoPaymentSDK06LookupB4TypeV", + "mangledName": "$s17TranzzoPaymentSDK06LookupB4TypeV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -42695,36 +40977,68 @@ "printedName": "Escapable", "usr": "s:s9EscapableP", "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "PaymentType", + "printedName": "PaymentType", + "usr": "s:17TranzzoPaymentSDK0B4TypeP", + "mangledName": "$s17TranzzoPaymentSDK0B4TypeP" } ] }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "LocalizationConfig", - "printedName": "LocalizationConfig", + "name": "PostRequest", + "printedName": "PostRequest", "children": [ { "kind": "Var", - "name": "main_title", - "printedName": "main_title", + "name": "bodyParameters", + "printedName": "bodyParameters", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvp", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvp", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, + "protocolReq": true, "accessors": [ { "kind": "Accessor", @@ -42733,16 +41047,19 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvg", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "get" }, { @@ -42757,16 +41074,19 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvs", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, "accessorKind": "set" }, { @@ -42781,35 +41101,93 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV10main_titleSSvM", + "usr": "s:17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP14bodyParameters10Foundation4DataVvM", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.PostRequest>", + "sugared_genericSig": "", + "protocolReq": true, "implicit": true, + "reqNewWitnessTableEntry": true, "accessorKind": "_modify" } ] + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK11PostRequestP", + "mangledName": "$s17TranzzoPaymentSDK11PostRequestP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : TranzzoPaymentSDK.BaseRequestProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { - "kind": "Var", - "name": "enter_amount_title", - "printedName": "enter_amount_title", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "BaseRequestProtocol", + "printedName": "BaseRequestProtocol", + "usr": "s:17TranzzoPaymentSDK19BaseRequestProtocolP", + "mangledName": "$s17TranzzoPaymentSDK19BaseRequestProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableDirector", + "printedName": "TableDirector", + "children": [ + { + "kind": "Var", + "name": "table", + "printedName": "table", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "WeakStorage", + "printedName": "UIKit.UITableView?" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "ReferenceOwnership", + "SetterAccess", + "AccessControl", + "RawDocComment" ], + "ownership": 1, "hasStorage": true, "accessors": [ { @@ -42819,82 +41197,51 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableSo11UITableViewCSgvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18enter_amount_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "enter_amount_placeholder", - "printedName": "enter_amount_placeholder", + "name": "scrollViewEvents", + "printedName": "scrollViewEvents", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -42905,14 +41252,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -42929,14 +41276,14 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ScrollViewEventsHandler", + "printedName": "TranzzoPaymentSDK.ScrollViewEventsHandler", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -42953,8 +41300,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24enter_amount_placeholderSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16scrollViewEventsAA06ScrollgH7HandlerVvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -42963,24 +41310,36 @@ }, { "kind": "Var", - "name": "pay_via_card_title", - "printedName": "pay_via_card_title", + "name": "sections", + "printedName": "sections", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "SetterAccess", + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -42991,84 +41350,58 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sa" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC8sectionsSayAA0D7SectionCGvg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV18pay_via_card_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" } ] }, { "kind": "Var", - "name": "pay_button_title", - "printedName": "pay_button_title", + "name": "firstSection", + "printedName": "firstSection", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -43077,82 +41410,109 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC12firstSectionAA0dG0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" - }, + } + ] + }, + { + "kind": "Var", + "name": "lastSection", + "printedName": "lastSection", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "accessors": [ { "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16pay_button_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC11lastSectionAA0dG0CSgvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { "kind": "Var", - "name": "lookup_pay_button_title", - "printedName": "lookup_pay_button_title", + "name": "rowHeight", + "printedName": "rowHeight", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasInitialValue", + "Preconcurrency", + "Custom", "HasStorage", - "AccessControl" + "AccessControl", + "RawDocComment" ], "hasStorage": true, "accessors": [ @@ -43163,14 +41523,14 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovg", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "get" @@ -43187,14 +41547,14 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0Ovs", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "set" @@ -43211,36 +41571,66 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23lookup_pay_button_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9rowHeightAC03RowG0OvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" } ] }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(table:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC5tableACSo11UITableViewC_tcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, { "kind": "Var", - "name": "wrong_card_data_title", - "printedName": "wrong_card_data_title", + "name": "isPrefetchingEnabled", + "printedName": "isPrefetchingEnabled", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvp", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -43249,16 +41639,15 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvg", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvg", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "get" }, { @@ -43273,16 +41662,15 @@ }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvs", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvs", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "accessorKind": "set" }, { @@ -43297,8 +41685,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV21wrong_card_data_titleSSvM", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20isPrefetchingEnabledSbvM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -43306,268 +41694,370 @@ ] }, { - "kind": "Var", - "name": "card_number_placeholder", - "printedName": "card_number_placeholder", + "kind": "Function", + "name": "registerCellAdapters", + "printedName": "registerCellAdapters(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.TableCellAdapterProtocol]", + "children": [ + { + "kind": "TypeNominal", + "name": "TableCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ], + "usr": "s:Sa" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC20registerCellAdaptersyySayAA0dG15AdapterProtocol_pGF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerCellAdapter", + "printedName": "registerCellAdapter(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "TableCellAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19registerCellAdapterySSAA0dgH8Protocol_pF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerHeaderFooterAdapters", + "printedName": "registerHeaderFooterAdapters(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV23card_number_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28registerHeaderFooterAdaptersyySayAA0dgH15AdapterProtocol_pGF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_exp_month_placeholder", - "printedName": "card_exp_month_placeholder", + "kind": "Function", + "name": "registerHeaderFooterAdapter", + "printedName": "registerHeaderFooterAdapter(_:)", "children": [ { "kind": "TypeNominal", "name": "String", "printedName": "Swift.String", "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27registerHeaderFooterAdapterySSAA0dghI8Protocol_pF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "adapterForHeaderFooterView", + "printedName": "adapterForHeaderFooterView(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableHeaderFooterAdapterProtocol", + "printedName": "any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26adapterForHeaderFooterViewyAA0dhI15AdapterProtocol_pSgSo6UIViewCF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "UsableFromInline", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "set", + "printedName": "set(sections:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26card_exp_month_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sa" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3set8sectionsySayAA0D7SectionCG_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_exp_year_plaecholder", - "printedName": "card_exp_year_plaecholder", + "kind": "Function", + "name": "add", + "printedName": "add(section:at:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add7section2atyAA0D7SectionC_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(sections:at:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8sections2atySayAA0D7SectionCG_SiSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sectionAt", + "printedName": "sectionAt(_:)", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV25card_exp_year_plaecholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9sectionAtyAA0D7SectionCSgSiF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "card_cvv_placeholder", - "printedName": "card_cvv_placeholder", + "kind": "Function", + "name": "section", + "printedName": "section(_:)", "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + }, { "kind": "TypeNominal", "name": "String", @@ -43575,829 +42065,1067 @@ "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC7sectionyAA0D7SectionCSgSSF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "elementAt", + "printedName": "elementAt(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9elementAtyAA20ElementRepresentable_pSg10Foundation9IndexPathVF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(indexPath:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove9indexPathAA20ElementRepresentable_pSg10Foundation05IndexH0V_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(section:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20card_cvv_placeholderSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cancel_payment_title", - "printedName": "cancel_payment_title", - "children": [ + "usr": "s:Sq" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove7sectionAA0D7SectionCSgSi_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "remove", + "printedName": "remove(sectionsAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "IndexSet", + "printedName": "Foundation.IndexSet", + "usr": "s:10Foundation8IndexSetV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6remove10sectionsAtSayAA0D7SectionCG10Foundation8IndexSetV_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "removeAll", + "printedName": "removeAll(keepingCapacity:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.TableSection]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV20cancel_payment_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9removeAll15keepingCapacitySayAA0D7SectionCGSb_tF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "cancel_payment_description", - "printedName": "cancel_payment_description", + "kind": "Function", + "name": "move", + "printedName": "move(swappingAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move10swappingAt4withySi_SitF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "move", + "printedName": "move(from:to:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC4move4from2toySi_SitF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "add", + "printedName": "add(elements:inSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ElementRepresentable", + "printedName": "any TranzzoPaymentSDK.ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "usr": "s:Sa" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Int?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV26cancel_payment_descriptionSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "cancel_payment_confirm", - "printedName": "cancel_payment_confirm", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "hasDefaultArg": true, + "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC3add8elements9inSectionAA0dI0CSayAA20ElementRepresentable_pG_SiSgtF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Preconcurrency", + "Custom", + "AccessControl", + "DiscardableResult", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "reload", + "printedName": "reload(afterUpdate:completion:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)?", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "RowAnimation", + "printedName": "UIKit.UITableView.RowAnimation", + "usr": "c:@E@UITableViewRowAnimation" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(() -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "TypeFunc", + "name": "Function", + "printedName": "() -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22cancel_payment_confirmSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "hasDefaultArg": true, + "usr": "s:Sq" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC6reload11afterUpdate10completionySo23UITableViewRowAnimationVACcSg_yycSgtF", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "cancel_payment_cancel", - "printedName": "cancel_payment_cancel", + "kind": "Constructor", + "name": "init", + "printedName": "init()", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvp", + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector(im)init", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorCACycfc", "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" ], - "hasStorage": true, - "accessors": [ + "init_kind": "Designated" + }, + { + "kind": "TypeDecl", + "name": "TableEventsHandler", + "printedName": "TableEventsHandler", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC0D13EventsHandlerV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "RowHeight", + "printedName": "RowHeight", + "children": [ + { + "kind": "Var", + "name": "default", + "printedName": "default", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO7defaultyA2EmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "auto", + "printedName": "auto", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(estimated: CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE14CoreFoundation7CGFloatV_tcAEmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO4autoyAE12CoreGraphics7CGFloatV_tcAEmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "explicit", + "printedName": "explicit", "children": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableDirector.RowHeight.Type) -> (CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(CoreGraphics.CGFloat) -> TranzzoPaymentSDK.TableDirector.RowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "RowHeight", + "printedName": "TranzzoPaymentSDK.TableDirector.RowHeight", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO" + } + ] + } + ] } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV015cancel_payment_F0SSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE14CoreFoundation7CGFloatVcAEmF", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO8explicityAE12CoreGraphics7CGFloatVcAEmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9RowHeightO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] }, { - "kind": "Var", - "name": "saved_cards_list_title", - "printedName": "saved_cards_list_title", + "kind": "Function", + "name": "numberOfSections", + "printedName": "numberOfSections(in:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)numberOfSectionsInTableView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC16numberOfSections2inSiSo11UITableViewC_tF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "numberOfSectionsInTableView:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:numberOfRowsInSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV22saved_cards_list_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:numberOfRowsInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21numberOfRowsInSectionSiSo07UITableG0C_SitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:numberOfRowsInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "other_card_title", - "printedName": "other_card_title", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:cellForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cellForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12cellForRowAtSo07UITableG4CellCSo0lG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:cellForRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplay:forRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV16other_card_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "choose_token_cards_title", - "printedName": "choose_token_cards_title", - "children": [ + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayCell:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_11willDisplay8forRowAtySo07UITableG0C_So0mG4CellC10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayCell:forRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:heightForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV24choose_token_cards_titleSSvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14heightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:heightForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init()", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "LocalizationConfig", - "printedName": "TranzzoPaymentSDK.LocalizationConfig", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigVACycfc", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigVACycfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23estimatedHeightForRowAt12CoreGraphics7CGFloatVSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:estimatedHeightForRowAtIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK18LocalizationConfigV", - "mangledName": "$s17TranzzoPaymentSDK18LocalizationConfigV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CollectionSection", - "printedName": "CollectionSection", - "children": [ - { - "kind": "Var", - "name": "index", - "printedName": "index", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplayingHeaderView:forSection:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingHeaderView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingHeaderView:forSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", "RawDocComment" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplayingFooterView:forSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC5indexSiSgvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingFooterView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_022didEndDisplayingFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingFooterView:forSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "identifier", - "printedName": "identifier", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplayHeaderView:forSection:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayHeaderView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayHeaderG010forSectionySo07UITableG0C_So6UIViewCSitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayHeaderView:forSection:", "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:willDisplayFooterView:forSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDisplayFooterView:forSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_017willDisplayFooterG010forSectionySo07UITableG0C_So6UIViewCSitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDisplayFooterView:forSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForHeaderInSection:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", @@ -44406,1246 +43134,741 @@ "usr": "s:SS" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10identifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "get" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForHeaderInSectionSSSgSo07UITableG0C_SitF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForHeaderInSection:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "elements", - "printedName": "elements", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "usr": "s:Sa" + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_23titleForFooterInSectionSSSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForFooterInSection:", "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "headerView", - "printedName": "headerView", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:viewForHeaderInSection:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "headerSize", - "printedName": "headerSize", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForHeaderInSectionSo6UIViewCSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:viewForHeaderInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10headerSizeSo6CGSizeVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "footerView", - "printedName": "footerView", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:viewForFooterInSection:)", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerViewAA0D27HeaderFooterAdapterProtocol_pSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "footerSize", - "printedName": "footerSize", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:viewForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22viewForFooterInSectionSo6UIViewCSgSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:viewForFooterInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreFoundation.CGSize?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC10footerSizeSo6CGSizeVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "tableView", + "printedName": "tableView(_:heightForHeaderInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2eeoiySbAC_ACtFZ", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "static": true, + "objc_name": "tableView:heightForHeaderInSection:", "declAttributes": [ - "Final", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:heightForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:heightForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24heightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:heightForFooterInSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForHeaderInSection:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC20differenceIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForHeaderInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForHeaderInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:estimatedHeightForHeaderInSection:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "sectionInsets", - "printedName": "sectionInsets", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:estimatedHeightForFooterInSection:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:estimatedHeightForFooterInSection:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_33estimatedHeightForFooterInSection12CoreGraphics7CGFloatVSo07UITableG0C_SitF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:estimatedHeightForFooterInSection:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canEditRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIEdgeInsets?", - "children": [ - { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC13sectionInsetsSo06UIEdgeG0VSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "minimumInterItemSpacing", - "printedName": "minimumInterItemSpacing", - "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canEditRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canEditRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:canEditRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", "RawDocComment" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:commit:forRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing14CoreFoundation7CGFloatVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC23minimumInterItemSpacing12CoreGraphics7CGFloatVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "minimumLineSpacing", - "printedName": "minimumLineSpacing", - "children": [ + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvp", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:commitEditingStyle:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_6commit8forRowAtySo07UITableG0C_So0lG16CellEditingStyleV10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "isOpen": true, + "objc_name": "tableView:commitEditingStyle:forRowAtIndexPath:", "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvg", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "get" - }, + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:editActionsForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "CoreGraphics.CGFloat?", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvs", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "set" + "usr": "s:Sq" }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing14CoreFoundation7CGFloatVSgvM", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC18minimumLineSpacing12CoreGraphics7CGFloatVSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "isOpen": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(original:)", - "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC8originalA2C_tcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editActionsForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19editActionsForRowAtSaySo07UITablegK6ActionCGSgSo0mG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:editActionsForRowAtIndexPath:", "declAttributes": [ - "Required", - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canMoveRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6source8elementsA2C_xtcSlRzAA20ElementRepresentable_p0H0Rtzlufc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canMoveRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_12canMoveRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", + "objc_name": "tableView:canMoveRowAtIndexPath:", "declAttributes": [ - "Required", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:moveRowAt:to:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elementsACSSSg_SayAA20ElementRepresentable_pGtcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:moveRowAtIndexPath:toIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_9moveRowAt2toySo07UITableG0C_10Foundation9IndexPathVAKtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:moveRowAtIndexPath:toIndexPath:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(id:elements:header:footer:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:indentationLevelForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "CollectionSection", - "printedName": "TranzzoPaymentSDK.CollectionSection", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:indentationLevelForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_24indentationLevelForRowAtSiSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:indentationLevelForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:prefetchRowsAt:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", - "children": [ - { - "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?", + "name": "Array", + "printedName": "[Foundation.IndexPath]", "children": [ { "kind": "TypeNominal", - "name": "CollectionHeaderFooterAdapterProtocol", - "printedName": "any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK37CollectionHeaderFooterAdapterProtocolP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:Sq" + "usr": "s:Sa" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC2id8elements6header6footerACSSSg_SayAA20ElementRepresentable_pGAA0D27HeaderFooterAdapterProtocol_pSgALtcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:prefetchRowsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14prefetchRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:prefetchRowsAtIndexPaths:", "declAttributes": [ - "Convenience", - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" ], - "init_kind": "Convenience" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "set", - "printedName": "set(elements:)", + "name": "tableView", + "printedName": "tableView(_:cancelPrefetchingForRowsAt:)", "children": [ { "kind": "TypeNominal", "name": "Void", "printedName": "()" }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, { "kind": "TypeNominal", "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "printedName": "[Foundation.IndexPath]", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sa" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set8elementsySayAA20ElementRepresentable_pG_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:cancelPrefetchingForRowsAtIndexPaths:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_26cancelPrefetchingForRowsAtySo07UITableG0C_Say10Foundation9IndexPathVGtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:cancelPrefetchingForRowsAtIndexPaths:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "set", - "printedName": "set(element:at:)", + "name": "tableView", + "printedName": "tableView(_:shouldSpringLoadRowAt:with:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" }, { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UISpringLoadedInteractionContext", + "printedName": "any UIKit.UISpringLoadedInteractionContext", + "usr": "c:objc(pl)UISpringLoadedInteractionContext" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3set7element2atAA20ElementRepresentable_pSgAaG_p_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldSpringLoadRowAtIndexPath:withContext:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21shouldSpringLoadRowAt4withSbSo07UITableG0C_10Foundation9IndexPathVSo32UISpringLoadedInteractionContext_ptF", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", + "objc_name": "tableView:shouldSpringLoadRowAtIndexPath:withContext:", "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl", - "DiscardableResult", + "Available", "RawDocComment" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "add", - "printedName": "add(element:at:)", + "name": "tableView", + "printedName": "tableView(_:accessoryButtonTappedForRowWith:)", "children": [ { "kind": "TypeNominal", @@ -45654,208 +43877,206 @@ }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add7element2atyAA20ElementRepresentable_pSg_SiSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:accessoryButtonTappedForRowWithIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31accessoryButtonTappedForRowWithySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:accessoryButtonTappedForRowWithIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "add", - "printedName": "add(elements:at:)", + "name": "tableView", + "printedName": "tableView(_:willSelectRowAt:)", "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]?", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sa" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC3add8elements2atySayAA20ElementRepresentable_pGSg_SiSgtF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willSelectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_15willSelectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willSelectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "remove", - "printedName": "remove(at:)", + "name": "tableView", + "printedName": "tableView(_:didSelectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ElementRepresentable)?", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove2atAA20ElementRepresentable_pSgSi_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didSelectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_14didSelectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didSelectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "remove", - "printedName": "remove(atIndexes:)", + "name": "tableView", + "printedName": "tableView(_:willDeselectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "Optional", + "printedName": "Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:Sa" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "IndexSet", - "printedName": "Foundation.IndexSet", - "usr": "s:10Foundation8IndexSetV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC6remove9atIndexesSayAA20ElementRepresentable_pG10Foundation8IndexSetV_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willDeselectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17willDeselectRowAt10Foundation9IndexPathVSgSo07UITableG0C_AHtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willDeselectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "removeAll", - "printedName": "removeAll(keepingCapacity:)", + "name": "tableView", + "printedName": "tableView(_:didDeselectRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "hasDefaultArg": true, - "usr": "s:Sb" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC9removeAll15keepingCapacitySiSb_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didDeselectRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didDeselectRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didDeselectRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "DiscardableResult", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "move", - "printedName": "move(swappingAt:with:)", + "name": "tableView", + "printedName": "tableView(_:willBeginEditingRowAt:)", "children": [ { "kind": "TypeNominal", @@ -45864,31 +44085,36 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move10swappingAt4withySi_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:willBeginEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_21willBeginEditingRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:willBeginEditingRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "move", - "printedName": "move(from:to:)", + "name": "tableView", + "printedName": "tableView(_:didEndEditingRowAt:)", "children": [ { "kind": "TypeNominal", @@ -45897,1101 +44123,947 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC4move4from2toySi_SitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_18didEndEditingRowAtySo07UITableG0C_10Foundation9IndexPathVSgtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndEditingRowAtIndexPath:", "declAttributes": [ - "AccessControl", - "RawDocComment" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK17CollectionSectionC", - "mangledName": "$s17TranzzoPaymentSDK17CollectionSectionC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" }, { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP" - }, - { - "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableSectionEvents", - "printedName": "TableSectionEvents", - "children": [ - { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:editingStyleForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO7dequeueyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:editingStyleForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20editingStyleForRowAtSo07UITableg11CellEditingI0VSo0mG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:editingStyleForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "headerHeight", - "printedName": "headerHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:titleForDeleteConfirmationButtonForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", "children": [ { "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12headerHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_032titleForDeleteConfirmationButtonI5RowAtSSSgSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "footerHeight", - "printedName": "footerHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldIndentWhileEditingRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO12footerHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldIndentWhileEditingRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_29shouldIndentWhileEditingRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldIndentWhileEditingRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "estHeaderHeight", - "printedName": "estHeaderHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:targetIndexPathForMoveFromRowAt:toProposedIndexPath:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estHeaderHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_31targetIndexPathForMoveFromRowAt010toProposediJ010Foundation0iJ0VSo07UITableG0C_A2ItF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:targetIndexPathForMoveFromRowAtIndexPath:toProposedIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "estFooterHeight", - "printedName": "estFooterHeight", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didEndDisplaying:forRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO15estFooterHeightyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didEndDisplayingCell:forRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16didEndDisplaying8forRowAtySo07UITableG0C_So0nG4CellC10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didEndDisplayingCell:forRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldShowMenuForRowAt:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO10endDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", - "children": [ + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableSectionEvents.Type) -> TranzzoPaymentSDK.TableSectionEvents", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.TableSectionEvents.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO11willDisplayyA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldShowMenuForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_22shouldShowMenuForRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldShowMenuForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(rawValue:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canPerformAction:forRowAt:withSender:)", "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "TranzzoPaymentSDK.TableSectionEvents?", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueACSgSi_tcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canPerformAction:forRowAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_16canPerformAction8forRowAt10withSenderSbSo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "init_kind": "Designated" + "objc_name": "tableView:canPerformAction:forRowAtIndexPath:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "rawValue", - "printedName": "rawValue", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:performAction:forRowAt:withSender:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ + "name": "Void", + "printedName": "()" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "ProtocolComposition", + "printedName": "Any" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO8rawValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" } - ] - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO", - "mangledName": "$s17TranzzoPaymentSDK18TableSectionEventsO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "enumRawTypeName": "Int", - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:performAction:forRowAtIndexPath:withSender:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13performAction8forRowAt10withSenderySo07UITableG0C_10ObjectiveC8SelectorV10Foundation9IndexPathVypSgtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:performAction:forRowAtIndexPath:withSender:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "RawRepresentable", - "printedName": "RawRepresentable", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:shouldHighlightRowAt:)", "children": [ { - "kind": "TypeWitness", - "name": "RawValue", - "printedName": "RawValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "usr": "s:SY", - "mangledName": "$sSY" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "AnyFormatKit", - "printedName": "AnyFormatKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ElementPath", - "printedName": "ElementPath", - "children": [ + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:shouldHighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_20shouldHighlightRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:shouldHighlightRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, { - "kind": "Var", - "name": "element", - "printedName": "element", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didHighlightRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didHighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_17didHighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didHighlightRowAtIndexPath:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:didUnhighlightRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivs", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivM", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:didUnhighlightRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_19didUnhighlightRowAtySo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:didUnhighlightRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "section", - "printedName": "section", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:canFocusRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:canFocusRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_13canFocusRowAtSbSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "tableView:canFocusRowAtIndexPath:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "hasStorage": true, - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:leadingSwipeActionsConfigurationForRowAt:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" + "usr": "s:Sq" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivs", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "set" + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivM", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_40leadingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11", + "objc_name": "tableView:leadingSwipeActionsConfigurationForRowAtIndexPath:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Available" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(element:section:)", + "kind": "Function", + "name": "tableView", + "printedName": "tableView(_:trailingSwipeActionsConfigurationForRowAt:)", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_41trailingSwipeActionsConfigurationForRowAtSo07UISwipejK0CSgSo07UITableG0C_10Foundation9IndexPathVtF", "moduleName": "TranzzoPaymentSDK", + "intro_iOS": "11.0", + "objc_name": "tableView:trailingSwipeActionsConfigurationForRowAtIndexPath:", "declAttributes": [ - "AccessControl" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Available" ], - "init_kind": "Designated" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "sectionIndexTitles", + "printedName": "sectionIndexTitles(for:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "[Swift.String]?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Array", + "printedName": "[Swift.String]", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sa" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)sectionIndexTitlesForTableView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC18sectionIndexTitles3forSaySSGSgSo11UITableViewC_tF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, + "objc_name": "sectionIndexTitlesForTableView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "tableView", + "printedName": "tableView(_:sectionForSectionIndexTitle:at:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" }, { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" }, { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)tableView:sectionForSectionIndexTitle:atIndex:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC9tableView_27sectionForSectionIndexTitle2atSiSo07UITableG0C_SSSitF", "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, + "objc_name": "tableView:sectionForSectionIndexTitle:atIndex:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK11ElementPathV", - "mangledName": "$s17TranzzoPaymentSDK11ElementPathV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" }, { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "ErrorType", - "printedName": "ErrorType", - "children": [ - { - "kind": "Var", - "name": "clientError", - "printedName": "clientError", + "kind": "Function", + "name": "scrollViewDidScroll", + "printedName": "scrollViewDidScroll(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06clientD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScroll:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC19scrollViewDidScrollyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScroll:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "serverError", - "printedName": "serverError", + "kind": "Function", + "name": "scrollViewWillBeginDragging", + "printedName": "scrollViewWillBeginDragging(_:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] - } - ] + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO06serverD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDragging:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewWillBeginDraggingyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDragging:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "frameworkError", - "printedName": "frameworkError", + "kind": "Function", + "name": "scrollViewWillEndDragging", + "printedName": "scrollViewWillEndDragging(_:withVelocity:targetContentOffset:)", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.ErrorType.Type) -> TranzzoPaymentSDK.ErrorType", + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", "children": [ { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - }, - { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.ErrorType.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ] + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" } - ] + ], + "usr": "s:Sp" } ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO09frameworkD0yA2CmF", - "moduleName": "TranzzoPaymentSDK" + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC25scrollViewWillEndDragging_12withVelocity19targetContentOffsetySo08UIScrollG0C_So7CGPointVSpyAJGtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillEndDragging:withVelocity:targetContentOffset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", + "name": "scrollViewDidEndDragging", + "printedName": "scrollViewDidEndDragging(_:willDecelerate:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" }, { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO2eeoiySbAC_ACtFZ", - "moduleName": "TranzzoPaymentSDK", - "static": true, - "implicit": true, + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDragging:willDecelerate:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidEndDragging_14willDecelerateySo08UIScrollG0C_SbtF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDragging:willDecelerate:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", + "kind": "Function", + "name": "scrollViewShouldScrollToTop", + "printedName": "scrollViewShouldScrollToTop(_:)", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewShouldScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC27scrollViewShouldScrollToTopySbSo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO9hashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "objc_name": "scrollViewShouldScrollToTop:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", + "name": "scrollViewDidScrollToTop", + "printedName": "scrollViewDidScrollToTop(_:)", "children": [ { "kind": "TypeNominal", @@ -47000,398 +45072,192 @@ }, { "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO", - "mangledName": "$s17TranzzoPaymentSDK9ErrorTypeO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TranzzoError", - "printedName": "TranzzoError", - "children": [ - { - "kind": "Var", - "name": "message", - "printedName": "message", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvp", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidScrollToTop:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC24scrollViewDidScrollToTopyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidScrollToTop:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV7messageSSvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV7messageSSvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "httpCode", - "printedName": "httpCode", + "kind": "Function", + "name": "scrollViewWillBeginDecelerating", + "printedName": "scrollViewWillBeginDecelerating(_:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC31scrollViewWillBeginDeceleratingyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewWillBeginDecelerating:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV8httpCodeSiSgvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "type", - "printedName": "type", + "kind": "Function", + "name": "scrollViewDidEndDecelerating", + "printedName": "scrollViewDidEndDecelerating(_:)", "children": [ { "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndDecelerating:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC28scrollViewDidEndDeceleratingyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndDecelerating:", "declAttributes": [ - "HasStorage", + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", "AccessControl" ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ErrorType", - "printedName": "TranzzoPaymentSDK.ErrorType", - "usr": "s:17TranzzoPaymentSDK9ErrorTypeO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV4typeAA0D4TypeOvg", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK0A5ErrorV", - "mangledName": "$s17TranzzoPaymentSDK0A5ErrorV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "isFromExtension": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "TableHeaderFooterAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "kind": "Function", + "name": "viewForZooming", + "printedName": "viewForZooming(in:)", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Optional", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP08registereF15ViewForDirectorySSAA0dL0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)viewForZoomingInScrollView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC14viewForZooming2inSo6UIViewCSgSo12UIScrollViewC_tF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "objc_name": "viewForZoomingInScrollView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:)", + "name": "scrollViewWillBeginZooming", + "printedName": "scrollViewWillBeginZooming(_:with:)", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "UIKit.UITableViewHeaderFooterView?", + "printedName": "UIKit.UIView?", "children": [ { "kind": "TypeNominal", - "name": "UITableViewHeaderFooterView", - "printedName": "UIKit.UITableViewHeaderFooterView", - "usr": "c:objc(cs)UITableViewHeaderFooterView" + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" } ], "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP07dequeueeF11ForDirectorySo011UITableViewefM0CSgAA0dK0CF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewWillBeginZooming:withView:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC26scrollViewWillBeginZooming_4withySo08UIScrollG0C_So6UIViewCSgtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "objc_name": "scrollViewWillBeginZooming:withView:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "name": "scrollViewDidEndZooming", + "printedName": "scrollViewDidEndZooming(_:with:atScale:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" }, { "kind": "TypeNominal", @@ -47409,75 +45275,146 @@ }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndZooming:withView:atScale:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC23scrollViewDidEndZooming_4with7atScaleySo08UIScrollG0C_So6UIViewCSg12CoreGraphics7CGFloatVtF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, + "objc_name": "scrollViewDidEndZooming:withView:atScale:", "declAttributes": [ - "DiscardableResult" + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" ], - "reqNewWitnessTableEntry": true, + "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "modelCellIdentifier", - "printedName": "modelCellIdentifier", + "kind": "Function", + "name": "scrollViewDidZoom", + "printedName": "scrollViewDidZoom(_:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvp", + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidZoom:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC17scrollViewDidZoomyySo08UIScrollG0CF", "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidZoom:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], "isFromExtension": true, - "accessors": [ + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidEndScrollingAnimation", + "printedName": "scrollViewDidEndScrollingAnimation(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolPAAE19modelCellIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" } - ] + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidEndScrollingAnimation:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC34scrollViewDidEndScrollingAnimationyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidEndScrollingAnimation:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "scrollViewDidChangeAdjustedContentInset", + "printedName": "scrollViewDidChangeAdjustedContentInset(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ], + "declKind": "Func", + "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)TableDirector(im)scrollViewDidChangeAdjustedContentInset:", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC39scrollViewDidChangeAdjustedContentInsetyySo08UIScrollG0CF", + "moduleName": "TranzzoPaymentSDK", + "objc_name": "scrollViewDidChangeAdjustedContentInset:", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector", + "mangledName": "$s17TranzzoPaymentSDK13TableDirectorC", "moduleName": "TranzzoPaymentSDK", + "isOpen": true, "declAttributes": [ + "Preconcurrency", + "Custom", "AccessControl", - "RawDocComment" + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSObject", + "superclassNames": [ + "ObjectiveC.NSObject" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -47487,1761 +45424,1310 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" } ] }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, { "kind": "TypeDecl", - "name": "TableHeaderFooterAdapter", - "printedName": "TableHeaderFooterAdapter", + "name": "CollectionAdapterEventID", + "printedName": "CollectionAdapterEventID", "children": [ { "kind": "Var", - "name": "modelCellType", - "printedName": "modelCellType", + "name": "dequeue", + "printedName": "dequeue", "children": [ { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldSelect", + "printedName": "shouldSelect", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12shouldSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldDeselect", + "printedName": "shouldDeselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC13modelCellTypeypXpvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14shouldDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "reusableViewIdentifier", - "printedName": "reusableViewIdentifier", + "name": "didSelect", + "printedName": "didSelect", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO9didSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewIdentifierSSvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11didDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "reusableViewLoadSource", - "printedName": "reusableViewLoadSource", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0Ovs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO12didHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC22reusableViewLoadSourceAA08ReusableijK0OvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14didUnhighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Var", - "name": "events", - "printedName": "events", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { - "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO15shouldHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "HeaderFooterEventsSubscriber", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEventsSubscriber", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_Gvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC6eventsAC0eF16EventsSubscriberVyx_GvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", + "kind": "Var", + "name": "shouldShowEditMenu", + "printedName": "shouldShowEditMenu", "children": [ { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ())?", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>) -> ()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "TableHeaderFooterAdapter", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ] } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterCyACyxGyADcSgcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO18shouldShowEditMenuyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "registerHeaderFooterViewForDirector", - "printedName": "registerHeaderFooterViewForDirector(_:)", + "kind": "Var", + "name": "canPerformEditAction", + "printedName": "canPerformEditAction", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC08registereF15ViewForDirectorySSAA0dK0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO20canPerformEditActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "dequeueHeaderFooterForDirector", - "printedName": "dequeueHeaderFooterForDirector(_:)", + "kind": "Var", + "name": "performEditAction", + "printedName": "performEditAction", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UITableViewHeaderFooterView?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "UITableViewHeaderFooterView", - "printedName": "UIKit.UITableViewHeaderFooterView", - "usr": "c:objc(cs)UITableViewHeaderFooterView" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC07dequeueeF11ForDirectorySo011UITableViewefL0CSgAA0dJ0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO17performEditActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "dispatch", - "printedName": "dispatch(_:isHeader:view:section:)", + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableSectionEvents", - "printedName": "TranzzoPaymentSDK.TableSectionEvents", - "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UIView?", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", - "name": "UIView", - "printedName": "UIKit.UIView", - "usr": "c:objc(cs)UIView" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + } + ] } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + ] } ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC8dispatch_02isE04view7sectionypSgAA0D13SectionEventsO_SbSo6UIViewCSgSitF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "DiscardableResult" - ], - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8canFocusyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "TypeDecl", - "name": "HeaderFooterEvent", - "printedName": "HeaderFooterEvent", + "kind": "Var", + "name": "itemSize", + "printedName": "itemSize", "children": [ { - "kind": "Var", - "name": "isHeader", - "printedName": "isHeader", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "RawDocComment" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV02isE0Sbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "view", - "printedName": "view", - "children": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV4viewxSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8itemSizeyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", + "children": [ { - "kind": "Var", - "name": "section", - "printedName": "section", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "SetterAccess", - "AccessControl", - "RawDocComment" - ], - "hasStorage": true, - "accessors": [ + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV7sectionSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] } ] } ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV", + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8prefetchyA2CmF", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", "declAttributes": [ "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } ] }, { - "kind": "TypeDecl", - "name": "HeaderFooterEventsSubscriber", - "printedName": "HeaderFooterEventsSubscriber", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { - "kind": "Var", - "name": "dequeue", - "printedName": "dequeue", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO14cancelPrefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.CollectionAdapterEventID.Type) -> TranzzoPaymentSDK.CollectionAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV7dequeueyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } ] - }, + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO16shouldSpringLoadyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ { - "kind": "Var", - "name": "height", - "printedName": "height", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID?", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV6height12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] + "usr": "s:Sq" }, { - "kind": "Var", - "name": "estimatedHeight", - "printedName": "estimatedHeight", + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO8rawValueSivg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "mangledName": "$s17TranzzoPaymentSDK24CollectionAdapterEventIDO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> CoreGraphics.CGFloat", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "CollectionCellAdapterProtocol", + "printedName": "CollectionCellAdapterProtocol", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight14CoreFoundation7CGFloatVAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV15estimatedHeight12CoreGraphics7CGFloatVAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ] - }, + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ { - "kind": "Var", - "name": "willDisplay", - "printedName": "willDisplay", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "usr": "s:Sq" + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP9modelTypeypXpvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "ProtocolComposition", + "printedName": "Any" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV11willDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + ] } - ] - }, + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ { - "kind": "Var", - "name": "didDisplay", - "printedName": "didDisplay", + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvp", + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP15modelIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inCollection:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UICollectionViewCell", + "printedName": "UIKit.UICollectionViewCell", + "usr": "c:objc(cs)UICollectionViewCell" + }, + { + "kind": "TypeNominal", + "name": "UICollectionView", + "printedName": "UIKit.UICollectionView", + "usr": "c:objc(cs)UICollectionView" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP07dequeueE002inD02atSo016UICollectionViewE0CSo0kL0C_10Foundation9IndexPathVtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "CollectionDirector", + "printedName": "TranzzoPaymentSDK.CollectionDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } ], - "hasStorage": true, - "accessors": [ + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CollectionAdapterEventID", + "printedName": "TranzzoPaymentSDK.CollectionAdapterEventID", + "usr": "s:17TranzzoPaymentSDK24CollectionAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10didDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" } - ] + ], + "usr": "s:Sq" }, { - "kind": "Var", - "name": "endDisplay", - "printedName": "endDisplay", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", + "printedName": "Any?", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" } ], "usr": "s:Sq" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "modelIdentifier", + "printedName": "modelIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "isFromExtension": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "HeaderFooterEvent", - "printedName": "TranzzoPaymentSDK.TableHeaderFooterAdapter<τ_0_0>.HeaderFooterEvent", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF5EventV" - } - ] - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV10endDisplayyAC0eF5EventVyx_GcSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC0eF16EventsSubscriberV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "declAttributes": [ - "RawDocComment" - ], - "isFromExtension": true, - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolPAAE15modelIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.CollectionCellAdapterProtocol>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "get" } ] } ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK24TableHeaderFooterAdapterC", - "mangledName": "$s17TranzzoPaymentSDK24TableHeaderFooterAdapterC", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK29CollectionCellAdapterProtocolP", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : UIKit.UITableViewHeaderFooterView>", - "sugared_genericSig": "", - "isOpen": true, "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, { "kind": "Conformance", "name": "Escapable", @@ -49251,23 +46737,13 @@ }, { "kind": "Conformance", - "name": "TableHeaderFooterAdapterProtocol", - "printedName": "TableHeaderFooterAdapterProtocol", - "usr": "s:17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK32TableHeaderFooterAdapterProtocolP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" } ] }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, { "kind": "Import", "name": "Foundation", @@ -49279,13 +46755,141 @@ ] }, { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", + "kind": "TypeDecl", + "name": "CustomerData", + "printedName": "CustomerData", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init(customerEmail:customerPhone:customerId:customerFname:customerLname:customerLang:customerCountry:)", + "children": [ + { + "kind": "TypeNominal", + "name": "CustomerData", + "printedName": "TranzzoPaymentSDK.CustomerData", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", + "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK12CustomerDataV", + "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "RawDocComment" + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } ] }, { @@ -49300,29 +46904,8 @@ }, { "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "Vision", - "printedName": "Vision", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "AVFoundation", - "printedName": "AVFoundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", + "name": "Foundation", + "printedName": "Foundation", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -49331,31 +46914,30 @@ }, { "kind": "TypeDecl", - "name": "FlowCollectionDirector", - "printedName": "FlowCollectionDirector", + "name": "ElementPath", + "printedName": "ElementPath", "children": [ { "kind": "Var", - "name": "itemSize", - "printedName": "itemSize", + "name": "element", + "printedName": "element", "children": [ { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovp", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -49364,15 +46946,16 @@ "children": [ { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovg", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" }, { @@ -49387,15 +46970,16 @@ }, { "kind": "TypeNominal", - "name": "ItemSize", - "printedName": "TranzzoPaymentSDK.CollectionDirector.ItemSize", - "usr": "s:17TranzzoPaymentSDK18CollectionDirectorC8ItemSizeO" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0Ovs", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivs", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "set" }, { @@ -49410,8 +46994,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC8itemSizeAA0eF0C04ItemH0OvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7elementSivM", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7elementSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -49420,26 +47004,25 @@ }, { "kind": "Var", - "name": "sectionsInsets", - "printedName": "sectionsInsets", + "name": "section", + "printedName": "section", "children": [ { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvp", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "HasStorage", + "AccessControl" ], + "hasStorage": true, "accessors": [ { "kind": "Accessor", @@ -49448,15 +47031,16 @@ "children": [ { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvg", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivg", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "get" }, { @@ -49471,15 +47055,16 @@ }, { "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0Vvs", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivs", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivs", "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessorKind": "set" }, { @@ -49494,8 +47079,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14sectionsInsetsSo06UIEdgeH0VvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7sectionSivM", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7sectionSivM", "moduleName": "TranzzoPaymentSDK", "implicit": true, "accessorKind": "_modify" @@ -49503,27 +47088,55 @@ ] }, { - "kind": "Var", - "name": "minimumInteritemSpacing", - "printedName": "minimumInteritemSpacing", + "kind": "Constructor", + "name": "init", + "printedName": "init(element:section:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvp", + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV7element7sectionACSi_Sitcfc", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" + "AccessControl" ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -49532,348 +47145,291 @@ "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC23minimumInteritemSpacing12CoreGraphics7CGFloatVvM", + "usr": "s:17TranzzoPaymentSDK11ElementPathV9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "minimumLineSpacing", - "printedName": "minimumLineSpacing", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "name": "Void", + "printedName": "()" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing14CoreFoundation7CGFloatVvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC18minimumLineSpacing12CoreGraphics7CGFloatVvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV4hash4intoys6HasherVz_tF", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "stickyHeaders", - "printedName": "stickyHeaders", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" + }, + { + "kind": "TypeNominal", + "name": "ElementPath", + "printedName": "TranzzoPaymentSDK.ElementPath", + "usr": "s:17TranzzoPaymentSDK11ElementPathV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV2eeoiySbAC_ACtFZ", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "9.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "accessors": [ + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK11ElementPathV", + "mangledName": "$s17TranzzoPaymentSDK11ElementPathV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableAdapterCellAction", + "printedName": "TableAdapterCellAction", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4noneyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deselect", + "printedName": "deselect", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO8deselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deselectAnimated", + "printedName": "deselectAnimated", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterCellAction.Type) -> TranzzoPaymentSDK.TableAdapterCellAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyHeadersSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "intro_iOS": "9.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO16deselectAnimatedyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Var", - "name": "stickyFooters", - "printedName": "stickyFooters", + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", "children": [ { "kind": "TypeNominal", "name": "Bool", "printedName": "Swift.Bool", "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvp", - "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "9.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC13stickyFootersSbvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "intro_iOS": "9.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" } - ] + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO2eeoiySbAC_ACtFZ", + "moduleName": "TranzzoPaymentSDK", + "static": true, + "implicit": true, + "funcSelfKind": "NonMutating" }, { "kind": "Var", - "name": "sectionInsetReference", - "printedName": "sectionInsetReference", + "name": "hashValue", + "printedName": "hashValue", "children": [ { "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvp", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivp", "moduleName": "TranzzoPaymentSDK", - "intro_iOS": "11.0", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "Available", - "RawDocComment" - ], + "implicit": true, "accessors": [ { "kind": "Accessor", @@ -49882,5387 +47438,12015 @@ "children": [ { "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "SectionInsetReference", - "printedName": "UIKit.UICollectionViewFlowLayout.SectionInsetReference", - "usr": "c:@E@UICollectionViewFlowLayoutSectionInsetReference" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0Vvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC21sectionInsetReferenceSo016UICollectionViewd13LayoutSectionhI0VvM", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO9hashValueSivg", "moduleName": "TranzzoPaymentSDK", "implicit": true, - "intro_iOS": "11.0", - "declAttributes": [ - "Available" - ], - "accessorKind": "_modify" + "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "layout", - "printedName": "layout", + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", - "children": [ - { - "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" - } - ], - "usr": "s:Sq" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO4hash4intoys6HasherVz_tF", "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "accessors": [ + "implicit": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO", + "mangledName": "$s17TranzzoPaymentSDK22TableAdapterCellActionO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + } + ] + }, + { + "kind": "TypeDecl", + "name": "TableAdapterEventID", + "printedName": "TableAdapterEventID", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvg", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "get" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7dequeueyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canEditRow", + "printedName": "canEditRow", + "children": [ { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" }, { "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewFlowLayout?", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewFlowLayout", - "printedName": "UIKit.UICollectionViewFlowLayout", - "usr": "c:objc(cs)UICollectionViewFlowLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" } - ], - "usr": "s:Sq" + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvs", - "moduleName": "TranzzoPaymentSDK", - "accessorKind": "set" - }, + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canEditRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "commitEdit", + "printedName": "commitEdit", + "children": [ { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC6layoutSo016UICollectionViewD6LayoutCSgvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "accessorKind": "_modify" + ] } - ] + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10commitEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(collection:flowLayout:)", + "kind": "Var", + "name": "canMoveRow", + "printedName": "canMoveRow", "children": [ { - "kind": "TypeNominal", - "name": "FlowCollectionDirector", - "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "UIKit.UICollectionViewLayout?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", "children": [ { "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC10collection10flowLayoutACSo16UICollectionViewC_So0jkI0CSgtcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "RawDocComment" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10canMoveRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", + "kind": "Var", + "name": "moveRow", + "printedName": "moveRow", "children": [ { - "kind": "TypeNominal", - "name": "FlowCollectionDirector", - "printedName": "TranzzoPaymentSDK.FlowCollectionDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorCyACSo16UICollectionViewCcfc", - "moduleName": "TranzzoPaymentSDK", - "overriding": true, - "implicit": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "Override" - ], - "init_kind": "Designated" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO7moveRowyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:sizeForItemAt:)", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:sizeForItemAtIndexPath:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout13sizeForItemAtSo6CGSizeVSo012UICollectionH0C_So0oH6LayoutC10Foundation9IndexPathVtF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:sizeForItemAtIndexPath:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8prefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:insetForSectionAt:)", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { - "kind": "TypeNominal", - "name": "UIEdgeInsets", - "printedName": "UIKit.UIEdgeInsets", - "usr": "c:@S@UIEdgeInsets" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:insetForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout17insetForSectionAtSo12UIEdgeInsetsVSo012UICollectionH0C_So0pH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:insetForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14cancelPrefetchyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:minimumInteritemSpacingForSectionAt:)", + "kind": "Var", + "name": "rowHeight", + "printedName": "rowHeight", "children": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout35minimumInteritemSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:minimumInteritemSpacingForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9rowHeightyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:minimumLineSpacingForSectionAt:)", + "kind": "Var", + "name": "rowHeightEstimated", + "printedName": "rowHeightEstimated", "children": [ { - "kind": "TypeNominal", - "name": "CGFloat", - "printedName": "CoreGraphics.CGFloat", - "usr": "s:14CoreFoundation7CGFloatV" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:minimumLineSpacingForSectionAtIndex:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout30minimumLineSpacingForSectionAt12CoreGraphics7CGFloatVSo012UICollectionH0C_So0sH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:minimumLineSpacingForSectionAtIndex:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18rowHeightEstimatedyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:referenceSizeForHeaderInSection:)", + "kind": "Var", + "name": "indentLevel", + "printedName": "indentLevel", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForHeaderInSection:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForHeaderInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:referenceSizeForHeaderInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11indentLevelyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Function", - "name": "collectionView", - "printedName": "collectionView(_:layout:referenceSizeForFooterInSection:)", + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", "children": [ { - "kind": "TypeNominal", - "name": "CGSize", - "printedName": "CoreFoundation.CGSize", - "usr": "c:@S@CGSize" - }, - { - "kind": "TypeNominal", - "name": "UICollectionView", - "printedName": "UIKit.UICollectionView", - "usr": "c:objc(cs)UICollectionView" - }, - { - "kind": "TypeNominal", - "name": "UICollectionViewLayout", - "printedName": "UIKit.UICollectionViewLayout", - "usr": "c:objc(cs)UICollectionViewLayout" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] } ], - "declKind": "Func", - "usr": "c:@CM@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector(im)collectionView:layout:referenceSizeForFooterInSection:", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC14collectionView_6layout31referenceSizeForFooterInSectionSo6CGSizeVSo012UICollectionH0C_So0qH6LayoutCSitF", - "moduleName": "TranzzoPaymentSDK", - "objc_name": "collectionView:layout:referenceSizeForFooterInSection:", - "declAttributes": [ - "Dynamic", - "ObjC", - "Preconcurrency", - "Custom" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)FlowCollectionDirector", - "mangledName": "$s17TranzzoPaymentSDK22FlowCollectionDirectorC", - "moduleName": "TranzzoPaymentSDK", - "isOpen": true, - "declAttributes": [ - "Preconcurrency", - "Custom", - "AccessControl", - "ObjC" - ], - "superclassUsr": "c:@M@TranzzoPaymentSDK@objc(cs)CollectionDirector", - "superclassNames": [ - "TranzzoPaymentSDK.CollectionDirector", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11willDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16shouldSpringLoadyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "kind": "Var", + "name": "editActions", + "printedName": "editActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11editActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "kind": "Var", + "name": "tapOnAccessory", + "printedName": "tapOnAccessory", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14tapOnAccessoryyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "kind": "Var", + "name": "willSelect", + "printedName": "willSelect", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10willSelectyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "kind": "Var", + "name": "tap", + "printedName": "tap", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO3tapyA2CmF", + "moduleName": "TranzzoPaymentSDK" }, { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "CustomerData", - "printedName": "CustomerData", - "children": [ - { - "kind": "Constructor", - "name": "init", - "printedName": "init(customerEmail:customerPhone:customerId:customerFname:customerLname:customerLang:customerCountry:)", + "kind": "Var", + "name": "willDeselect", + "printedName": "willDeselect", "children": [ { - "kind": "TypeNominal", - "name": "CustomerData", - "printedName": "TranzzoPaymentSDK.CustomerData", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12willDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO11didDeselectyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "willBeginEdit", + "printedName": "willBeginEdit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO13willBeginEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didEndEdit", + "printedName": "didEndEdit", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10didEndEdityA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "editStyle", + "printedName": "editStyle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO9editStyleyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "deleteConfirmTitle", + "printedName": "deleteConfirmTitle", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO18deleteConfirmTitleyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "editShouldIndent", + "printedName": "editShouldIndent", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO16editShouldIndentyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "moveAdjustDestination", + "printedName": "moveAdjustDestination", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO21moveAdjustDestinationyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO10endDisplayyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldShowMenu", + "printedName": "shouldShowMenu", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14shouldShowMenuyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canPerformMenuAction", + "printedName": "canPerformMenuAction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20canPerformMenuActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "performMenuAction", + "printedName": "performMenuAction", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO17performMenuActionyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO15shouldHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO12didHighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO14didUnhighlightyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8canFocusyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "leadingSwipeActions", + "printedName": "leadingSwipeActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO19leadingSwipeActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "trailingSwipeActions", + "printedName": "trailingSwipeActions", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableAdapterEventID.Type) -> TranzzoPaymentSDK.TableAdapterEventID", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO20trailingSwipeActionsyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueACSgSi_tcfc", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivp", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO8rawValueSivg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO", + "mangledName": "$s17TranzzoPaymentSDK19TableAdapterEventIDO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "Int", + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TokenCardModel", + "printedName": "TokenCardModel", + "children": [ + { + "kind": "Var", + "name": "mask", + "printedName": "mask", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4maskSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "token", + "printedName": "token", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV5tokenSSvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "isDefault", + "printedName": "isDefault", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV9isDefaultSbvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(mask:token:isDefault:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TokenCardModel", + "printedName": "TranzzoPaymentSDK.TokenCardModel", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV4mask5token9isDefaultACSS_SSSbtcfc", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK14TokenCardModelV", + "mangledName": "$s17TranzzoPaymentSDK14TokenCardModelV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "TypeDecl", + "name": "ConstraintWithKeyboardObserver", + "printedName": "ConstraintWithKeyboardObserver", + "children": [ + { + "kind": "Var", + "name": "additionalIndent", + "printedName": "additionalIndent", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvp", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Preconcurrency", + "Custom", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvg", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvs", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent14CoreFoundation7CGFloatVvM", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC16additionalIndent12CoreGraphics7CGFloatVvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Function", + "name": "awakeFromNib", + "printedName": "awakeFromNib()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)awakeFromNib", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC12awakeFromNibyyF", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "objc_name": "awakeFromNib", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "AccessControl", + "Override" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "ConstraintWithKeyboardObserver", + "printedName": "TranzzoPaymentSDK.ConstraintWithKeyboardObserver", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver" + } + ], + "declKind": "Constructor", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver(im)init", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverCACycfc", + "moduleName": "TranzzoPaymentSDK", + "overriding": true, + "implicit": true, + "objc_name": "init", + "declAttributes": [ + "Dynamic", + "ObjC", + "Preconcurrency", + "Custom", + "Override" + ], + "init_kind": "Designated" + } + ], + "declKind": "Class", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)ConstraintWithKeyboardObserver", + "mangledName": "$s17TranzzoPaymentSDK30ConstraintWithKeyboardObserverC", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Preconcurrency", + "Custom", + "AccessControl", + "ObjC" + ], + "superclassUsr": "c:objc(cs)NSLayoutConstraint", + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.NSLayoutConstraint", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableSectionHeaderFooterProtocol", + "printedName": "TableSectionHeaderFooterProtocol", + "children": [ + { + "kind": "Var", + "name": "section", + "printedName": "section", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvp", + "moduleName": "TranzzoPaymentSDK", + "protocolReq": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "TranzzoPaymentSDK.TableSection?", + "children": [ + { + "kind": "TypeNominal", + "name": "TableSection", + "printedName": "TranzzoPaymentSDK.TableSection", + "usr": "s:17TranzzoPaymentSDK12TableSectionC" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP7sectionAA0dE0CSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "registerHeaderFooterViewForDirector", + "printedName": "registerHeaderFooterViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP08registerfG15ViewForDirectorySSAA0dL0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatch", + "printedName": "dispatch(_:isHeader:view:section:table:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableSectionEvents", + "printedName": "TranzzoPaymentSDK.TableSectionEvents", + "usr": "s:17TranzzoPaymentSDK18TableSectionEventsO" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP8dispatch_02isF04view7section5tableypSgAA0dE6EventsO_SbSo6UIViewCSgSiSo11UITableViewCtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableSectionHeaderFooterProtocol>", + "sugared_genericSig": "", + "protocolReq": true, + "declAttributes": [ + "DiscardableResult" + ], + "reqNewWitnessTableEntry": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK32TableSectionHeaderFooterProtocolP", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "declKind": "Protocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 : AnyObject>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ReusableViewLoadSource", + "printedName": "ReusableViewLoadSource", + "children": [ + { + "kind": "Var", + "name": "fromStoryboard", + "printedName": "fromStoryboard", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO14fromStoryboardyA2CmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "fromXib", + "printedName": "fromXib", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> (Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(Swift.String?, Foundation.Bundle?) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(name: Swift.String?, bundle: Foundation.Bundle?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.Bundle?", + "children": [ + { + "kind": "TypeNominal", + "name": "Bundle", + "printedName": "Foundation.Bundle", + "usr": "c:objc(cs)NSBundle" + } + ], + "usr": "s:Sq" + } + ] + } + ] + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO7fromXibyACSSSg_So8NSBundleCSgtcACmF", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Var", + "name": "fromClass", + "printedName": "fromClass", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.ReusableViewLoadSource.Type) -> TranzzoPaymentSDK.ReusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO9fromClassyA2CmF", + "moduleName": "TranzzoPaymentSDK" + } + ], + "declKind": "Enum", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO", + "mangledName": "$s17TranzzoPaymentSDK22ReusableViewLoadSourceO", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "ScrollViewEventsHandler", + "printedName": "ScrollViewEventsHandler", + "children": [ + { + "kind": "Var", + "name": "didScroll", + "printedName": "didScroll", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD0ySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endScrollingAnimation", + "printedName": "endScrollingAnimation", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21endScrollingAnimationySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "shouldScrollToTop", + "printedName": "shouldScrollToTop", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV06shouldD5ToTopSbSo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didScrollToTop", + "printedName": "didScrollToTop", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV03didD5ToTopySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginDragging", + "printedName": "willBeginDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV17willBeginDraggingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willEndDragging", + "printedName": "willEndDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, CoreFoundation.CGPoint, Swift.UnsafeMutablePointer)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + }, + { + "kind": "TypeNominal", + "name": "UnsafeMutablePointer", + "printedName": "Swift.UnsafeMutablePointer", + "children": [ + { + "kind": "TypeNominal", + "name": "CGPoint", + "printedName": "CoreFoundation.CGPoint", + "usr": "c:@S@CGPoint" + } + ], + "usr": "s:Sp" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15willEndDraggingySo08UIScrollE0C_So7CGPointVSpyAHGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endDragging", + "printedName": "endDragging", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, Swift.Bool) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, Swift.Bool) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, Swift.Bool)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV11endDraggingySo08UIScrollE0C_SbtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginDecelerating", + "printedName": "willBeginDecelerating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV21willBeginDeceleratingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endDecelerating", + "printedName": "endDecelerating", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV15endDeceleratingySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "viewForZooming", + "printedName": "viewForZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> UIKit.UIView?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV14viewForZoomingSo6UIViewCSgSo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willBeginZooming", + "printedName": "willBeginZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV16willBeginZoomingySo08UIScrollE0C_So6UIViewCSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "endZooming", + "printedName": "endZooming", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(UIKit.UIScrollView, UIKit.UIView?, CoreGraphics.CGFloat)", + "children": [ + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UIView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UIView", + "printedName": "UIKit.UIView", + "usr": "c:objc(cs)UIView" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg14CoreFoundation7CGFloatVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV10endZoomingySo08UIScrollE0C_So6UIViewCSg12CoreGraphics7CGFloatVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didZoom", + "printedName": "didZoom", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV7didZoomySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "didChangeAdjustedContentInset", + "printedName": "didChangeAdjustedContentInset", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvg", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((UIKit.UIScrollView) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(UIKit.UIScrollView) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UIScrollView", + "printedName": "UIKit.UIScrollView", + "usr": "c:objc(cs)UIScrollView" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvs", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV29didChangeAdjustedContentInsetySo08UIScrollE0CcSgvM", + "moduleName": "TranzzoPaymentSDK", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "mangledName": "$s17TranzzoPaymentSDK23ScrollViewEventsHandlerV", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "TableCellAdapter", + "printedName": "TableCellAdapter", + "children": [ + { + "kind": "Var", + "name": "modelType", + "printedName": "modelType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC9modelTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "modelViewType", + "printedName": "modelViewType", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ExistentialMetatype", + "printedName": "any Any.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13modelViewTypeypXpvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewIdentifier", + "printedName": "reusableViewIdentifier", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewIdentifierSSvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "reusableViewLoadSource", + "printedName": "reusableViewLoadSource", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0Ovs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC22reusableViewLoadSourceAA08ReusablehiJ0OvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "events", + "printedName": "events", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "EventsSubscriber", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.EventsSubscriber", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC6eventsAC16EventsSubscriberCyxq__Gvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "TableCellAdapter", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "TableCellAdapter", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC" + } + ] + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterCyACyxq_GyADcSgcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "dequeueCell", + "printedName": "dequeueCell(inTable:at:)", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewCell", + "printedName": "UIKit.UITableViewCell", + "usr": "c:objc(cs)UITableViewCell" + }, + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC07dequeueE002inD02atSo011UITableViewE0CSo0jK0C_10Foundation9IndexPathVSgtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "registerReusableCellViewForDirector", + "printedName": "registerReusableCellViewForDirector(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "TableDirector", + "printedName": "TranzzoPaymentSDK.TableDirector", + "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC016registerReusableE15ViewForDirectorySbAA0dK0CF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "dispatchEvent", + "printedName": "dispatchEvent(_:model:cell:path:params:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "TableAdapterEventID", + "printedName": "TranzzoPaymentSDK.TableAdapterEventID", + "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", + "children": [ + { + "kind": "TypeNominal", + "name": "ReusableViewProtocol", + "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Any?]", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC13dispatchEvent_5model4cell4path6paramsypSgAA0dfH2IDO_AiA20ReusableViewProtocol_pSg10Foundation9IndexPathVSgAIdtF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "DiscardableResult", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Event", + "printedName": "Event", + "children": [ + { + "kind": "Var", + "name": "table", + "printedName": "table", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UITableView?", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableView", + "printedName": "UIKit.UITableView", + "usr": "c:objc(cs)UITableView" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC5tableSo11UITableViewCSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "tableSize", + "printedName": "tableSize", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "CoreFoundation.CGSize?", + "children": [ + { + "kind": "TypeNominal", + "name": "CGSize", + "printedName": "CoreFoundation.CGSize", + "usr": "c:@S@CGSize" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9tableSizeSo6CGSizeVSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "indexPath", + "printedName": "indexPath", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC9indexPath10Foundation05IndexI0VSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "element", + "printedName": "element", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "Final", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_0?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC7elementxSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "declAttributes": [ + "Final" + ], + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "cell", + "printedName": "cell", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "τ_0_1?", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_1" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_Sgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC4cellq_SgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC5EventC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "EventsSubscriber", + "printedName": "EventsSubscriber", + "children": [ + { + "kind": "Var", + "name": "dequeue", + "printedName": "dequeue", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7dequeueyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "willDisplay", + "printedName": "willDisplay", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11willDisplayyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rowHeight", + "printedName": "rowHeight", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9rowHeight12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "rowHeightEstimated", + "printedName": "rowHeightEstimated", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> CoreGraphics.CGFloat", + "children": [ + { + "kind": "TypeNominal", + "name": "CGFloat", + "printedName": "CoreGraphics.CGFloat", + "usr": "s:14CoreFoundation7CGFloatV" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated14CoreFoundation7CGFloatVAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18rowHeightEstimated12CoreGraphics7CGFloatVAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "canEditRow", + "printedName": "canEditRow", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canEditRowSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Var", + "name": "commitEdit", + "printedName": "commitEdit", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, UIKit.UITableViewCell.EditingStyle)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10commitEdityAC5EventCyxq__G_So011UITableViewE12EditingStyleVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "editActions", + "printedName": "editActions", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> [UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "[UIKit.UITableViewRowAction]?", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[UIKit.UITableViewRowAction]", + "children": [ + { + "kind": "TypeNominal", + "name": "UITableViewRowAction", + "printedName": "UIKit.UITableViewRowAction", + "usr": "c:objc(cs)UITableViewRowAction" + } + ], + "usr": "s:Sa" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11editActionsSaySo20UITableViewRowActionCGSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.String?", + "kind": "Var", + "name": "canMoveRow", + "printedName": "canMoveRow", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", - "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV13customerEmail0F5Phone0F2Id0F5Fname0F5Lname0F4Lang0F7CountryACSS_S2SSgA4Ktcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK12CustomerDataV", - "mangledName": "$s17TranzzoPaymentSDK12CustomerDataV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "TableCellAdapterProtocol", - "printedName": "TableCellAdapterProtocol", - "children": [ - { - "kind": "Var", - "name": "modelType", - "printedName": "modelType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10canMoveRowSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "moveRow", + "printedName": "moveRow", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] } - ] + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP9modelTypeypXpvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelViewType", - "printedName": "modelViewType", - "children": [ - { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any Any.Type", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13modelViewTypeypXpvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC7moveRowyAC5EventCyxq__G_10Foundation9IndexPathVtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP15modelIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "dequeueCell", - "printedName": "dequeueCell(inTable:at:)", - "children": [ - { - "kind": "TypeNominal", - "name": "UITableViewCell", - "printedName": "UIKit.UITableViewCell", - "usr": "c:objc(cs)UITableViewCell" - }, - { - "kind": "TypeNominal", - "name": "UITableView", - "printedName": "UIKit.UITableView", - "usr": "c:objc(cs)UITableView" + ] }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", + "kind": "Var", + "name": "indentLevel", + "printedName": "indentLevel", "children": [ { "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP07dequeueE002inD02atSo011UITableViewE0CSo0kL0C_10Foundation9IndexPathVSgtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "registerReusableCellViewForDirector", - "printedName": "registerReusableCellViewForDirector(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "TableDirector", - "printedName": "TranzzoPaymentSDK.TableDirector", - "usr": "c:@M@TranzzoPaymentSDK@objc(cs)TableDirector" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP016registerReusableE15ViewForDirectorySbAA0dL0CF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "dispatchEvent", - "printedName": "dispatchEvent(_:model:cell:path:params:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "TableAdapterEventID", - "printedName": "TranzzoPaymentSDK.TableAdapterEventID", - "usr": "s:17TranzzoPaymentSDK19TableAdapterEventIDO" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Any?", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "(any TranzzoPaymentSDK.ReusableViewProtocol)?", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "ReusableViewProtocol", - "printedName": "any TranzzoPaymentSDK.ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ], - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Foundation.IndexPath?", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Int", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "IndexPath", - "printedName": "Foundation.IndexPath", - "usr": "s:10Foundation9IndexPathV" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11indentLevelSiAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sq" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Any?]", + "kind": "Var", + "name": "prefetch", + "printedName": "prefetch", "children": [ { "kind": "TypeNominal", "name": "Optional", - "printedName": "Any?", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "Any" + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP13dispatchEvent_5model4cell4path6paramsypSgAA0dfI2IDO_AiA012ReusableViewG0_pSg10Foundation9IndexPathVSgAIdtF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "protocolReq": true, - "declAttributes": [ - "DiscardableResult" - ], - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "modelIdentifier", - "printedName": "modelIdentifier", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolPAAE15modelIdentifierSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.TableCellAdapterProtocol>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "StagedChangeset", - "printedName": "StagedChangeset", - "children": [ - { - "kind": "Var", - "name": "changesets", - "printedName": "changesets", - "children": [ - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8prefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "cancelPrefetch", + "printedName": "cancelPrefetch", "children": [ { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>>", - "sugared_genericSig": ">", - "declAttributes": [ - "AccessControl" - ], - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.DifferentiableSection>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "startIndex", - "printedName": "startIndex", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "endIndex", - "printedName": "endIndex", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Function", - "name": "index", - "printedName": "index(after:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Subscript", - "name": "subscript", - "printedName": "subscript(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Subscript", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "(([τ_0_0], [Foundation.IndexPath]) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "([τ_0_0], [Foundation.IndexPath]) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "([τ_0_0], [Foundation.IndexPath])", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[τ_0_0]", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:Sa" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.IndexPath]", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sa" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "isFromExtension": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Function", - "name": "replaceSubrange", - "printedName": "replaceSubrange(_:with:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_1" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_1 : Swift.RangeExpression, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>, τ_1_1.Bound == Swift.Int>", - "sugared_genericSig": ", R.Bound == Swift.Int>", - "declAttributes": [ - "Mutating", - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "Mutating" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", - "sugared_genericSig": "", - "static": true, - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(arrayLiteral:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14cancelPrefetchySayxG_Say10Foundation9IndexPathVGtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.Changeset<τ_0_0>]", + "kind": "Var", + "name": "shouldSpringLoad", + "printedName": "shouldSpringLoad", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Var", - "name": "debugDescription", - "printedName": "debugDescription", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:target:section:)", - "children": [ - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "declAttributes": [ - "Inlinable" - ], - "isFromExtension": true, - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV", - "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "RandomAccessCollection", - "printedName": "RandomAccessCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s5SliceV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sn" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16shouldSpringLoadSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "usr": "s:Sk", - "mangledName": "$sSk" - }, - { - "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ + }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "Var", + "name": "tapOnAccessory", + "printedName": "tapOnAccessory", "children": [ { "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] } ], - "usr": "s:s5SliceV" + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" - }, - { - "kind": "Conformance", - "name": "MutableCollection", - "printedName": "MutableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s5SliceV" - } - ] - } - ], - "usr": "s:SM", - "mangledName": "$sSM" - }, - { - "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14tapOnAccessoryyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "Var", + "name": "willSelect", + "printedName": "willSelect", "children": [ { "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + ] } ], - "usr": "s:s5SliceV" + "usr": "s:Sq" } - ] - }, - { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sn" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ - { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator>", - "children": [ + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s16IndexingIteratorV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Slice", - "printedName": "Swift.Slice>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:s5SliceV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10willSelect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] }, { - "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", + "kind": "Var", + "name": "didSelect", + "printedName": "didSelect", "children": [ { "kind": "TypeNominal", - "name": "Range", - "printedName": "Swift.Range", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sn" + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sl", - "mangledName": "$sSl" - }, - { - "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "IndexingIterator", - "printedName": "Swift.IndexingIterator>", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> TranzzoPaymentSDK.TableAdapterCellAction", + "children": [ + { + "kind": "TypeNominal", + "name": "TableAdapterCellAction", + "printedName": "TranzzoPaymentSDK.TableAdapterCellAction", + "usr": "s:17TranzzoPaymentSDK22TableAdapterCellActionO" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + "usr": "s:Sq" } ], - "usr": "s:s16IndexingIteratorV" - } - ] - } - ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "ExpressibleByArrayLiteral", - "printedName": "ExpressibleByArrayLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ArrayLiteralElement", - "printedName": "ArrayLiteralElement", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9didSelectAA0dfE6ActionOAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "usr": "s:s25ExpressibleByArrayLiteralP", - "mangledName": "$ss25ExpressibleByArrayLiteralP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "DifferentiateResult", - "printedName": "DifferentiateResult", - "children": [ - { - "kind": "Var", - "name": "deleted", - "printedName": "deleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "willDeselect", + "printedName": "willDeselect", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deletedSayxGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "inserted", - "printedName": "inserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8insertedSayxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "updated", - "printedName": "updated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7updatedSayxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "moved", - "printedName": "moved", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12willDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "didDeselect", + "printedName": "didDeselect", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV5movedSayx6source_x6targettGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "metadata", - "printedName": "metadata", - "children": [ - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC11didDeselect10Foundation9IndexPathVSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "willBeginEdit", + "printedName": "willBeginEdit", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } - ], - "usr": "s:Sq" + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } - ] - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV8metadatas15ContiguousArrayVyAA5TraceVySiGG12sourceTraces_AFySiSgG16targetReferencestvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(deleted:inserted:updated:moved:metadata:)", - "children": [ - { - "kind": "TypeNominal", - "name": "DifferentiateResult", - "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[τ_0_0]", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC13willBeginEdityAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + ] }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: τ_0_0, target: τ_0_0)]", + "kind": "Var", + "name": "didEndEdit", + "printedName": "didEndEdit", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: τ_0_0, target: τ_0_0)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } - ] + ], + "usr": "s:Sq" } ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray)", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:17TranzzoPaymentSDK5TraceV" + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, { "kind": "TypeNominal", "name": "Optional", - "printedName": "Swift.Int?", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ] - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV7deleted8inserted7updated5moved8metadataACyxGSayxG_A2JSayx6source_x6targettGs15ContiguousArrayVyAA5TraceVySiGG0K6Traces_AOySiSgG0L10Referencesttcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV", - "mangledName": "$s17TranzzoPaymentSDK19DifferentiateResultV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Trace", - "printedName": "Trace", - "children": [ - { - "kind": "Var", - "name": "reference", - "printedName": "reference", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "τ_0_0?", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sq" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9referencexSgvM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9referencexSgvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "deleteOffset", - "printedName": "deleteOffset", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV12deleteOffsetSivM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "isTracked", - "printedName": "isTracked", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvp", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvg", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvs", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK5TraceV9isTrackedSbvM", - "mangledName": "$s17TranzzoPaymentSDK5TraceV9isTrackedSbvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init()", - "children": [ - { - "kind": "TypeNominal", - "name": "Trace", - "printedName": "TranzzoPaymentSDK.Trace<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10didEndEdityAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK5TraceV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK5TraceVACyxGycfc", - "mangledName": "$s17TranzzoPaymentSDK5TraceVACyxGycfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "UsableFromInline" - ], - "init_kind": "Designated" - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK5TraceV", - "mangledName": "$s17TranzzoPaymentSDK5TraceV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "Occurrence", - "printedName": "Occurrence", - "children": [ - { - "kind": "Var", - "name": "unique", - "printedName": "unique", - "children": [ + ] + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "kind": "Var", + "name": "editStyle", + "printedName": "editStyle", "children": [ { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Int) -> TranzzoPaymentSDK.Occurrence", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", "children": [ { - "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" - }, - { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(index: Swift.Int)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } - ] - }, + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO6uniqueyACSi_tcACmF", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Var", - "name": "duplicate", - "printedName": "duplicate", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Occurrence.Type) -> (TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.IndicesReference) -> TranzzoPaymentSDK.Occurrence", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(reference: TranzzoPaymentSDK.IndicesReference)", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle)?", "children": [ { - "kind": "TypeNominal", - "name": "IndicesReference", - "printedName": "TranzzoPaymentSDK.IndicesReference", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UITableViewCell.EditingStyle", + "children": [ + { + "kind": "TypeNominal", + "name": "EditingStyle", + "printedName": "UIKit.UITableViewCell.EditingStyle", + "usr": "c:@E@UITableViewCellEditingStyle" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } - ] + ], + "usr": "s:Sq" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Metatype", - "printedName": "TranzzoPaymentSDK.Occurrence.Type", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Occurrence", - "printedName": "TranzzoPaymentSDK.Occurrence", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO" + "name": "Void", + "printedName": "()" } - ] + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC9editStyleSo011UITableViewe7EditingJ0VAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "declKind": "EnumElement", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO9duplicateyAcA16IndicesReferenceC_tcACmF", - "moduleName": "TranzzoPaymentSDK" - } - ], - "declKind": "Enum", - "usr": "s:17TranzzoPaymentSDK10OccurrenceO", - "mangledName": "$s17TranzzoPaymentSDK10OccurrenceO", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "IndicesReference", - "printedName": "IndicesReference", - "children": [ - { - "kind": "Var", - "name": "indices", - "printedName": "indices", - "children": [ - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "deleteConfirmTitle", + "printedName": "deleteConfirmTitle", "children": [ { "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:s15ContiguousArrayV" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC18deleteConfirmTitleSSSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC7indicess15ContiguousArrayVySiGvM", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "position", - "printedName": "position", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasInitialValue", - "Final", - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "hasStorage": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "editShouldIndent", + "printedName": "editShouldIndent", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC16editShouldIndentSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivs", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "Final" - ], - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "moveAdjustDestination", + "printedName": "moveAdjustDestination", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC8positionSivM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvp", "moduleName": "TranzzoPaymentSDK", - "implicit": true, "declAttributes": [ - "Final" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "IndicesReference", - "printedName": "TranzzoPaymentSDK.IndicesReference", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:s15ContiguousArrayV" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceCyACs15ContiguousArrayVySiGcfc", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "push", - "printedName": "push(_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4pushyySiF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "next", - "printedName": "next()", - "children": [ - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "Swift.Int?", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC4nextSiSgyF", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "s:17TranzzoPaymentSDK16IndicesReferenceC", - "mangledName": "$s17TranzzoPaymentSDK16IndicesReferenceC", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "Final", - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "TableKey", - "printedName": "TableKey", - "children": [ - { - "kind": "Var", - "name": "pointeeHashValue", - "printedName": "pointeeHashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath) -> Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Foundation.IndexPath?", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, Foundation.IndexPath)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "IndexPath", + "printedName": "Foundation.IndexPath", + "usr": "s:10Foundation9IndexPathV" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC21moveAdjustDestination10Foundation9IndexPathVSgAC5EventCyxq__G_AItcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV16pointeeHashValueSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "pointer", - "printedName": "pointer", - "children": [ + ] + }, { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", + "kind": "Var", + "name": "endDisplay", + "printedName": "endDisplay", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:SP" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl", - "UsableFromInline" - ], - "isLet": true, - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:SP" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerSPyxGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(pointer:)", - "children": [ - { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - }, - { - "kind": "TypeNominal", - "name": "UnsafePointer", - "printedName": "Swift.UnsafePointer<τ_0_0>", - "children": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC10endDisplayyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:SP" - } - ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV7pointerACyxGSPyxG_tcfc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline" - ], - "init_kind": "Designated" - }, - { - "kind": "Function", - "name": "==", - "printedName": "==(_:_:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + ] }, { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", + "kind": "Var", + "name": "shouldShowMenu", + "printedName": "shouldShowMenu", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - }, - { - "kind": "TypeNominal", - "name": "TableKey", - "printedName": "TranzzoPaymentSDK.TableKey<τ_0_0>", - "children": [ + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14shouldShowMenuSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "usr": "s:17TranzzoPaymentSDK8TableKeyV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV2eeoiySbACyxG_AEtFZ", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "static": true, - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "hash", - "printedName": "hash(into:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + ] }, { - "kind": "TypeNominal", - "name": "Hasher", - "printedName": "Swift.Hasher", - "paramValueOwnership": "InOut", - "usr": "s:s6HasherV" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV4hash4intoys6HasherVz_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Var", - "name": "hashValue", - "printedName": "hashValue", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivp", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivp", - "moduleName": "TranzzoPaymentSDK", - "implicit": true, - "declAttributes": [ - "UsableFromInline" - ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "canPerformMenuAction", + "printedName": "canPerformMenuAction", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK8TableKeyV9hashValueSivg", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV9hashValueSivg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "implicit": true, "declAttributes": [ - "UsableFromInline" + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "accessorKind": "get" - } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK8TableKeyV", - "mangledName": "$s17TranzzoPaymentSDK8TableKeyV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Hashable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "UsableFromInline", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - } - ] - }, - { - "kind": "Function", - "name": "differentiate", - "printedName": "differentiate(source:target:trackTargetIndexAsUpdated:mapIndex:updatedElements:undeletedElements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "DifferentiateResult", - "printedName": "TranzzoPaymentSDK.DifferentiateResult<τ_0_1>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - } - ], - "usr": "s:17TranzzoPaymentSDK19DifferentiateResultV" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:s15ContiguousArrayV" - }, - { - "kind": "TypeNominal", - "name": "ContiguousArray", - "printedName": "Swift.ContiguousArray<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:s15ContiguousArrayV" - }, - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(Swift.Int) -> τ_0_1", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_1" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "typeAttributes": [ - "noescape" - ] - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((τ_0_0) -> ())?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20canPerformMenuActionSbAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((τ_0_0) -> ())?", - "children": [ + }, { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", + "kind": "Var", + "name": "performMenuAction", + "printedName": "performMenuAction", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvp", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event, ObjectiveC.Selector, Any?)", + "children": [ + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + }, + { + "kind": "TypeNominal", + "name": "Selector", + "printedName": "ObjectiveC.Selector", + "usr": "s:10ObjectiveC8SelectorV" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Any?", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "Any" + } + ], + "usr": "s:Sq" + } + ] + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC17performMenuActionyAC5EventCyxq__G_10ObjectiveC8SelectorVypSgtcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", - "mangledName": "$s17TranzzoPaymentSDK13differentiate6source6target25trackTargetIndexAsUpdated03mapI015updatedElements09undeletedN0AA19DifferentiateResultVyq_Gs15ContiguousArrayVyxG_ANSbq_SiXEyxcSgAOtAA14DifferentiableRzr0_lF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "DiscardableResult", - "Inlinable" - ], - "funcSelfKind": "NonMutating" - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "Changeset", - "printedName": "Changeset", - "children": [ - { - "kind": "Var", - "name": "data", - "printedName": "data", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "Var", + "name": "shouldHighlight", + "printedName": "shouldHighlight", "children": [ { "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvg", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC15shouldHighlightSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "didHighlight", + "printedName": "didHighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4dataxvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4dataxvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionDeleted", - "printedName": "sectionDeleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC12didHighlightyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", + "kind": "Var", + "name": "didUnhighlight", + "printedName": "didUnhighlight", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionDeletedSaySiGvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionInserted", - "printedName": "sectionInserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ())?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> ()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15sectionInsertedSaySiGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionUpdated", - "printedName": "sectionUpdated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC14didUnhighlightyAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "canFocus", + "printedName": "canFocus", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvs", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14sectionUpdatedSaySiGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "sectionMoved", - "printedName": "sectionMoved", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", - "children": [ + "hasStorage": true, + "accessors": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } - ] - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC8canFocusSbAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "leadingSwipeActions", + "printedName": "leadingSwipeActions", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", "children": [ { - "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" }, { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" } ] } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12sectionMovedSaySi6source_Si6targettGvM", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementDeleted", - "printedName": "elementDeleted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } + "declAttributes": [ + "Lazy", + "AccessControl" ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementDeletedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementInserted", - "printedName": "elementInserted", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC19leadingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" + ] }, { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", + "kind": "Var", + "name": "trailingSwipeActions", + "printedName": "trailingSwipeActions", "children": [ { "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", "children": [ { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] } ], - "usr": "s:Sa" + "usr": "s:Sq" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvs", + "declKind": "Var", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvp", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" - }, - { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } + "declAttributes": [ + "Lazy", + "AccessControl" ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV15elementInsertedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" - } - ] - }, - { - "kind": "Var", - "name": "elementUpdated", - "printedName": "elementUpdated", - "children": [ - { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ + "accessors": [ { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "HasStorage", - "AccessControl" - ], - "hasStorage": true, - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvg", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "get" + }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?)?", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event) -> UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "UIKit.UISwipeActionsConfiguration?", + "children": [ + { + "kind": "TypeNominal", + "name": "UISwipeActionsConfiguration", + "printedName": "UIKit.UISwipeActionsConfiguration", + "usr": "c:objc(cs)UISwipeActionsConfiguration" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Event", + "printedName": "TranzzoPaymentSDK.TableCellAdapter<τ_0_0, τ_0_1>.Event", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC5EventC" + } + ] + } + ], + "usr": "s:Sq" } ], - "usr": "s:Sa" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "get" - }, - { - "kind": "Accessor", - "name": "Set", - "printedName": "Set()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvs", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "set" }, { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "Void", + "printedName": "()" } ], - "usr": "s:Sa" + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC20trailingSwipeActionsSo07UISwipeK13ConfigurationCSgAC5EventCyxq__GcSgvM", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "implicit": true, + "accessorKind": "_modify" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvs", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "set" + ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC16EventsSubscriberC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "declAttributes": [ + "RawDocComment" + ], + "isFromExtension": true, + "hasMissingDesignatedInitializers": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { - "kind": "Accessor", - "name": "Modify", - "printedName": "Modify()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV14elementUpdatedSayAA11ElementPathVGvM", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "implicit": true, - "accessorKind": "_modify" + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" } ] + } + ], + "declKind": "Class", + "usr": "s:17TranzzoPaymentSDK16TableCellAdapterC", + "mangledName": "$s17TranzzoPaymentSDK16TableCellAdapterC", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_0_1 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable, τ_0_1 : TranzzoPaymentSDK.ReusableViewProtocol>", + "sugared_genericSig": "", + "isOpen": true, + "declAttributes": [ + "AccessControl" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, + { + "kind": "Conformance", + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" + }, + { + "kind": "Conformance", + "name": "TableCellAdapterProtocol", + "printedName": "TableCellAdapterProtocol", + "usr": "s:17TranzzoPaymentSDK24TableCellAdapterProtocolP", + "mangledName": "$s17TranzzoPaymentSDK24TableCellAdapterProtocolP" + } + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "StagedChangeset", + "printedName": "StagedChangeset", + "children": [ { "kind": "Var", - "name": "elementMoved", - "printedName": "elementMoved", + "name": "changesets", + "printedName": "changesets", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "HasStorage", - "AccessControl" + "AccessControl", + "UsableFromInline" ], "hasStorage": true, "accessors": [ @@ -55273,35 +59457,29 @@ "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55320,35 +59498,29 @@ }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "ContiguousArray", + "printedName": "Swift.ContiguousArray>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s15ContiguousArrayV" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvs", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvs", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55367,8 +59539,8 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV12elementMovedSayAA11ElementPathV6source_AF6targettGvM", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10changesetss15ContiguousArrayVyAA0E0VyxGGvM", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", @@ -55380,12 +59552,12 @@ { "kind": "Constructor", "name": "init", - "printedName": "init(data:sectionDeleted:sectionInserted:sectionUpdated:sectionMoved:elementDeleted:elementInserted:elementUpdated:elementMoved:)", + "printedName": "init(_:)", "children": [ { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55393,175 +59565,190 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, + "printedName": "τ_1_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyACyxGqd__cSlRd__AA0E0VyxG7ElementRtd__lufc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>>", + "sugared_genericSig": ">", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:)", + "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[Swift.Int]", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" - }, + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA21DifferentiableSection7ElementRpzrlE6source6targetACyxGx_xtcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.DifferentiableSection>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:)", + "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: Swift.Int, target: Swift.Int)]", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: Swift.Int, target: Swift.Int)", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - }, - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6targetACyxGx_xtcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(source:target:section:)", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[TranzzoPaymentSDK.ElementPath]", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ], - "hasDefaultArg": true, - "usr": "s:Sa" + "name": "GenericTypeParam", + "printedName": "τ_0_0" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" }, { "kind": "TypeNominal", - "name": "Array", - "printedName": "[(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)]", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASmRzAA20ElementRepresentable0F0RpzrlE6source6target7sectionACyxGx_xSitcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.RangeReplaceableCollection, τ_0_0.Element : TranzzoPaymentSDK.ElementRepresentable>", + "sugared_genericSig": "", + "declAttributes": [ + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Tuple", - "printedName": "(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)", - "children": [ - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - }, - { - "kind": "TypeNominal", - "name": "ElementPath", - "printedName": "TranzzoPaymentSDK.ElementPath", - "usr": "s:17TranzzoPaymentSDK11ElementPathV" - } - ] + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "hasDefaultArg": true, - "usr": "s:Sa" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV4data14sectionDeleted0F8Inserted0F7Updated0F5Moved07elementG00kH00kI00kJ0ACyxGx_SaySiGA2NSaySi6source_Si6targettGSayAA11ElementPathVGA2TSayAsO_AsPtGtcfc", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVACyxGycfc", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", "declAttributes": [ - "AccessControl" + "AccessControl", + "Inlinable" ], + "isFromExtension": true, "init_kind": "Designated" }, { "kind": "Var", - "name": "sectionChangeCount", - "printedName": "sectionChangeCount", + "name": "startIndex", + "printedName": "startIndex", "children": [ { "kind": "TypeNominal", @@ -55571,13 +59758,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55592,19 +59780,20 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18sectionChangeCountSivg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV10startIndexSivg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] }, { "kind": "Var", - "name": "elementChangeCount", - "printedName": "elementChangeCount", + "name": "endIndex", + "printedName": "endIndex", "children": [ { "kind": "TypeNominal", @@ -55614,13 +59803,14 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55635,20 +59825,27 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV18elementChangeCountSivg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV8endIndexSivg", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] }, { - "kind": "Var", - "name": "changeCount", - "printedName": "changeCount", + "kind": "Function", + "name": "index", + "printedName": "index(after:)", "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, { "kind": "TypeNominal", "name": "Int", @@ -55656,57 +59853,55 @@ "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV5index5afterS2i_tF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl", "Inlinable" ], - "accessors": [ + "isFromExtension": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Subscript", + "name": "subscript", + "printedName": "subscript(_:)", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV11changeCountSivg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV11changeCountSivg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "hasSectionChanges", - "printedName": "hasSectionChanges", - "children": [ + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvp", + "declKind": "Subscript", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicip", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ "AccessControl", "Inlinable" ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -55715,106 +59910,135 @@ "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasSectionChangesSbvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicig", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" - } - ] - }, - { - "kind": "Var", - "name": "hasElementChanges", - "printedName": "hasElementChanges", - "children": [ + }, { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl", - "Inlinable" - ], - "accessors": [ + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSicis", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, + "accessorKind": "set" + }, { "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "name": "Modify", + "printedName": "Modify()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV17hasElementChangesSbvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVyAA0E0VyxGSiciM", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", "sugared_genericSig": "", - "accessorKind": "get" + "implicit": true, + "isFromExtension": true, + "accessorKind": "_modify" } ] }, { - "kind": "Var", - "name": "hasChanges", - "printedName": "hasChanges", + "kind": "Function", + "name": "replaceSubrange", + "printedName": "replaceSubrange(_:with:)", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_1" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_1_0" } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvp", + "declKind": "Func", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV15replaceSubrange_4withyqd_0__qd__tSlRd__SXRd_0_AA0E0VyxG7ElementRtd__Si5BoundRtd_0_r0_lF", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0, τ_1_0, τ_1_1 where τ_0_0 : Swift.Collection, τ_1_0 : Swift.Collection, τ_1_1 : Swift.RangeExpression, τ_1_0.Element == TranzzoPaymentSDK.Changeset<τ_0_0>, τ_1_1.Bound == Swift.Int>", + "sugared_genericSig": ", R.Bound == Swift.Int>", "declAttributes": [ + "Mutating", "AccessControl", "Inlinable" ], - "accessors": [ - { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV10hasChangesSbvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "accessorKind": "get" - } - ] + "isFromExtension": true, + "funcSelfKind": "Mutating" }, { "kind": "Function", @@ -55829,8 +60053,8 @@ }, { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55838,12 +60062,12 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", @@ -55851,163 +60075,80 @@ "printedName": "τ_0_0" } ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetVAASQRzrlE2eeoiySbACyxG_AEtFZ", "moduleName": "TranzzoPaymentSDK", "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection, τ_0_0 : Swift.Equatable>", "sugared_genericSig": "", "static": true, "declAttributes": [ - "AccessControl" + "AccessControl", + "Inlinable" ], "isFromExtension": true, "funcSelfKind": "NonMutating" }, { - "kind": "Var", - "name": "debugDescription", - "printedName": "debugDescription", + "kind": "Constructor", + "name": "init", + "printedName": "init(arrayLiteral:)", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvp", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "isFromExtension": true, - "accessors": [ + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeNominal", + "name": "Array", + "printedName": "[TranzzoPaymentSDK.Changeset<τ_0_0>]", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV16debugDescriptionSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + "usr": "s:Sa" } - ] - } - ], - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK9ChangesetV", - "mangledName": "$s17TranzzoPaymentSDK9ChangesetV", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + ], + "declKind": "Constructor", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV12arrayLiteralACyxGAA0E0VyxGd_tcfc", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "AccessControl", + "Inlinable" + ], + "isFromExtension": true, + "init_kind": "Designated" }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - } - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "PassKit", - "printedName": "PassKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "UIKit", - "printedName": "UIKit", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] - }, - { - "kind": "TypeDecl", - "name": "Differentiable", - "printedName": "Differentiable", - "children": [ { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "debugDescription", + "printedName": "debugDescription", "children": [ { "kind": "TypeNominal", @@ -56017,10 +60158,13 @@ } ], "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvp", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvp", "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, + "declAttributes": [ + "AccessControl" + ], + "isFromExtension": true, "accessors": [ { "kind": "Accessor", @@ -56035,82 +60179,34 @@ } ], "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP20differenceIdentifierSSvg", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV16debugDescriptionSSvg", "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "isFromExtension": true, "accessorKind": "get" } ] - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP14isContentEqual2toSbAaB_p_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "funcSelfKind": "NonMutating" - }, - { - "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" - } - ], - "declKind": "Func", - "usr": "s:17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiablePAAE14isContentEqual2toSbAaB_p_tF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "isFromExtension": true, - "funcSelfKind": "NonMutating" } ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP", + "declKind": "Struct", + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV", + "mangledName": "$s17TranzzoPaymentSDK15StagedChangesetV", "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", "declAttributes": [ - "AccessControl", - "RawDocComment" + "AccessControl" ], "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" + }, { "kind": "Conformance", "name": "Escapable", @@ -56120,262 +60216,511 @@ }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "ElementRepresentable", - "printedName": "ElementRepresentable", - "children": [ + "name": "RandomAccessCollection", + "printedName": "RandomAccessCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] + } + ], + "usr": "s:Sk", + "mangledName": "$sSk" + }, { - "kind": "Var", - "name": "modelClassIdentifier", - "printedName": "modelClassIdentifier", + "kind": "Conformance", + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + "usr": "s:Sm", + "mangledName": "$sSm" + }, + { + "kind": "Conformance", + "name": "MutableCollection", + "printedName": "MutableCollection", + "children": [ { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP20modelClassIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] } - ] + ], + "usr": "s:SM", + "mangledName": "$sSM" }, { - "kind": "Var", - "name": "modelClassIdentifier", - "printedName": "modelClassIdentifier", + "kind": "Conformance", + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", "children": [ { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" + } + ] } ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvp", - "moduleName": "TranzzoPaymentSDK", - "isFromExtension": true, - "accessors": [ + "usr": "s:SK", + "mangledName": "$sSK" + }, + { + "kind": "Conformance", + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s16IndexingIteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Slice", + "printedName": "Swift.Slice>", + "children": [ + { + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" + } + ], + "usr": "s:s5SliceV" + } + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "Range", + "printedName": "Swift.Range", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "usr": "s:Sn" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentablePAAE20modelClassIdentifierSSvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "isFromExtension": true, - "accessorKind": "get" + ] } - ] - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + ], + "usr": "s:Sl", + "mangledName": "$sSl" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "DifferentiableSection", - "printedName": "DifferentiableSection", - "children": [ - { - "kind": "Var", - "name": "elements", - "printedName": "elements", + "name": "Sequence", + "printedName": "Sequence", "children": [ { - "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" } - ], - "usr": "s:Sa" - } - ], - "declKind": "Var", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvp", - "moduleName": "TranzzoPaymentSDK", - "protocolReq": true, - "accessors": [ + ] + }, { - "kind": "Accessor", - "name": "Get", - "printedName": "Get()", + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", "children": [ { "kind": "TypeNominal", - "name": "Array", - "printedName": "[any TranzzoPaymentSDK.ElementRepresentable]", + "name": "IndexingIterator", + "printedName": "Swift.IndexingIterator>", "children": [ { "kind": "TypeNominal", - "name": "ElementRepresentable", - "printedName": "any TranzzoPaymentSDK.ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP" + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" } ], - "usr": "s:Sa" + "usr": "s:s16IndexingIteratorV" } - ], - "declKind": "Accessor", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP8elementsSayAA20ElementRepresentable_pGvg", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "accessorKind": "get" - } - ] - }, - { - "kind": "Constructor", - "name": "init", - "printedName": "init(source:elements:)", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_1_0" + ] } ], - "declKind": "Constructor", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP6source8elementsxx_qd__tcSlRd__AA20ElementRepresentable_p0H0Rtd__lufc", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0, τ_1_0 where τ_0_0 : TranzzoPaymentSDK.DifferentiableSection, τ_1_0 : Swift.Collection, τ_1_0.Element == any TranzzoPaymentSDK.ElementRepresentable>", - "sugared_genericSig": "", - "protocolReq": true, - "reqNewWitnessTableEntry": true, - "init_kind": "Designated" - } - ], - "declKind": "Protocol", - "usr": "s:17TranzzoPaymentSDK21DifferentiableSectionP", - "mangledName": "$s17TranzzoPaymentSDK21DifferentiableSectionP", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 : TranzzoPaymentSDK.Differentiable>", - "sugared_genericSig": "", - "declAttributes": [ - "AccessControl", - "RawDocComment" - ], - "conformances": [ + "usr": "s:ST", + "mangledName": "$sST" + }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" } ] }, @@ -56390,57 +60735,30 @@ ] }, { - "kind": "TypeDecl", - "name": "BaseResponse", - "printedName": "BaseResponse", - "declKind": "Struct", - "usr": "s:17TranzzoPaymentSDK12BaseResponseV", - "mangledName": "$s17TranzzoPaymentSDK12BaseResponseV", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "AccessControl" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - } - ] + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "Vision", + "printedName": "Vision", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "AVFoundation", + "printedName": "AVFoundation", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK", - "declAttributes": [ - "RawDocComment" - ] + "moduleName": "TranzzoPaymentSDK" }, { "kind": "Import", - "name": "Foundation", - "printedName": "Foundation", + "name": "UIKit", + "printedName": "UIKit", "declKind": "Import", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ @@ -56452,7 +60770,10 @@ "name": "Foundation", "printedName": "Foundation", "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" + "moduleName": "TranzzoPaymentSDK", + "declAttributes": [ + "RawDocComment" + ] }, { "kind": "Import", @@ -56463,252 +60784,54 @@ }, { "kind": "Import", - "name": "SwiftUI", - "printedName": "SwiftUI", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "Import", - "name": "DeveloperToolsSupport", - "printedName": "DeveloperToolsSupport", - "declKind": "Import", - "moduleName": "TranzzoPaymentSDK" - }, - { - "kind": "TypeDecl", - "name": "UICollectionView", - "printedName": "UICollectionView", - "children": [ - { - "kind": "Function", - "name": "reload", - "printedName": "reload(using:interrupt:setData:)", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "StagedChangeset", - "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" - }, - { - "kind": "TypeNominal", - "name": "Optional", - "printedName": "((TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool)?", - "children": [ - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool", - "children": [ - { - "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Changeset", - "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", - "children": [ - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "usr": "s:17TranzzoPaymentSDK9ChangesetV" - } - ] - } - ], - "hasDefaultArg": true, - "usr": "s:Sq" - }, - { - "kind": "TypeFunc", - "name": "Function", - "printedName": "(τ_0_0) -> ()", - "children": [ - { - "kind": "TypeNominal", - "name": "Void", - "printedName": "()" - }, - { - "kind": "TypeNominal", - "name": "GenericTypeParam", - "printedName": "τ_0_0" - } - ], - "typeAttributes": [ - "noescape" - ] - } - ], - "declKind": "Func", - "usr": "s:So16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", - "mangledName": "$sSo16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", - "moduleName": "TranzzoPaymentSDK", - "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", - "sugared_genericSig": "", - "declAttributes": [ - "Preconcurrency", - "Custom", - "RawDocComment" - ], - "isFromExtension": true, - "funcSelfKind": "NonMutating" - } - ], - "declKind": "Class", - "usr": "c:objc(cs)UICollectionView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UICollectionView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIScrollView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIScrollView", - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" - }, - { - "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" - }, - { - "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" - }, - { - "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" - }, - { - "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" - }, - { - "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" - } - ] + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "UIKit", + "printedName": "UIKit", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "SwiftUI", + "printedName": "SwiftUI", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" + }, + { + "kind": "Import", + "name": "DeveloperToolsSupport", + "printedName": "DeveloperToolsSupport", + "declKind": "Import", + "moduleName": "TranzzoPaymentSDK" }, { "kind": "TypeDecl", - "name": "UITableViewHeaderFooterView", - "printedName": "UITableViewHeaderFooterView", + "name": "String", + "printedName": "String", "children": [ { "kind": "Var", - "name": "reusableViewClass", - "printedName": "reusableViewClass", + "name": "differenceIdentifier", + "printedName": "differenceIdentifier", "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any AnyObject.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Var", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", + "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", - "static": true, "declAttributes": [ - "Final", - "Preconcurrency", - "Custom", "AccessControl" ], "isFromExtension": true, @@ -56720,25 +60843,15 @@ "children": [ { "kind": "TypeNominal", - "name": "ExistentialMetatype", - "printedName": "any AnyObject.Type", - "children": [ - { - "kind": "TypeNominal", - "name": "ProtocolComposition", - "printedName": "AnyObject" - } - ] + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" } ], "declKind": "Accessor", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", + "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", - "static": true, - "declAttributes": [ - "Final" - ], "isFromExtension": true, "accessorKind": "get" } @@ -56746,53 +60859,42 @@ }, { "kind": "Function", - "name": "reusableViewSource", - "printedName": "reusableViewSource()", + "name": "isContentEqual", + "printedName": "isContentEqual(to:)", "children": [ { "kind": "TypeNominal", - "name": "ReusableViewLoadSource", - "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", - "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Differentiable", + "printedName": "any TranzzoPaymentSDK.Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP" } ], "declKind": "Func", - "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", - "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", + "usr": "s:SS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$sSS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", "moduleName": "TranzzoPaymentSDK", - "static": true, "declAttributes": [ - "Preconcurrency", - "Custom", - "Final", "AccessControl" ], "isFromExtension": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Class", - "usr": "c:objc(cs)UITableViewHeaderFooterView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UITableViewHeaderFooterView", + "declKind": "Struct", + "usr": "s:SS", + "mangledName": "$sSS", + "moduleName": "Swift", "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" + "EagerMove", + "Frozen" ], - "superclassUsr": "c:objc(cs)UIView", "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], "conformances": [ { "kind": "Conformance", @@ -56810,123 +60912,80 @@ }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "Differentiable", + "printedName": "Differentiable", + "usr": "s:17TranzzoPaymentSDK14DifferentiableP", + "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "ElementRepresentable", + "printedName": "ElementRepresentable", + "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", + "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "Decodable", + "printedName": "Decodable", + "usr": "s:Se", + "mangledName": "$sSe" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "Encodable", + "printedName": "Encodable", + "usr": "s:SE", + "mangledName": "$sSE" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "CodingKeyRepresentable", + "printedName": "CodingKeyRepresentable", + "usr": "s:s22CodingKeyRepresentableP", + "mangledName": "$ss22CodingKeyRepresentableP" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "_HasContiguousBytes", + "printedName": "_HasContiguousBytes", + "usr": "s:s19_HasContiguousBytesP", + "mangledName": "$ss19_HasContiguousBytesP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "CustomReflectable", + "printedName": "CustomReflectable", + "usr": "s:s17CustomReflectableP", + "mangledName": "$ss17CustomReflectableP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UITableViewCell", - "printedName": "UITableViewCell", - "declKind": "Class", - "usr": "c:objc(cs)UITableViewCell", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "2.0", - "objc_name": "UITableViewCell", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ - { - "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "_CustomPlaygroundQuickLookable", + "printedName": "_CustomPlaygroundQuickLookable", + "usr": "s:s30_CustomPlaygroundQuickLookableP", + "mangledName": "$ss30_CustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "TextOutputStream", + "printedName": "TextOutputStream", + "usr": "s:s16TextOutputStreamP", + "mangledName": "$ss16TextOutputStreamP" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "TextOutputStreamable", + "printedName": "TextOutputStreamable", + "usr": "s:s20TextOutputStreamableP", + "mangledName": "$ss20TextOutputStreamableP" }, { "kind": "Conformance", @@ -56937,186 +60996,488 @@ }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", + "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", + "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", + "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", + "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "_ExpressibleByBuiltinStringLiteral", + "printedName": "_ExpressibleByBuiltinStringLiteral", + "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", + "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "ExpressibleByStringLiteral", + "printedName": "ExpressibleByStringLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "StringLiteralType", + "printedName": "StringLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s26ExpressibleByStringLiteralP", + "mangledName": "$ss26ExpressibleByStringLiteralP" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "ExpressibleByExtendedGraphemeClusterLiteral", + "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ExtendedGraphemeClusterLiteralType", + "printedName": "ExtendedGraphemeClusterLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", + "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "ExpressibleByUnicodeScalarLiteral", + "printedName": "ExpressibleByUnicodeScalarLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "UnicodeScalarLiteralType", + "printedName": "UnicodeScalarLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", + "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" - } - ] - }, - { - "kind": "TypeDecl", - "name": "UICollectionReusableView", - "printedName": "UICollectionReusableView", - "declKind": "Class", - "usr": "c:objc(cs)UICollectionReusableView", - "moduleName": "UIKit", - "isOpen": true, - "intro_iOS": "6.0", - "objc_name": "UICollectionReusableView", - "declAttributes": [ - "Preconcurrency", - "Available", - "ObjC", - "NonSendable", - "Custom", - "Dynamic" - ], - "superclassUsr": "c:objc(cs)UIView", - "isExternal": true, - "inheritsConvenienceInitializers": true, - "superclassNames": [ - "UIKit.UIView", - "UIKit.UIResponder", - "ObjectiveC.NSObject" - ], - "conformances": [ + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, { "kind": "Conformance", - "name": "Copyable", - "printedName": "Copyable", - "usr": "s:s8CopyableP", - "mangledName": "$ss8CopyableP" + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, { "kind": "Conformance", - "name": "Escapable", - "printedName": "Escapable", - "usr": "s:s9EscapableP", - "mangledName": "$ss9EscapableP" + "name": "BidirectionalCollection", + "printedName": "BidirectionalCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:SK", + "mangledName": "$sSK" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "Collection", + "printedName": "Collection", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Index", + "printedName": "Index", + "children": [ + { + "kind": "TypeNominal", + "name": "Index", + "printedName": "Swift.String.Index", + "usr": "s:SS5IndexV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Indices", + "printedName": "Indices", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultIndices", + "printedName": "Swift.DefaultIndices", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:SI" + } + ] + } + ], + "usr": "s:Sl", + "mangledName": "$sSl" }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "Sequence", + "printedName": "Sequence", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "Character", + "printedName": "Swift.Character", + "usr": "s:SJ" + } + ] + }, + { + "kind": "TypeWitness", + "name": "Iterator", + "printedName": "Iterator", + "children": [ + { + "kind": "TypeNominal", + "name": "Iterator", + "printedName": "Swift.String.Iterator", + "usr": "s:SS8IteratorV" + } + ] + } + ], + "usr": "s:ST", + "mangledName": "$sST" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObservingPublishing", - "printedName": "_KeyValueCodingAndObservingPublishing", - "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", - "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + "name": "StringProtocol", + "printedName": "StringProtocol", + "children": [ + { + "kind": "TypeWitness", + "name": "UTF8View", + "printedName": "UTF8View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF8View", + "printedName": "Swift.String.UTF8View", + "usr": "s:SS8UTF8ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UTF16View", + "printedName": "UTF16View", + "children": [ + { + "kind": "TypeNominal", + "name": "UTF16View", + "printedName": "Swift.String.UTF16View", + "usr": "s:SS9UTF16ViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "UnicodeScalarView", + "printedName": "UnicodeScalarView", + "children": [ + { + "kind": "TypeNominal", + "name": "UnicodeScalarView", + "printedName": "Swift.String.UnicodeScalarView", + "usr": "s:SS17UnicodeScalarViewV" + } + ] + }, + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sy", + "mangledName": "$sSy" }, { "kind": "Conformance", - "name": "_KeyValueCodingAndObserving", - "printedName": "_KeyValueCodingAndObserving", - "usr": "s:10Foundation27_KeyValueCodingAndObservingP", - "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + "name": "ExpressibleByStringInterpolation", + "printedName": "ExpressibleByStringInterpolation", + "children": [ + { + "kind": "TypeWitness", + "name": "StringInterpolation", + "printedName": "StringInterpolation", + "children": [ + { + "kind": "TypeNominal", + "name": "DefaultStringInterpolation", + "printedName": "Swift.DefaultStringInterpolation", + "usr": "s:s26DefaultStringInterpolationV" + } + ] + } + ], + "usr": "s:s32ExpressibleByStringInterpolationP", + "mangledName": "$ss32ExpressibleByStringInterpolationP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "RangeReplaceableCollection", + "printedName": "RangeReplaceableCollection", + "children": [ + { + "kind": "TypeWitness", + "name": "SubSequence", + "printedName": "SubSequence", + "children": [ + { + "kind": "TypeNominal", + "name": "Substring", + "printedName": "Swift.Substring", + "usr": "s:Ss" + } + ] + } + ], + "usr": "s:Sm", + "mangledName": "$sSm" }, { "kind": "Conformance", - "name": "UITraitChangeObservable", - "printedName": "UITraitChangeObservable", - "usr": "s:5UIKit23UITraitChangeObservableP", - "mangledName": "$s5UIKit23UITraitChangeObservableP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "__DefaultCustomPlaygroundQuickLookable", - "printedName": "__DefaultCustomPlaygroundQuickLookable", - "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", - "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ + { + "kind": "TypeWitness", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", + "children": [ + { + "kind": "TypeNominal", + "name": "NSString", + "printedName": "Foundation.NSString", + "usr": "c:objc(cs)NSString" + } + ] + } + ], + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "ReusableViewProtocol", - "printedName": "ReusableViewProtocol", - "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", - "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + "name": "Transferable", + "printedName": "Transferable", + "children": [ + { + "kind": "TypeWitness", + "name": "Representation", + "printedName": "Representation", + "children": [ + { + "kind": "TypeNominal", + "name": "OpaqueTypeArchetype", + "printedName": "some CoreTransferable.TransferRepresentation", + "children": [ + { + "kind": "TypeNominal", + "name": "TransferRepresentation", + "printedName": "CoreTransferable.TransferRepresentation", + "usr": "s:16CoreTransferable22TransferRepresentationP" + } + ] + } + ] + } + ], + "usr": "s:16CoreTransferable0B0P", + "mangledName": "$s16CoreTransferable0B0P" } ] }, { "kind": "TypeDecl", - "name": "String", - "printedName": "String", + "name": "Int", + "printedName": "Int", "children": [ { "kind": "Var", @@ -57131,8 +61492,8 @@ } ], "declKind": "Var", - "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvp", - "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvp", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -57152,8 +61513,8 @@ } ], "declKind": "Accessor", - "usr": "s:SS17TranzzoPaymentSDKE20differenceIdentifierSSvg", - "mangledName": "$sSS17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvg", "moduleName": "TranzzoPaymentSDK", "isFromExtension": true, "accessorKind": "get" @@ -57179,8 +61540,8 @@ } ], "declKind": "Func", - "usr": "s:SS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$sSS17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "s:Si17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "mangledName": "$sSi17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", "moduleName": "TranzzoPaymentSDK", "declAttributes": [ "AccessControl" @@ -57190,15 +61551,158 @@ } ], "declKind": "Struct", - "usr": "s:SS", - "mangledName": "$sSS", + "usr": "s:Si", + "mangledName": "$sSi", "moduleName": "Swift", "declAttributes": [ - "EagerMove", "Frozen" ], "isExternal": true, "conformances": [ + { + "kind": "Conformance", + "name": "FixedWidthInteger", + "printedName": "FixedWidthInteger", + "usr": "s:s17FixedWidthIntegerP", + "mangledName": "$ss17FixedWidthIntegerP" + }, + { + "kind": "Conformance", + "name": "SignedInteger", + "printedName": "SignedInteger", + "usr": "s:SZ", + "mangledName": "$sSZ" + }, + { + "kind": "Conformance", + "name": "_ExpressibleByBuiltinIntegerLiteral", + "printedName": "_ExpressibleByBuiltinIntegerLiteral", + "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", + "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "BinaryInteger", + "printedName": "BinaryInteger", + "children": [ + { + "kind": "TypeWitness", + "name": "Words", + "printedName": "Words", + "children": [ + { + "kind": "TypeNominal", + "name": "Words", + "printedName": "Swift.Int.Words", + "usr": "s:Si5WordsV" + } + ] + } + ], + "usr": "s:Sz", + "mangledName": "$sSz" + }, + { + "kind": "Conformance", + "name": "LosslessStringConvertible", + "printedName": "LosslessStringConvertible", + "usr": "s:s25LosslessStringConvertibleP", + "mangledName": "$ss25LosslessStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "SignedNumeric", + "printedName": "SignedNumeric", + "usr": "s:s13SignedNumericP", + "mangledName": "$ss13SignedNumericP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Numeric", + "printedName": "Numeric", + "children": [ + { + "kind": "TypeWitness", + "name": "Magnitude", + "printedName": "Magnitude", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt", + "printedName": "Swift.UInt", + "usr": "s:Su" + } + ] + } + ], + "usr": "s:Sj", + "mangledName": "$sSj" + }, + { + "kind": "Conformance", + "name": "Strideable", + "printedName": "Strideable", + "children": [ + { + "kind": "TypeWitness", + "name": "Stride", + "printedName": "Stride", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:Sx", + "mangledName": "$sSx" + }, + { + "kind": "Conformance", + "name": "AdditiveArithmetic", + "printedName": "AdditiveArithmetic", + "usr": "s:s18AdditiveArithmeticP", + "mangledName": "$ss18AdditiveArithmeticP" + }, + { + "kind": "Conformance", + "name": "ExpressibleByIntegerLiteral", + "printedName": "ExpressibleByIntegerLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "IntegerLiteralType", + "printedName": "IntegerLiteralType", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ] + } + ], + "usr": "s:s27ExpressibleByIntegerLiteralP", + "mangledName": "$ss27ExpressibleByIntegerLiteralP" + }, + { + "kind": "Conformance", + "name": "Comparable", + "printedName": "Comparable", + "usr": "s:SL", + "mangledName": "$sSL" + }, { "kind": "Conformance", "name": "Copyable", @@ -57248,13 +61752,6 @@ "usr": "s:s22CodingKeyRepresentableP", "mangledName": "$ss22CodingKeyRepresentableP" }, - { - "kind": "Conformance", - "name": "_HasContiguousBytes", - "printedName": "_HasContiguousBytes", - "usr": "s:s19_HasContiguousBytesP", - "mangledName": "$ss19_HasContiguousBytesP" - }, { "kind": "Conformance", "name": "CustomReflectable", @@ -57271,509 +61768,427 @@ }, { "kind": "Conformance", - "name": "TextOutputStream", - "printedName": "TextOutputStream", - "usr": "s:s16TextOutputStreamP", - "mangledName": "$ss16TextOutputStreamP" - }, - { - "kind": "Conformance", - "name": "TextOutputStreamable", - "printedName": "TextOutputStreamable", - "usr": "s:s20TextOutputStreamableP", - "mangledName": "$ss20TextOutputStreamableP" - }, - { - "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" - }, - { - "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "printedName": "_ExpressibleByBuiltinUnicodeScalarLiteral", - "usr": "s:s41_ExpressibleByBuiltinUnicodeScalarLiteralP", - "mangledName": "$ss41_ExpressibleByBuiltinUnicodeScalarLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "printedName": "_ExpressibleByBuiltinExtendedGraphemeClusterLiteral", - "usr": "s:s51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP", - "mangledName": "$ss51_ExpressibleByBuiltinExtendedGraphemeClusterLiteralP" - }, - { - "kind": "Conformance", - "name": "_ExpressibleByBuiltinStringLiteral", - "printedName": "_ExpressibleByBuiltinStringLiteral", - "usr": "s:s34_ExpressibleByBuiltinStringLiteralP", - "mangledName": "$ss34_ExpressibleByBuiltinStringLiteralP" + "name": "MirrorPath", + "printedName": "MirrorPath", + "usr": "s:s10MirrorPathP", + "mangledName": "$ss10MirrorPathP" }, { "kind": "Conformance", - "name": "ExpressibleByStringLiteral", - "printedName": "ExpressibleByStringLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "StringLiteralType", - "printedName": "StringLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s26ExpressibleByStringLiteralP", - "mangledName": "$ss26ExpressibleByStringLiteralP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "ExpressibleByExtendedGraphemeClusterLiteral", - "printedName": "ExpressibleByExtendedGraphemeClusterLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "ExtendedGraphemeClusterLiteralType", - "printedName": "ExtendedGraphemeClusterLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s43ExpressibleByExtendedGraphemeClusterLiteralP", - "mangledName": "$ss43ExpressibleByExtendedGraphemeClusterLiteralP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "ExpressibleByUnicodeScalarLiteral", - "printedName": "ExpressibleByUnicodeScalarLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "UnicodeScalarLiteralType", - "printedName": "UnicodeScalarLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ] - } - ], - "usr": "s:s33ExpressibleByUnicodeScalarLiteralP", - "mangledName": "$ss33ExpressibleByUnicodeScalarLiteralP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "CustomDebugStringConvertible", - "printedName": "CustomDebugStringConvertible", - "usr": "s:s28CustomDebugStringConvertibleP", - "mangledName": "$ss28CustomDebugStringConvertibleP" + "name": "_HasCustomAnyHashableRepresentation", + "printedName": "_HasCustomAnyHashableRepresentation", + "usr": "s:s35_HasCustomAnyHashableRepresentationP", + "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" }, { "kind": "Conformance", - "name": "CustomStringConvertible", - "printedName": "CustomStringConvertible", - "usr": "s:s23CustomStringConvertibleP", - "mangledName": "$ss23CustomStringConvertibleP" + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" }, { "kind": "Conformance", - "name": "BidirectionalCollection", - "printedName": "BidirectionalCollection", + "name": "SIMDScalar", + "printedName": "SIMDScalar", "children": [ { "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", - "children": [ - { - "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" - } - ] - }, - { - "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", + "name": "SIMDMaskScalar", + "printedName": "SIMDMaskScalar", "children": [ { "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" } ] }, { "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "name": "SIMD2Storage", + "printedName": "SIMD2Storage", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "SIMD2Storage", + "printedName": "Swift.Int.SIMD2Storage", + "usr": "s:Si12SIMD2StorageV" } ] }, { "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" - } - ] - } - ], - "usr": "s:SK", - "mangledName": "$sSK" - }, - { - "kind": "Conformance", - "name": "Collection", - "printedName": "Collection", - "children": [ - { - "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", + "name": "SIMD4Storage", + "printedName": "SIMD4Storage", "children": [ { "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" + "name": "SIMD4Storage", + "printedName": "Swift.Int.SIMD4Storage", + "usr": "s:Si12SIMD4StorageV" } ] }, { "kind": "TypeWitness", - "name": "Index", - "printedName": "Index", + "name": "SIMD8Storage", + "printedName": "SIMD8Storage", "children": [ { "kind": "TypeNominal", - "name": "Index", - "printedName": "Swift.String.Index", - "usr": "s:SS5IndexV" + "name": "SIMD8Storage", + "printedName": "Swift.Int.SIMD8Storage", + "usr": "s:Si12SIMD8StorageV" } ] }, { "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", + "name": "SIMD16Storage", + "printedName": "SIMD16Storage", "children": [ { "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" + "name": "SIMD16Storage", + "printedName": "Swift.Int.SIMD16Storage", + "usr": "s:Si13SIMD16StorageV" } ] }, { "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "name": "SIMD32Storage", + "printedName": "SIMD32Storage", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "SIMD32Storage", + "printedName": "Swift.Int.SIMD32Storage", + "usr": "s:Si13SIMD32StorageV" } ] }, { "kind": "TypeWitness", - "name": "Indices", - "printedName": "Indices", + "name": "SIMD64Storage", + "printedName": "SIMD64Storage", "children": [ { "kind": "TypeNominal", - "name": "DefaultIndices", - "printedName": "Swift.DefaultIndices", - "children": [ - { - "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" - } - ], - "usr": "s:SI" + "name": "SIMD64Storage", + "printedName": "Swift.Int.SIMD64Storage", + "usr": "s:Si13SIMD64StorageV" } ] } ], - "usr": "s:Sl", - "mangledName": "$sSl" + "usr": "s:s10SIMDScalarP", + "mangledName": "$ss10SIMDScalarP" }, { "kind": "Conformance", - "name": "Sequence", - "printedName": "Sequence", + "name": "BitwiseCopyable", + "printedName": "BitwiseCopyable", + "usr": "s:s15BitwiseCopyableP", + "mangledName": "$ss15BitwiseCopyableP" + }, + { + "kind": "Conformance", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", "children": [ { "kind": "TypeWitness", - "name": "Element", - "printedName": "Element", + "name": "_Arg", + "printedName": "_Arg", "children": [ { "kind": "TypeNominal", - "name": "Character", - "printedName": "Swift.Character", - "usr": "s:SJ" + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" } ] - }, + } + ], + "usr": "s:10Foundation18_FormatSpecifiableP", + "mangledName": "$s10Foundation18_FormatSpecifiableP" + }, + { + "kind": "Conformance", + "name": "_ObjectiveCBridgeable", + "printedName": "_ObjectiveCBridgeable", + "children": [ { "kind": "TypeWitness", - "name": "Iterator", - "printedName": "Iterator", + "name": "_ObjectiveCType", + "printedName": "_ObjectiveCType", "children": [ { "kind": "TypeNominal", - "name": "Iterator", - "printedName": "Swift.String.Iterator", - "usr": "s:SS8IteratorV" + "name": "NSNumber", + "printedName": "Foundation.NSNumber", + "usr": "c:objc(cs)NSNumber" } ] } ], - "usr": "s:ST", - "mangledName": "$sST" - }, - { - "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "usr": "s:s21_ObjectiveCBridgeableP", + "mangledName": "$ss21_ObjectiveCBridgeableP" }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" + "name": "MLTensorRangeExpression", + "printedName": "MLTensorRangeExpression", + "usr": "s:6CoreML23MLTensorRangeExpressionP", + "mangledName": "$s6CoreML23MLTensorRangeExpressionP" }, { "kind": "Conformance", - "name": "StringProtocol", - "printedName": "StringProtocol", + "name": "_FormatSpecifiable", + "printedName": "_FormatSpecifiable", "children": [ { "kind": "TypeWitness", - "name": "UTF8View", - "printedName": "UTF8View", + "name": "_Arg", + "printedName": "_Arg", "children": [ { "kind": "TypeNominal", - "name": "UTF8View", - "printedName": "Swift.String.UTF8View", - "usr": "s:SS8UTF8ViewV" + "name": "Int64", + "printedName": "Swift.Int64", + "usr": "s:s5Int64V" } ] + } + ], + "usr": "s:7SwiftUI18_FormatSpecifiableP", + "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UICollectionView", + "printedName": "UICollectionView", + "children": [ + { + "kind": "Function", + "name": "reload", + "printedName": "reload(using:interrupt:setData:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" }, { - "kind": "TypeWitness", - "name": "UTF16View", - "printedName": "UTF16View", + "kind": "TypeNominal", + "name": "StagedChangeset", + "printedName": "TranzzoPaymentSDK.StagedChangeset<τ_0_0>", "children": [ { "kind": "TypeNominal", - "name": "UTF16View", - "printedName": "Swift.String.UTF16View", - "usr": "s:SS9UTF16ViewV" + "name": "GenericTypeParam", + "printedName": "τ_0_0" } - ] + ], + "usr": "s:17TranzzoPaymentSDK15StagedChangesetV" }, { - "kind": "TypeWitness", - "name": "UnicodeScalarView", - "printedName": "UnicodeScalarView", + "kind": "TypeNominal", + "name": "Optional", + "printedName": "((TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool)?", "children": [ { - "kind": "TypeNominal", - "name": "UnicodeScalarView", - "printedName": "Swift.String.UnicodeScalarView", - "usr": "s:SS17UnicodeScalarViewV" + "kind": "TypeFunc", + "name": "Function", + "printedName": "(TranzzoPaymentSDK.Changeset<τ_0_0>) -> Swift.Bool", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Changeset", + "printedName": "TranzzoPaymentSDK.Changeset<τ_0_0>", + "children": [ + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" + } + ], + "usr": "s:17TranzzoPaymentSDK9ChangesetV" + } + ] } - ] + ], + "hasDefaultArg": true, + "usr": "s:Sq" }, { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", + "kind": "TypeFunc", + "name": "Function", + "printedName": "(τ_0_0) -> ()", "children": [ { "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "GenericTypeParam", + "printedName": "τ_0_0" } + ], + "typeAttributes": [ + "noescape" ] } ], - "usr": "s:Sy", - "mangledName": "$sSy" + "declKind": "Func", + "usr": "s:So16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", + "mangledName": "$sSo16UICollectionViewC17TranzzoPaymentSDKE6reload5using9interrupt7setDatayAC15StagedChangesetVyxG_SbAC0L0VyxGcSgyxXEtSlRzlF", + "moduleName": "TranzzoPaymentSDK", + "genericSig": "<τ_0_0 where τ_0_0 : Swift.Collection>", + "sugared_genericSig": "", + "declAttributes": [ + "Preconcurrency", + "Custom", + "RawDocComment" + ], + "isFromExtension": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "c:objc(cs)UICollectionView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UICollectionView", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIScrollView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIScrollView", + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "ExpressibleByStringInterpolation", - "printedName": "ExpressibleByStringInterpolation", - "children": [ - { - "kind": "TypeWitness", - "name": "StringInterpolation", - "printedName": "StringInterpolation", - "children": [ - { - "kind": "TypeNominal", - "name": "DefaultStringInterpolation", - "printedName": "Swift.DefaultStringInterpolation", - "usr": "s:s26DefaultStringInterpolationV" - } - ] - } - ], - "usr": "s:s32ExpressibleByStringInterpolationP", - "mangledName": "$ss32ExpressibleByStringInterpolationP" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "RangeReplaceableCollection", - "printedName": "RangeReplaceableCollection", - "children": [ - { - "kind": "TypeWitness", - "name": "SubSequence", - "printedName": "SubSequence", - "children": [ - { - "kind": "TypeNominal", - "name": "Substring", - "printedName": "Swift.Substring", - "usr": "s:Ss" - } - ] - } - ], - "usr": "s:Sm", - "mangledName": "$sSm" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSString", - "printedName": "Foundation.NSString", - "usr": "c:objc(cs)NSString" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "CVarArg", - "printedName": "CVarArg", - "usr": "s:s7CVarArgP", - "mangledName": "$ss7CVarArgP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" }, { "kind": "Conformance", - "name": "Transferable", - "printedName": "Transferable", - "children": [ - { - "kind": "TypeWitness", - "name": "Representation", - "printedName": "Representation", - "children": [ - { - "kind": "TypeNominal", - "name": "OpaqueTypeArchetype", - "printedName": "some CoreTransferable.TransferRepresentation", - "children": [ - { - "kind": "TypeNominal", - "name": "TransferRepresentation", - "printedName": "CoreTransferable.TransferRepresentation", - "usr": "s:16CoreTransferable22TransferRepresentationP" - } - ] - } - ] - } - ], - "usr": "s:16CoreTransferable0B0P", - "mangledName": "$s16CoreTransferable0B0P" + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" } ] }, @@ -57937,26 +62352,36 @@ }, { "kind": "TypeDecl", - "name": "Int", - "printedName": "Int", + "name": "UITableViewHeaderFooterView", + "printedName": "UITableViewHeaderFooterView", "children": [ { "kind": "Var", - "name": "differenceIdentifier", - "printedName": "differenceIdentifier", + "name": "reusableViewClass", + "printedName": "reusableViewClass", "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ExistentialMetatype", + "printedName": "any AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] } ], "declKind": "Var", - "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvp", - "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvp", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvpZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ + "Final", + "Preconcurrency", + "Custom", "AccessControl" ], "isFromExtension": true, @@ -57968,15 +62393,25 @@ "children": [ { "kind": "TypeNominal", - "name": "String", - "printedName": "Swift.String", - "usr": "s:SS" + "name": "ExistentialMetatype", + "printedName": "any AnyObject.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "ProtocolComposition", + "printedName": "AnyObject" + } + ] } ], "declKind": "Accessor", - "usr": "s:Si17TranzzoPaymentSDKE20differenceIdentifierSSvg", - "mangledName": "$sSi17TranzzoPaymentSDKE20differenceIdentifierSSvg", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB5ClassyXlXpvgZ", "moduleName": "TranzzoPaymentSDK", + "static": true, + "declAttributes": [ + "Final" + ], "isFromExtension": true, "accessorKind": "get" } @@ -57984,98 +62419,102 @@ }, { "kind": "Function", - "name": "isContentEqual", - "printedName": "isContentEqual(to:)", + "name": "reusableViewSource", + "printedName": "reusableViewSource()", "children": [ { "kind": "TypeNominal", - "name": "Bool", - "printedName": "Swift.Bool", - "usr": "s:Sb" - }, - { - "kind": "TypeNominal", - "name": "Differentiable", - "printedName": "any TranzzoPaymentSDK.Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP" + "name": "ReusableViewLoadSource", + "printedName": "TranzzoPaymentSDK.ReusableViewLoadSource", + "usr": "s:17TranzzoPaymentSDK22ReusableViewLoadSourceO" } ], "declKind": "Func", - "usr": "s:Si17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", - "mangledName": "$sSi17TranzzoPaymentSDKE14isContentEqual2toSbAA14Differentiable_p_tF", + "usr": "s:So023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", + "mangledName": "$sSo023UITableViewHeaderFooterB0C17TranzzoPaymentSDKE08reusableB6SourceAC08Reusableb4LoadI0OyFZ", "moduleName": "TranzzoPaymentSDK", + "static": true, "declAttributes": [ + "Preconcurrency", + "Custom", + "Final", "AccessControl" ], "isFromExtension": true, "funcSelfKind": "NonMutating" } ], - "declKind": "Struct", - "usr": "s:Si", - "mangledName": "$sSi", - "moduleName": "Swift", + "declKind": "Class", + "usr": "c:objc(cs)UITableViewHeaderFooterView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UITableViewHeaderFooterView", "declAttributes": [ - "Frozen" + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" ], + "superclassUsr": "c:objc(cs)UIView", "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], "conformances": [ { "kind": "Conformance", - "name": "FixedWidthInteger", - "printedName": "FixedWidthInteger", - "usr": "s:s17FixedWidthIntegerP", - "mangledName": "$ss17FixedWidthIntegerP" + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "SignedInteger", - "printedName": "SignedInteger", - "usr": "s:SZ", - "mangledName": "$sSZ" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "_ExpressibleByBuiltinIntegerLiteral", - "printedName": "_ExpressibleByBuiltinIntegerLiteral", - "usr": "s:s35_ExpressibleByBuiltinIntegerLiteralP", - "mangledName": "$ss35_ExpressibleByBuiltinIntegerLiteralP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "BinaryInteger", - "printedName": "BinaryInteger", - "children": [ - { - "kind": "TypeWitness", - "name": "Words", - "printedName": "Words", - "children": [ - { - "kind": "TypeNominal", - "name": "Words", - "printedName": "Swift.Int.Words", - "usr": "s:Si5WordsV" - } - ] - } - ], - "usr": "s:Sz", - "mangledName": "$sSz" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "LosslessStringConvertible", - "printedName": "LosslessStringConvertible", - "usr": "s:s25LosslessStringConvertibleP", - "mangledName": "$ss25LosslessStringConvertibleP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" }, { "kind": "Conformance", - "name": "SignedNumeric", - "printedName": "SignedNumeric", - "usr": "s:s13SignedNumericP", - "mangledName": "$ss13SignedNumericP" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", @@ -58086,84 +62525,61 @@ }, { "kind": "Conformance", - "name": "Numeric", - "printedName": "Numeric", - "children": [ - { - "kind": "TypeWitness", - "name": "Magnitude", - "printedName": "Magnitude", - "children": [ - { - "kind": "TypeNominal", - "name": "UInt", - "printedName": "Swift.UInt", - "usr": "s:Su" - } - ] - } - ], - "usr": "s:Sj", - "mangledName": "$sSj" - }, - { - "kind": "Conformance", - "name": "Strideable", - "printedName": "Strideable", - "children": [ - { - "kind": "TypeWitness", - "name": "Stride", - "printedName": "Stride", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:Sx", - "mangledName": "$sSx" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "AdditiveArithmetic", - "printedName": "AdditiveArithmetic", - "usr": "s:s18AdditiveArithmeticP", - "mangledName": "$ss18AdditiveArithmeticP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" }, { "kind": "Conformance", - "name": "ExpressibleByIntegerLiteral", - "printedName": "ExpressibleByIntegerLiteral", - "children": [ - { - "kind": "TypeWitness", - "name": "IntegerLiteralType", - "printedName": "IntegerLiteralType", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - } - ], - "usr": "s:s27ExpressibleByIntegerLiteralP", - "mangledName": "$ss27ExpressibleByIntegerLiteralP" + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "Comparable", - "printedName": "Comparable", - "usr": "s:SL", - "mangledName": "$sSL" - }, + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UITableViewCell", + "printedName": "UITableViewCell", + "declKind": "Class", + "usr": "c:objc(cs)UITableViewCell", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "2.0", + "objc_name": "UITableViewCell", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ { "kind": "Conformance", "name": "Copyable", @@ -58180,59 +62596,17 @@ }, { "kind": "Conformance", - "name": "Differentiable", - "printedName": "Differentiable", - "usr": "s:17TranzzoPaymentSDK14DifferentiableP", - "mangledName": "$s17TranzzoPaymentSDK14DifferentiableP" - }, - { - "kind": "Conformance", - "name": "ElementRepresentable", - "printedName": "ElementRepresentable", - "usr": "s:17TranzzoPaymentSDK20ElementRepresentableP", - "mangledName": "$s17TranzzoPaymentSDK20ElementRepresentableP" - }, - { - "kind": "Conformance", - "name": "Decodable", - "printedName": "Decodable", - "usr": "s:Se", - "mangledName": "$sSe" - }, - { - "kind": "Conformance", - "name": "Encodable", - "printedName": "Encodable", - "usr": "s:SE", - "mangledName": "$sSE" - }, - { - "kind": "Conformance", - "name": "CodingKeyRepresentable", - "printedName": "CodingKeyRepresentable", - "usr": "s:s22CodingKeyRepresentableP", - "mangledName": "$ss22CodingKeyRepresentableP" - }, - { - "kind": "Conformance", - "name": "CustomReflectable", - "printedName": "CustomReflectable", - "usr": "s:s17CustomReflectableP", - "mangledName": "$ss17CustomReflectableP" - }, - { - "kind": "Conformance", - "name": "_CustomPlaygroundQuickLookable", - "printedName": "_CustomPlaygroundQuickLookable", - "usr": "s:s30_CustomPlaygroundQuickLookableP", - "mangledName": "$ss30_CustomPlaygroundQuickLookableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "MirrorPath", - "printedName": "MirrorPath", - "usr": "s:s10MirrorPathP", - "mangledName": "$ss10MirrorPathP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", @@ -58243,211 +62617,165 @@ }, { "kind": "Conformance", - "name": "Hashable", - "printedName": "Hashable", - "usr": "s:SH", - "mangledName": "$sSH" + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" }, { "kind": "Conformance", - "name": "Equatable", - "printedName": "Equatable", - "usr": "s:SQ", - "mangledName": "$sSQ" + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" }, { "kind": "Conformance", - "name": "_HasCustomAnyHashableRepresentation", - "printedName": "_HasCustomAnyHashableRepresentation", - "usr": "s:s35_HasCustomAnyHashableRepresentationP", - "mangledName": "$ss35_HasCustomAnyHashableRepresentationP" + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" }, { "kind": "Conformance", - "name": "Sendable", - "printedName": "Sendable", - "usr": "s:s8SendableP", - "mangledName": "$ss8SendableP" + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" }, { "kind": "Conformance", - "name": "SIMDScalar", - "printedName": "SIMDScalar", - "children": [ - { - "kind": "TypeWitness", - "name": "SIMDMaskScalar", - "printedName": "SIMDMaskScalar", - "children": [ - { - "kind": "TypeNominal", - "name": "Int", - "printedName": "Swift.Int", - "usr": "s:Si" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD2Storage", - "printedName": "SIMD2Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD2Storage", - "printedName": "Swift.Int.SIMD2Storage", - "usr": "s:Si12SIMD2StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD4Storage", - "printedName": "SIMD4Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD4Storage", - "printedName": "Swift.Int.SIMD4Storage", - "usr": "s:Si12SIMD4StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD8Storage", - "printedName": "SIMD8Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD8Storage", - "printedName": "Swift.Int.SIMD8Storage", - "usr": "s:Si12SIMD8StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD16Storage", - "printedName": "SIMD16Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD16Storage", - "printedName": "Swift.Int.SIMD16Storage", - "usr": "s:Si13SIMD16StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD32Storage", - "printedName": "SIMD32Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD32Storage", - "printedName": "Swift.Int.SIMD32Storage", - "usr": "s:Si13SIMD32StorageV" - } - ] - }, - { - "kind": "TypeWitness", - "name": "SIMD64Storage", - "printedName": "SIMD64Storage", - "children": [ - { - "kind": "TypeNominal", - "name": "SIMD64Storage", - "printedName": "Swift.Int.SIMD64Storage", - "usr": "s:Si13SIMD64StorageV" - } - ] - } - ], - "usr": "s:s10SIMDScalarP", - "mangledName": "$ss10SIMDScalarP" + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" }, { "kind": "Conformance", - "name": "BitwiseCopyable", - "printedName": "BitwiseCopyable", - "usr": "s:s15BitwiseCopyableP", - "mangledName": "$ss15BitwiseCopyableP" + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "UICollectionReusableView", + "printedName": "UICollectionReusableView", + "declKind": "Class", + "usr": "c:objc(cs)UICollectionReusableView", + "moduleName": "UIKit", + "isOpen": true, + "intro_iOS": "6.0", + "objc_name": "UICollectionReusableView", + "declAttributes": [ + "Preconcurrency", + "Available", + "ObjC", + "NonSendable", + "Custom", + "Dynamic" + ], + "superclassUsr": "c:objc(cs)UIView", + "isExternal": true, + "inheritsConvenienceInitializers": true, + "superclassNames": [ + "UIKit.UIView", + "UIKit.UIResponder", + "ObjectiveC.NSObject" + ], + "conformances": [ + { + "kind": "Conformance", + "name": "Copyable", + "printedName": "Copyable", + "usr": "s:s8CopyableP", + "mangledName": "$ss8CopyableP" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", - "children": [ - { - "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" - } - ] - } - ], - "usr": "s:10Foundation18_FormatSpecifiableP", - "mangledName": "$s10Foundation18_FormatSpecifiableP" + "name": "Escapable", + "printedName": "Escapable", + "usr": "s:s9EscapableP", + "mangledName": "$ss9EscapableP" }, { "kind": "Conformance", - "name": "_ObjectiveCBridgeable", - "printedName": "_ObjectiveCBridgeable", - "children": [ - { - "kind": "TypeWitness", - "name": "_ObjectiveCType", - "printedName": "_ObjectiveCType", - "children": [ - { - "kind": "TypeNominal", - "name": "NSNumber", - "printedName": "Foundation.NSNumber", - "usr": "c:objc(cs)NSNumber" - } - ] - } - ], - "usr": "s:s21_ObjectiveCBridgeableP", - "mangledName": "$ss21_ObjectiveCBridgeableP" + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" }, { "kind": "Conformance", - "name": "MLTensorRangeExpression", - "printedName": "MLTensorRangeExpression", - "usr": "s:6CoreML23MLTensorRangeExpressionP", - "mangledName": "$s6CoreML23MLTensorRangeExpressionP" + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" }, { "kind": "Conformance", - "name": "_FormatSpecifiable", - "printedName": "_FormatSpecifiable", - "children": [ - { - "kind": "TypeWitness", - "name": "_Arg", - "printedName": "_Arg", - "children": [ - { - "kind": "TypeNominal", - "name": "Int64", - "printedName": "Swift.Int64", - "usr": "s:s5Int64V" - } - ] - } - ], - "usr": "s:7SwiftUI18_FormatSpecifiableP", - "mangledName": "$s7SwiftUI18_FormatSpecifiableP" + "name": "CVarArg", + "printedName": "CVarArg", + "usr": "s:s7CVarArgP", + "mangledName": "$ss7CVarArgP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObservingPublishing", + "printedName": "_KeyValueCodingAndObservingPublishing", + "usr": "s:10Foundation37_KeyValueCodingAndObservingPublishingP", + "mangledName": "$s10Foundation37_KeyValueCodingAndObservingPublishingP" + }, + { + "kind": "Conformance", + "name": "_KeyValueCodingAndObserving", + "printedName": "_KeyValueCodingAndObserving", + "usr": "s:10Foundation27_KeyValueCodingAndObservingP", + "mangledName": "$s10Foundation27_KeyValueCodingAndObservingP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "CustomDebugStringConvertible", + "printedName": "CustomDebugStringConvertible", + "usr": "s:s28CustomDebugStringConvertibleP", + "mangledName": "$ss28CustomDebugStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "UITraitChangeObservable", + "printedName": "UITraitChangeObservable", + "usr": "s:5UIKit23UITraitChangeObservableP", + "mangledName": "$s5UIKit23UITraitChangeObservableP" + }, + { + "kind": "Conformance", + "name": "__DefaultCustomPlaygroundQuickLookable", + "printedName": "__DefaultCustomPlaygroundQuickLookable", + "usr": "s:s38__DefaultCustomPlaygroundQuickLookableP", + "mangledName": "$ss38__DefaultCustomPlaygroundQuickLookableP" + }, + { + "kind": "Conformance", + "name": "ReusableViewProtocol", + "printedName": "ReusableViewProtocol", + "usr": "s:17TranzzoPaymentSDK20ReusableViewProtocolP", + "mangledName": "$s17TranzzoPaymentSDK20ReusableViewProtocolP" } ] } @@ -58456,485 +62784,877 @@ }, "ConstValues": [ { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3017, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1902, + "length": 12, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1924, + "length": 12, + "value": "2" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1946, + "length": 15, + "value": "3" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1971, + "length": 15, + "value": "4" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 1996, + "length": 10, + "value": "5" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "kind": "IntegerLiteral", + "offset": 2016, + "length": 11, + "value": "6" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", + "kind": "Array", + "offset": 2483, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", + "kind": "Array", + "offset": 2518, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 175, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 205, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 234, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "kind": "StringLiteral", + "offset": 263, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", + "kind": "StringLiteral", + "offset": 211, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", + "kind": "StringLiteral", + "offset": 240, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentsConfig.swift", + "kind": "BooleanLiteral", + "offset": 530, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "FloatLiteral", + "offset": 584, + "length": 4, + "value": "32.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "FloatLiteral", + "offset": 640, + "length": 12, + "value": "0.6180469716" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 698, + "length": 28, + "value": "\"com.cardscanner.controller\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 943, + "length": 11, + "value": "\"bolt.fill\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", + "kind": "StringLiteral", + "offset": 1012, + "length": 17, + "value": "\"bolt.slash.fill\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/Product.swift", + "kind": "StringLiteral", + "offset": 368, + "length": 9, + "value": "\"non-vat\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", + "kind": "BooleanLiteral", + "offset": 1365, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", + "kind": "BooleanLiteral", + "offset": 8370, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 563, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 573, + "length": 12, + "value": "0.1176470588" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 593, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 613, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 687, + "length": 12, + "value": "0.5803921569" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 708, + "length": 12, + "value": "0.6274509804" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 728, + "length": 12, + "value": "0.9333333333" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 749, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 816, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 826, + "length": 12, + "value": "0.1176470588" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 846, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 866, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 932, + "length": 12, + "value": "0.9568627451" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 953, + "length": 12, + "value": "0.9607843137" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 973, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 983, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1055, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1065, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1074, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1084, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1145, + "length": 12, + "value": "0.8078431373" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1166, + "length": 11, + "value": "0.831372549" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1185, + "length": 12, + "value": "0.8823529412" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1206, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1295, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1305, "length": 12, - "value": "\"payment_id\"" + "value": "0.1176470588" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3053, - "length": 10, - "value": "\"order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1325, + "length": 11, + "value": "0.831372549" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3094, - "length": 18, - "value": "\"gateway_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1345, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3143, - "length": 18, - "value": "\"billing_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1416, + "length": 12, + "value": "0.3882352941" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3191, - "length": 16, - "value": "\"transaction_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1437, + "length": 12, + "value": "0.4431372549" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3229, - "length": 8, - "value": "\"pos_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1457, + "length": 12, + "value": "0.5058823529" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3258, - "length": 6, - "value": "\"mode\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1478, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3287, - "length": 8, - "value": "\"method\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1538, + "length": 12, + "value": "0.2705882353" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3318, - "length": 8, - "value": "\"amount\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1559, + "length": 12, + "value": "0.3058823529" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3351, - "length": 10, - "value": "\"currency\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1579, + "length": 12, + "value": "0.3568627451" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3389, - "length": 13, - "value": "\"description\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1600, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3425, - "length": 8, - "value": "\"status\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1660, + "length": 12, + "value": "0.1294117647" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3460, - "length": 13, - "value": "\"status_code\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1681, + "length": 12, + "value": "0.1647058824" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3507, - "length": 20, - "value": "\"status_description\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1701, + "length": 12, + "value": "0.2117647059" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3562, - "length": 22, - "value": "\"user_action_required\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1722, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3614, - "length": 17, - "value": "\"user_action_url\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1783, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3651, - "length": 5, - "value": "\"eci\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1793, + "length": 12, + "value": "0.6509803922" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3676, - "length": 5, - "value": "\"mcc\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "FloatLiteral", + "offset": 1813, + "length": 12, + "value": "0.6509803922" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 3708, - "length": 13, - "value": "\"options_3ds\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "kind": "IntegerLiteral", + "offset": 1834, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3744, - "length": 9, - "value": "\"cc_mask\"" + "offset": 1936, + "length": 35, + "value": "\"Оплата замовлення\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3777, - "length": 10, - "value": "\"cc_token\"" + "offset": 2016, + "length": 27, + "value": "\"Розмір внеску\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3821, - "length": 21, - "value": "\"cc_token_expiration\"" + "offset": 2094, + "length": 27, + "value": "\"Введіть сумму\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3869, - "length": 13, - "value": "\"customer_id\"" + "offset": 2166, + "length": 29, + "value": "\"Оплата карткою\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3909, - "length": 13, - "value": "\"customer_ip\"" + "offset": 2238, + "length": 18, + "value": "\"Оплатити\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3952, - "length": 16, - "value": "\"customer_fname\"" + "offset": 2306, + "length": 27, + "value": "\"Додати картку\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 3998, - "length": 16, - "value": "\"customer_lname\"" + "offset": 2381, + "length": 34, + "value": "\"Картка з помилкою\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4044, - "length": 16, - "value": "\"customer_email\"" + "offset": 2465, + "length": 44, + "value": "\"Введіть чи відскануйте\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4090, - "length": 16, - "value": "\"customer_phone\"" + "offset": 2562, + "length": 6, + "value": "\"ММ\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4138, - "length": 18, - "value": "\"customer_country\"" + "offset": 2620, + "length": 6, + "value": "\"ГГ\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4182, - "length": 12, - "value": "\"result_url\"" + "offset": 2673, + "length": 5, + "value": "\"CVV\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4220, - "length": 12, - "value": "\"created_at\"" + "offset": 2725, + "length": 29, + "value": "\"Відміна оплати\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4263, - "length": 17, - "value": "\"processing_time\"" + "offset": 2807, + "length": 52, + "value": "\"Ви хочете скасувати оплату?\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4304, - "length": 9, - "value": "\"payload\"" + "offset": 2908, + "length": 20, + "value": "\"Скасувати\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4343, - "length": 17, - "value": "\"bank_short_name\"" + "offset": 2976, + "length": 22, + "value": "\"Продовжити\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4394, - "length": 21, - "value": "\"customer_user_agent\"" + "offset": 3047, + "length": 33, + "value": "\"Збережені картки\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4444, - "length": 15, - "value": "\"customer_city\"" + "offset": 3123, + "length": 23, + "value": "\"Інша картка\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", "kind": "StringLiteral", - "offset": 4479, - "length": 5, - "value": "\"rrn\"" + "offset": 3197, + "length": 46, + "value": "\"Обрати збережену картку\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4509, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1697, + "length": 13, + "value": "1" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1717, + "length": 10, + "value": "2" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1734, + "length": 10, + "value": "3" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "kind": "IntegerLiteral", + "offset": 1751, "length": 11, - "value": "\"auth_code\"" + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4540, - "length": 5, - "value": "\"dcc\"" + "offset": 201, + "length": 22, + "value": "\"^(\\d\\s*){12,18}\\d$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4568, - "length": 9, - "value": "\"otp_url\"" + "offset": 277, + "length": 38, + "value": "\"^[4-6]\\d{3}\\s(\\d{4,}\\s){1,}\\d{3,}$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4616, - "length": 26, - "value": "\"make_payment_description\"" + "offset": 368, + "length": 12, + "value": "\"(\\s{1,})\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4675, - "length": 19, - "value": "\"customer_birthday\"" + "offset": 419, + "length": 25, + "value": "\"^.*?(\\d{2})\\\/(\\d{2})$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4717, - "length": 8, - "value": "\"payway\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", + "kind": "Array", + "offset": 471, + "length": 126, + "value": "[\"visa\", \"mastercard\", \"amex\", \"debit\", \"credit\", \"from\", \"end\", \"valid\", \"exp\", \"until\", \"account\", \"number\", \"sort\", \"code\"]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4758, - "length": 19, - "value": "\"customer_patronym\"" + "offset": 651, + "length": 37, + "value": "\"^(MISS|MRS|MS|MR|DR|PROF)\\.?\\s.*$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", "kind": "StringLiteral", - "offset": 4806, - "length": 15, - "value": "\"terminal_name\"" + "offset": 727, + "length": 45, + "value": "\"^[A-Z']{1,24}\\.?\\s[A-Z][A-Z'\\s]{3,23}\\.?$\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 4854, - "length": 20, - "value": "\"recipient_cc_token\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "Array", + "offset": 3504, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "Array", + "offset": 3664, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", + "kind": "BooleanLiteral", + "offset": 6503, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/AnyAmountCell\/AnyAmountCell.swift", "kind": "StringLiteral", - "offset": 4906, - "length": 19, - "value": "\"recipient_cc_mask\"" + "offset": 797, + "length": 10, + "value": "\"# ###,##\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 4950, - "length": 11, - "value": "\"dcc_rates\"" + "offset": 216, + "length": 3, + "value": "\"5\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 4991, - "length": 16, - "value": "\"traffic_source\"" + "offset": 250, + "length": 37, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5031, - "length": 9, - "value": "\"gateway\"" + "offset": 286, + "length": 1, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5070, - "length": 16, - "value": "\"payment_system\"" + "offset": 317, + "length": 36, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5111, - "length": 11, - "value": "\"entity_id\"" + "offset": 352, + "length": 1, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5159, - "length": 24, - "value": "\"external_terminal_name\"" + "offset": 383, + "length": 6, + "value": "\"true\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", + "kind": "IntegerLiteral", + "offset": 576, + "length": 2, + "value": "60" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", "kind": "StringLiteral", - "offset": 5214, - "length": 17, - "value": "\"recipient_email\"" + "offset": 607, + "length": 40, + "value": "\"AppleWebKit\/537.36 (KHTML, like Gecko)\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5262, - "length": 17, - "value": "\"recipient_phone\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 888, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5310, - "length": 17, - "value": "\"recipient_fname\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 919, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5358, - "length": 17, - "value": "\"recipient_lname\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 949, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5409, - "length": 20, - "value": "\"recipient_patronym\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1000, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5461, - "length": 19, - "value": "\"merchant_order_id\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1038, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5507, - "length": 13, - "value": "\"receipt_url\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1077, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5552, - "length": 18, - "value": "\"processed_amount\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1115, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5604, - "length": 20, - "value": "\"processed_currency\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "Array", + "offset": 1182, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5648, - "length": 9, - "value": "\"comment\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2024, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5687, - "length": 17, - "value": "\"registry_ref_no\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2111, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", - "kind": "StringLiteral", - "offset": 5732, - "length": 14, - "value": "\"processed_at\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", + "kind": "IntegerLiteral", + "offset": 2183, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentsConfig.swift", - "kind": "BooleanLiteral", - "offset": 530, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/WriteSafeSemaphore.swift", + "kind": "IntegerLiteral", + "offset": 202, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", "kind": "BooleanLiteral", - "offset": 1002, + "offset": 1924, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", - "kind": "BooleanLiteral", - "offset": 10556, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 3774, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/NavigationController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 3972, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", + "kind": "Array", + "offset": 4334, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", "kind": "BooleanLiteral", - "offset": 257, + "offset": 7758, "length": 5, "value": "false" }, @@ -58953,823 +63673,879 @@ "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1697, - "length": 13, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/PlaceholderFormatters\/Formatters\/PlaceholderTextInputFormatter.swift", + "kind": "StringLiteral", + "offset": 804, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", "kind": "IntegerLiteral", - "offset": 1717, - "length": 10, - "value": "2" + "offset": 452, + "length": 2, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1734, - "length": 10, - "value": "3" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1283, + "length": 3, + "value": "\".\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionHeaderFooterProtocol.swift", - "kind": "IntegerLiteral", - "offset": 1751, - "length": 11, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1320, + "length": 3, + "value": "\"-\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", - "kind": "BooleanLiteral", - "offset": 1365, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextFormatter.swift", + "kind": "StringLiteral", + "offset": 1546, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionDirector.swift", - "kind": "BooleanLiteral", - "offset": 8370, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextInputFormatter.swift", + "kind": "StringLiteral", + "offset": 1234, + "length": 3, + "value": "\"-\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/SumFormatters\/Formatters\/SumTextInputFormatter.swift", "kind": "StringLiteral", - "offset": 175, - "length": 2, - "value": "\"\"" + "offset": 2015, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/DefaultFormatters\/Formatters\/DefaultTextInputFormatter.swift", "kind": "StringLiteral", - "offset": 205, - "length": 2, - "value": "\"\"" + "offset": 1124, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/DefaultFormatters\/Formatters\/DefaultTextFormatter.swift", "kind": "StringLiteral", - "offset": 234, - "length": 2, - "value": "\"\"" + "offset": 2922, + "length": 3, + "value": "\"#\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CardDataModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/AnyFormatKit\/TextFormatter\/PlaceholderFormatters\/Formatters\/PlaceholderTextFormatter.swift", "kind": "StringLiteral", - "offset": 263, + "offset": 895, + "length": 3, + "value": "\"#\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "IntegerLiteral", + "offset": 1148, "length": 2, - "value": "\"\"" + "value": "60" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/WriteSafeSemaphore.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", "kind": "IntegerLiteral", - "offset": 202, + "offset": 1194, "length": 1, - "value": "1" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "FloatLiteral", + "offset": 1234, + "length": 3, + "value": "1.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "kind": "BooleanLiteral", + "offset": 1742, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", + "kind": "FloatLiteral", + "offset": 568, + "length": 4, + "value": "60.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", + "kind": "FloatLiteral", + "offset": 624, + "length": 4, + "value": "60.0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3102, - "length": 12, - "value": "1" + "offset": 1608, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 2218, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3121, - "length": 14, + "offset": 3180, + "length": 1, "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3142, - "length": 9, - "value": "3" + "offset": 5761, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3158, - "length": 11, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 6650, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3176, - "length": 12, - "value": "5" + "offset": 6678, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", "kind": "IntegerLiteral", - "offset": 3195, - "length": 14, - "value": "6" + "offset": 7498, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3216, - "length": 15, - "value": "7" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", + "kind": "BooleanLiteral", + "offset": 8804, + "length": 4, + "value": "true" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3238, - "length": 11, - "value": "8" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 335, + "length": 2, + "value": "\"\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3256, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3165, "length": 10, - "value": "9" + "value": "\"cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3273, - "length": 18, - "value": "10" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3202, + "length": 11, + "value": "\"cc_number\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3298, - "length": 20, - "value": "11" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3238, + "length": 11, + "value": "\"exp_month\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3325, - "length": 17, - "value": "12" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3273, + "length": 10, + "value": "\"exp_year\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3349, - "length": 8, - "value": "13" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3307, + "length": 10, + "value": "\"card_cvv\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3364, - "length": 8, - "value": "14" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3357, + "length": 18, + "value": "\"order_3ds_bypass\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3435, - "length": 8, - "value": "15" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3434, + "length": 16, + "value": "\"customer_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3450, - "length": 14, - "value": "16" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3480, + "length": 16, + "value": "\"customer_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 3471, - "length": 16, - "value": "17" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3523, + "length": 13, + "value": "\"customer_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4352, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3566, + "length": 16, + "value": "\"customer_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4360, - "length": 10, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3612, + "length": 16, + "value": "\"customer_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4377, - "length": 10, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3657, + "length": 15, + "value": "\"customer_lang\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4394, - "length": 10, - "value": "3" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3704, + "length": 18, + "value": "\"customer_country\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4411, - "length": 7, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3800, + "length": 10, + "value": "\"order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4425, - "length": 8, - "value": "5" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3923, + "length": 12, + "value": "\"server_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4440, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 3985, "length": 14, - "value": "6" + "value": "\"merchant_mcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4461, - "length": 9, - "value": "7" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "kind": "StringLiteral", + "offset": 4062, + "length": 21, + "value": "\"browser_fingerprint\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4477, - "length": 18, - "value": "8" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3017, + "length": 12, + "value": "\"payment_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4502, - "length": 11, - "value": "9" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3053, + "length": 10, + "value": "\"order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4520, - "length": 11, - "value": "10" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3094, + "length": 18, + "value": "\"gateway_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4538, - "length": 16, - "value": "11" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3143, + "length": 18, + "value": "\"billing_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4561, - "length": 11, - "value": "12" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3191, + "length": 16, + "value": "\"transaction_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4579, - "length": 14, - "value": "13" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3229, + "length": 8, + "value": "\"pos_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4600, - "length": 10, - "value": "14" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3258, + "length": 6, + "value": "\"mode\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4617, - "length": 3, - "value": "15" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3287, + "length": 8, + "value": "\"method\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4627, - "length": 12, - "value": "16" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3318, + "length": 8, + "value": "\"amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4646, - "length": 11, - "value": "17" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3351, + "length": 10, + "value": "\"currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4664, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3389, "length": 13, - "value": "18" + "value": "\"description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4684, - "length": 10, - "value": "19" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3425, + "length": 8, + "value": "\"status\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4701, - "length": 9, - "value": "20" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3460, + "length": 13, + "value": "\"status_code\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4717, - "length": 18, - "value": "21" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3507, + "length": 20, + "value": "\"status_description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4742, - "length": 16, - "value": "22" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3562, + "length": 22, + "value": "\"user_action_required\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4765, - "length": 21, - "value": "23" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3614, + "length": 17, + "value": "\"user_action_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4793, - "length": 10, - "value": "24" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3651, + "length": 5, + "value": "\"eci\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4810, - "length": 14, - "value": "25" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3676, + "length": 5, + "value": "\"mcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4831, - "length": 20, - "value": "26" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3708, + "length": 13, + "value": "\"options_3ds\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4858, - "length": 17, - "value": "27" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3744, + "length": 9, + "value": "\"cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4882, - "length": 15, - "value": "28" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3777, + "length": 10, + "value": "\"cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4904, - "length": 12, - "value": "29" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3821, + "length": 21, + "value": "\"cc_token_expiration\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4923, - "length": 14, - "value": "30" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3869, + "length": 13, + "value": "\"customer_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4944, - "length": 8, - "value": "31" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3909, + "length": 13, + "value": "\"customer_ip\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4959, - "length": 19, - "value": "32" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3952, + "length": 16, + "value": "\"customer_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", - "kind": "IntegerLiteral", - "offset": 4985, - "length": 20, - "value": "33" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 3998, + "length": 16, + "value": "\"customer_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", - "kind": "Array", - "offset": 2483, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4044, + "length": 16, + "value": "\"customer_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Protocols & Supports\/CollectionDirector+Support.swift", - "kind": "Array", - "offset": 2518, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4090, + "length": 16, + "value": "\"customer_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", - "kind": "FloatLiteral", - "offset": 568, - "length": 4, - "value": "60.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4138, + "length": 18, + "value": "\"customer_country\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/NetworkingManager.swift", - "kind": "FloatLiteral", - "offset": 624, - "length": 4, - "value": "60.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4182, + "length": 12, + "value": "\"result_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/FixedAmountCell\/FixedAmountCell.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 534, - "length": 10, - "value": "\"# ###.##\"" + "offset": 4220, + "length": 12, + "value": "\"created_at\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", - "kind": "IntegerLiteral", - "offset": 262, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4263, + "length": 17, + "value": "\"processing_time\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", - "kind": "IntegerLiteral", - "offset": 304, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4304, + "length": 9, + "value": "\"payload\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 1608, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4343, + "length": 17, + "value": "\"bank_short_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 2218, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4394, + "length": 21, + "value": "\"customer_user_agent\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 3180, - "length": 1, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4444, + "length": 15, + "value": "\"customer_city\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 5761, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4479, + "length": 5, + "value": "\"rrn\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 6650, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4509, + "length": 11, + "value": "\"auth_code\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 6678, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4540, + "length": 5, + "value": "\"dcc\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "IntegerLiteral", - "offset": 7498, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4568, + "length": 9, + "value": "\"otp_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset+Sectioned.swift", - "kind": "BooleanLiteral", - "offset": 8804, - "length": 4, - "value": "true" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4616, + "length": 26, + "value": "\"make_payment_description\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "BooleanLiteral", - "offset": 793, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4675, + "length": 19, + "value": "\"customer_birthday\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 831, - "length": 4, - "value": "46.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4717, + "length": 8, + "value": "\"payway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 868, - "length": 4, - "value": "72.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4758, + "length": 19, + "value": "\"customer_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 903, - "length": 4, - "value": "83.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4806, + "length": 15, + "value": "\"terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "Array", - "offset": 972, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4854, + "length": 20, + "value": "\"recipient_cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "BooleanLiteral", - "offset": 1456, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4906, + "length": 19, + "value": "\"recipient_cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "FloatLiteral", - "offset": 2835, - "length": 4, - "value": "10.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4950, + "length": 11, + "value": "\"dcc_rates\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", - "kind": "IntegerLiteral", - "offset": 2935, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 4991, + "length": 16, + "value": "\"traffic_source\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 335, - "length": 2, - "value": "\"\"" + "offset": 5031, + "length": 9, + "value": "\"gateway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3165, - "length": 10, - "value": "\"cc_token\"" + "offset": 5070, + "length": 16, + "value": "\"payment_system\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3202, + "offset": 5111, "length": 11, - "value": "\"cc_number\"" + "value": "\"entity_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3238, - "length": 11, - "value": "\"exp_month\"" + "offset": 5159, + "length": 24, + "value": "\"external_terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3273, - "length": 10, - "value": "\"exp_year\"" + "offset": 5214, + "length": 17, + "value": "\"recipient_email\"" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", + "kind": "StringLiteral", + "offset": 5262, + "length": 17, + "value": "\"recipient_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3307, - "length": 10, - "value": "\"card_cvv\"" + "offset": 5310, + "length": 17, + "value": "\"recipient_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3357, - "length": 18, - "value": "\"order_3ds_bypass\"" + "offset": 5358, + "length": 17, + "value": "\"recipient_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3434, - "length": 16, - "value": "\"customer_email\"" + "offset": 5409, + "length": 20, + "value": "\"recipient_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3480, - "length": 16, - "value": "\"customer_phone\"" + "offset": 5461, + "length": 19, + "value": "\"merchant_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3523, + "offset": 5507, "length": 13, - "value": "\"customer_id\"" + "value": "\"receipt_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3566, - "length": 16, - "value": "\"customer_fname\"" + "offset": 5552, + "length": 18, + "value": "\"processed_amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3612, - "length": 16, - "value": "\"customer_lname\"" + "offset": 5604, + "length": 20, + "value": "\"processed_currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3657, - "length": 15, - "value": "\"customer_lang\"" + "offset": 5648, + "length": 9, + "value": "\"comment\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3704, - "length": 18, - "value": "\"customer_country\"" + "offset": 5687, + "length": 17, + "value": "\"registry_ref_no\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/PaymentInfo\/PaymentInfoResponse.swift", "kind": "StringLiteral", - "offset": 3800, - "length": 10, - "value": "\"order_id\"" + "offset": 5732, + "length": 14, + "value": "\"processed_at\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/FixedAmountCell\/FixedAmountCell.swift", "kind": "StringLiteral", - "offset": 3923, - "length": 12, - "value": "\"server_url\"" + "offset": 514, + "length": 10, + "value": "\"# ###.##\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", - "kind": "StringLiteral", - "offset": 3985, - "length": 14, - "value": "\"merchant_mcc\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 618, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/CreatePaymentRequestModel.swift", - "kind": "StringLiteral", - "offset": 4062, - "length": 21, - "value": "\"browser_fingerprint\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 1840, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", - "kind": "StringLiteral", - "offset": 211, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3695, "length": 2, - "value": "\"\"" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/PaymentProductModel.swift", - "kind": "StringLiteral", - "offset": 240, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3721, "length": 2, - "value": "\"\"" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", - "kind": "IntegerLiteral", - "offset": 1148, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3746, "length": 2, - "value": "60" + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "Array", + "offset": 3794, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "IntegerLiteral", - "offset": 1194, + "offset": 4168, "length": 1, "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", - "kind": "FloatLiteral", - "offset": 1234, - "length": 3, - "value": "1.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/PaymentViewController.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "BooleanLiteral", - "offset": 1742, + "offset": 4215, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 216, - "length": 3, - "value": "\"5\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 4625, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 250, - "length": 37, - "value": "\"\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 4935, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 286, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 5551, "length": 1, - "value": "\"\"" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 317, - "length": 36, - "value": "\"\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 7024, + "length": 1, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 352, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 8439, "length": 1, - "value": "\"\"" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 383, - "length": 6, - "value": "\"true\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "IntegerLiteral", + "offset": 8475, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 8975, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", "kind": "IntegerLiteral", - "offset": 576, - "length": 2, - "value": "60" + "offset": 9001, + "length": 1, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Private\/BrowserFingerPrintModel.swift", - "kind": "StringLiteral", - "offset": 607, - "length": 40, - "value": "\"AppleWebKit\/537.36 (KHTML, like Gecko)\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "kind": "BooleanLiteral", + "offset": 9358, + "length": 4, + "value": "true" }, { "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", @@ -60079,852 +64855,565 @@ "length": 15, "value": "\"terminal_name\"" }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3862, - "length": 20, - "value": "\"recipient_cc_token\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3914, - "length": 19, - "value": "\"recipient_cc_mask\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3958, - "length": 11, - "value": "\"dcc_rates\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 3999, - "length": 16, - "value": "\"traffic_source\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4039, - "length": 9, - "value": "\"gateway\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4078, - "length": 17, - "value": "\"bank_short_name\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4125, - "length": 16, - "value": "\"payment_system\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4166, - "length": 11, - "value": "\"entity_id\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4214, - "length": 24, - "value": "\"external_terminal_name\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4269, - "length": 17, - "value": "\"recipient_email\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4317, - "length": 17, - "value": "\"recipient_phone\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4365, - "length": 17, - "value": "\"recipient_fname\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4413, - "length": 17, - "value": "\"recipient_lname\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4464, - "length": 20, - "value": "\"recipient_patronym\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4516, - "length": 19, - "value": "\"merchant_order_id\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4562, - "length": 13, - "value": "\"receipt_url\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4607, - "length": 18, - "value": "\"processed_amount\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4659, - "length": 20, - "value": "\"processed_currency\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", - "kind": "StringLiteral", - "offset": 4703, - "length": 9, - "value": "\"comment\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "FloatLiteral", - "offset": 584, - "length": 4, - "value": "32.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "FloatLiteral", - "offset": 640, - "length": 12, - "value": "0.6180469716" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 698, - "length": 28, - "value": "\"com.cardscanner.controller\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 943, - "length": 11, - "value": "\"bolt.fill\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/ScanCardViewController.swift", - "kind": "StringLiteral", - "offset": 1012, - "length": 17, - "value": "\"bolt.slash.fill\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 201, - "length": 22, - "value": "\"^(\\d\\s*){12,18}\\d$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 277, - "length": 38, - "value": "\"^[4-6]\\d{3}\\s(\\d{4,}\\s){1,}\\d{3,}$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 368, - "length": 12, - "value": "\"(\\s{1,})\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 419, - "length": 25, - "value": "\"^.*?(\\d{2})\\\/(\\d{2})$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "Array", - "offset": 471, - "length": 126, - "value": "[\"visa\", \"mastercard\", \"amex\", \"debit\", \"credit\", \"from\", \"end\", \"valid\", \"exp\", \"until\", \"account\", \"number\", \"sort\", \"code\"]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 651, - "length": 37, - "value": "\"^(MISS|MRS|MS|MR|DR|PROF)\\.?\\s.*$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerTextProcessing.swift", - "kind": "StringLiteral", - "offset": 727, - "length": 45, - "value": "\"^[A-Z']{1,24}\\.?\\s[A-Z][A-Z'\\s]{3,23}\\.?$\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/Product.swift", - "kind": "StringLiteral", - "offset": 368, - "length": 9, - "value": "\"non-vat\"" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "BooleanLiteral", - "offset": 1924, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 3774, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 3972, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "Array", - "offset": 4334, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableSection.swift", - "kind": "BooleanLiteral", - "offset": 7758, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 422, - "length": 3, - "value": "2.0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 552, - "length": 5, - "value": "false" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 675, - "length": 5, - "value": "false" + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3862, + "length": 20, + "value": "\"recipient_cc_token\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 796, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3914, + "length": 19, + "value": "\"recipient_cc_mask\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 920, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3958, + "length": 11, + "value": "\"dcc_rates\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1042, - "length": 3, - "value": "0.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 3999, + "length": 16, + "value": "\"traffic_source\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1335, - "length": 3, - "value": "0.1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4039, + "length": 9, + "value": "\"gateway\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "FloatLiteral", - "offset": 1609, - "length": 3, - "value": "0.0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4078, + "length": 17, + "value": "\"bank_short_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3501, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4125, + "length": 16, + "value": "\"payment_system\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3531, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4166, + "length": 11, + "value": "\"entity_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3563, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4214, + "length": 24, + "value": "\"external_terminal_name\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", - "kind": "BooleanLiteral", - "offset": 3596, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4269, + "length": 17, + "value": "\"recipient_email\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 563, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4317, + "length": 17, + "value": "\"recipient_phone\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 573, - "length": 12, - "value": "0.1176470588" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4365, + "length": 17, + "value": "\"recipient_fname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 593, - "length": 11, - "value": "0.831372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4413, + "length": 17, + "value": "\"recipient_lname\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 613, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4464, + "length": 20, + "value": "\"recipient_patronym\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 687, - "length": 12, - "value": "0.5803921569" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4516, + "length": 19, + "value": "\"merchant_order_id\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 708, - "length": 12, - "value": "0.6274509804" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4562, + "length": 13, + "value": "\"receipt_url\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 728, - "length": 12, - "value": "0.9333333333" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4607, + "length": 18, + "value": "\"processed_amount\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 749, - "length": 1, - "value": "1" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4659, + "length": 20, + "value": "\"processed_currency\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "IntegerLiteral", - "offset": 816, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Services\/API\/CreatePayment\/CreatePaymentResponse.swift", + "kind": "StringLiteral", + "offset": 4703, + "length": 9, + "value": "\"comment\"" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 826, - "length": 12, - "value": "0.1176470588" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", + "kind": "Array", + "offset": 2192, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 846, - "length": 11, - "value": "0.831372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", + "kind": "Array", + "offset": 2227, + "length": 2, + "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/Logger\/RequestLogger.swift", "kind": "IntegerLiteral", - "offset": 866, + "offset": 2388, "length": 1, - "value": "1" + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 932, - "length": 12, - "value": "0.9568627451" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "kind": "BooleanLiteral", + "offset": 1002, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 953, - "length": 12, - "value": "0.9607843137" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/TableDirector.swift", + "kind": "BooleanLiteral", + "offset": 10556, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 973, - "length": 1, + "offset": 3102, + "length": 12, "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 983, - "length": 1, - "value": "1" + "offset": 3121, + "length": 14, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1055, - "length": 1, - "value": "1" + "offset": 3142, + "length": 9, + "value": "3" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1065, - "length": 1, - "value": "1" + "offset": 3158, + "length": 11, + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1074, - "length": 1, - "value": "1" + "offset": 3176, + "length": 12, + "value": "5" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1084, - "length": 1, - "value": "1" + "offset": 3195, + "length": 14, + "value": "6" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1145, - "length": 12, - "value": "0.8078431373" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3216, + "length": 15, + "value": "7" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1166, + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3238, "length": 11, - "value": "0.831372549" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1185, - "length": 12, - "value": "0.8823529412" + "value": "8" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1206, - "length": 1, - "value": "1" + "offset": 3256, + "length": 10, + "value": "9" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1295, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1305, - "length": 12, - "value": "0.1176470588" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1325, - "length": 11, - "value": "0.831372549" + "offset": 3273, + "length": 18, + "value": "10" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1345, - "length": 1, - "value": "1" + "offset": 3298, + "length": 20, + "value": "11" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1416, - "length": 12, - "value": "0.3882352941" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3325, + "length": 17, + "value": "12" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1437, - "length": 12, - "value": "0.4431372549" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3349, + "length": 8, + "value": "13" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1457, - "length": 12, - "value": "0.5058823529" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3364, + "length": 8, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1478, - "length": 1, - "value": "1" + "offset": 3435, + "length": 8, + "value": "15" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1538, - "length": 12, - "value": "0.2705882353" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3450, + "length": 14, + "value": "16" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1559, - "length": 12, - "value": "0.3058823529" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/Cell Adapter\/CollectionCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 3471, + "length": 16, + "value": "17" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1579, - "length": 12, - "value": "0.3568627451" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/Cells\/TokenCardElementCellModel\/TokenCardElementCellModel.swift", + "kind": "BooleanLiteral", + "offset": 306, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1600, + "offset": 4352, "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1660, - "length": 12, - "value": "0.1294117647" + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1681, - "length": 12, - "value": "0.1647058824" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4360, + "length": 10, + "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1701, - "length": 12, - "value": "0.2117647059" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4377, + "length": 10, + "value": "2" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1722, - "length": 1, - "value": "1" + "offset": 4394, + "length": 10, + "value": "3" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1783, - "length": 1, - "value": "1" + "offset": 4411, + "length": 7, + "value": "4" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1793, - "length": 12, - "value": "0.6509803922" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4425, + "length": 8, + "value": "5" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "FloatLiteral", - "offset": 1813, - "length": 12, - "value": "0.6509803922" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4440, + "length": 14, + "value": "6" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1834, - "length": 1, - "value": "1" + "offset": 4461, + "length": 9, + "value": "7" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 1936, - "length": 35, - "value": "\"Оплата замовлення\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4477, + "length": 18, + "value": "8" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2016, - "length": 27, - "value": "\"Розмір внеску\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4502, + "length": 11, + "value": "9" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2094, - "length": 27, - "value": "\"Введіть сумму\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4520, + "length": 11, + "value": "10" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2166, - "length": 29, - "value": "\"Оплата карткою\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4538, + "length": 16, + "value": "11" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2238, - "length": 18, - "value": "\"Оплатити\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4561, + "length": 11, + "value": "12" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2306, - "length": 27, - "value": "\"Додати картку\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4579, + "length": 14, + "value": "13" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2381, - "length": 34, - "value": "\"Картка з помилкою\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4600, + "length": 10, + "value": "14" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2465, - "length": 44, - "value": "\"Введіть чи відскануйте\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4617, + "length": 3, + "value": "15" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2562, - "length": 6, - "value": "\"ММ\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4627, + "length": 12, + "value": "16" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2620, - "length": 6, - "value": "\"ГГ\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4646, + "length": 11, + "value": "17" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2673, - "length": 5, - "value": "\"CVV\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4664, + "length": 13, + "value": "18" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2725, - "length": 29, - "value": "\"Відміна оплати\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4684, + "length": 10, + "value": "19" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2807, - "length": 52, - "value": "\"Ви хочете скасувати оплату?\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4701, + "length": 9, + "value": "20" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2908, - "length": 20, - "value": "\"Скасувати\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4717, + "length": 18, + "value": "21" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 2976, - "length": 22, - "value": "\"Продовжити\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4742, + "length": 16, + "value": "22" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3047, - "length": 33, - "value": "\"Збережені картки\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4765, + "length": 21, + "value": "23" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3123, - "length": 23, - "value": "\"Інша картка\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4793, + "length": 10, + "value": "24" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Models\/Public\/PaymentContollerConfig.swift", - "kind": "StringLiteral", - "offset": 3197, - "length": 46, - "value": "\"Обрати збережену картку\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4810, + "length": 14, + "value": "25" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "Array", - "offset": 3504, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4831, + "length": 20, + "value": "26" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "Array", - "offset": 3664, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4858, + "length": 17, + "value": "27" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Collection\/CollectionSection.swift", - "kind": "BooleanLiteral", - "offset": 6503, - "length": 5, - "value": "false" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4882, + "length": 15, + "value": "28" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/PaymentViewController\/View\/Cells\/AnyAmountCell\/AnyAmountCell.swift", - "kind": "StringLiteral", - "offset": 817, - "length": 10, - "value": "\"# ###,##\"" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", + "kind": "IntegerLiteral", + "offset": 4904, + "length": 12, + "value": "29" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1902, - "length": 12, - "value": "1" + "offset": 4923, + "length": 14, + "value": "30" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1924, - "length": 12, - "value": "2" + "offset": 4944, + "length": 8, + "value": "31" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1946, - "length": 15, - "value": "3" + "offset": 4959, + "length": 19, + "value": "32" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Cell Adapters\/TableCellAdapter+Events.swift", "kind": "IntegerLiteral", - "offset": 1971, - "length": 15, - "value": "4" + "offset": 4985, + "length": 20, + "value": "33" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", "kind": "IntegerLiteral", - "offset": 1996, - "length": 10, - "value": "5" + "offset": 262, + "length": 1, + "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Header Adapter\/TableHeaderFooterAdapter+Support.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ConstraintWithKeyboardObserver.swift", "kind": "IntegerLiteral", - "offset": 2016, - "length": 11, - "value": "6" + "offset": 304, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/NavigationController.swift", + "kind": "BooleanLiteral", + "offset": 257, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset.swift", + "kind": "Array", + "offset": 871, + "length": 2, + "value": "[]" }, { "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/ScanCardViewController\/CardScannerRecognizer.swift", @@ -61039,233 +65528,142 @@ "value": "1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/StagedChangeset.swift", - "kind": "Array", - "offset": 871, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 618, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "BooleanLiteral", - "offset": 1840, + "offset": 793, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3695, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 831, + "length": 4, + "value": "46.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3721, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 868, + "length": 4, + "value": "72.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "Array", - "offset": 3746, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 903, + "length": 4, + "value": "83.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "Array", - "offset": 3794, + "offset": 972, "length": 2, "value": "[]" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4168, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "BooleanLiteral", - "offset": 4215, + "offset": 1456, "length": 5, "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4625, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 4935, - "length": 1, - "value": "1" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 5551, - "length": 1, - "value": "0" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 7024, - "length": 1, - "value": "2" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", + "kind": "FloatLiteral", + "offset": 2835, + "length": 4, + "value": "10.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/TokenCardListViewController.swift", "kind": "IntegerLiteral", - "offset": 8439, + "offset": 2935, "length": 1, "value": "0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 8475, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 422, + "length": 3, + "value": "2.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 8975, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", - "kind": "IntegerLiteral", - "offset": 9001, - "length": 1, - "value": "1" + "offset": 552, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Algorithm.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 9358, - "length": 4, - "value": "true" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 888, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 919, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 949, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1000, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1038, - "length": 2, - "value": "[]" - }, - { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1077, - "length": 2, - "value": "[]" + "offset": 675, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1115, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 796, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "Array", - "offset": 1182, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 920, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2024, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1042, + "length": 3, + "value": "0.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2111, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1335, + "length": 3, + "value": "0.1" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Shared\/DifferenceKit\/Changeset.swift", - "kind": "IntegerLiteral", - "offset": 2183, - "length": 1, - "value": "0" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "FloatLiteral", + "offset": 1609, + "length": 3, + "value": "0.0" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Managers\/NetworkingManager\/Logger\/RequestLogger.swift", - "kind": "IntegerLiteral", - "offset": 2388, - "length": 1, - "value": "4" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3501, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", - "kind": "Array", - "offset": 2192, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3531, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/Owl\/Table\/Protocols & Supports\/TableDirector+Support.swift", - "kind": "Array", - "offset": 2227, - "length": 2, - "value": "[]" + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", + "kind": "BooleanLiteral", + "offset": 3563, + "length": 5, + "value": "false" }, { - "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Presentation\/TokenCardListViewController\/View\/Cells\/TokenCardElementCellModel\/TokenCardElementCellModel.swift", + "filePath": "\/Users\/vitaliystepanov\/Projects\/ftr_projects\/mpsdk-ios-new\/TranzzoPaymentsSDK\/Classes\/Utils\/UI\/ContainerView.swift", "kind": "BooleanLiteral", - "offset": 306, + "offset": 3596, "length": 5, "value": "false" }, diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface index 6ca81b9..cbb3e5b 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -3,7 +3,6 @@ // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Differentiable { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { +} +public protocol DifferentiableSection : Differentiable { + var elements: [any ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +} +extension Swift.String : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Swift.Int : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: ProductUnitType? + public let taxes: [ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: ProductTaxeType + public let prc: Foundation.Decimal + public init(type: ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: ReusableViewLoadSource - final public let events: TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: ColorConfig + public var localizationConfig: LocalizationConfig + public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TableCellAdapter.Event) -> ())? - public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? - public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: CollectionSection) + required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [ElementPath] + public var elementInserted: [ElementPath] + public var elementUpdated: [ElementPath] + public var elementMoved: [(source: ElementPath, target: ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool } -public struct LookupPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: LookupMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: PaymentInfoResponse) - func paymentFailed(_ error: TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) +public protocol GetRequest : BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TableHeaderFooterAdapterProtocol)? + public var footerView: (any TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool + required public init(original: TableSection) + required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any PaymentType - public var keyConfig: KeyConfig - public var customerData: CustomerData - public var additionalData: AdditionalData? - public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter, CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any CaretPositioner & TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: FormattedTextValue { + get + } + public static func == (a: FormattedTextValue, b: FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue +} +public struct PaymentData { + public var type: any PaymentType + public var keyConfig: KeyConfig + public var customerData: CustomerData + public var additionalData: AdditionalData? + public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) } extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, C self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: ProductUnitType? - public let taxes: [ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: ProductTaxeType - public let prc: Foundation.Decimal - public init(type: ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TableHeaderFooterAdapterProtocol)? - public var footerView: (any TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool - required public init(original: TableSection) - required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: ColorConfig - public var localizationConfig: LocalizationConfig - public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any ElementRepresentable] { - get - } - public var headerView: (any CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: CollectionSection) - required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) } -extension TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: PaymentInfoResponse) + func paymentFailed(_ error: TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = Changeset +public struct FixedAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: LookupMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) +public protocol PostRequest : BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [ElementPath] - public var elementInserted: [ElementPath] - public var elementUpdated: [ElementPath] - public var elementMoved: [(source: ElementPath, target: ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TableCellAdapter.Event) -> ())? + public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? + public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -extension TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : ReusableViewProtocol { } -extension Differentiable { - public func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : ReusableViewProtocol { } -public protocol ElementRepresentable : Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : Differentiable { - var elements: [any ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + final public let events: TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +} +extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = Changeset +} +extension StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension PaymentStatus : Swift.Equatable {} -extension PaymentStatus : Swift.Hashable {} -extension PaymentStatus : Swift.RawRepresentable {} +extension TableSectionEvents : Swift.Equatable {} +extension TableSectionEvents : Swift.Hashable {} +extension TableSectionEvents : Swift.RawRepresentable {} +extension ErrorType : Swift.Equatable {} +extension ErrorType : Swift.Hashable {} +extension CollectionDirector : Swift.Sendable {} extension PaymentsConfig.Environment : Swift.Equatable {} extension PaymentsConfig.Environment : Swift.Hashable {} -extension TableDirector : Swift.Sendable {} +extension ProductPriceType : Swift.Equatable {} +extension ProductPriceType : Swift.Hashable {} +extension ProductPriceType : Swift.RawRepresentable {} +extension ProductUnitType : Swift.Equatable {} +extension ProductUnitType : Swift.Hashable {} +extension ProductUnitType : Swift.RawRepresentable {} +extension ProductTaxeType : Swift.Equatable {} +extension ProductTaxeType : Swift.Hashable {} +extension ProductTaxeType : Swift.RawRepresentable {} extension CollectionSectionEvents : Swift.Equatable {} extension CollectionSectionEvents : Swift.Hashable {} extension CollectionSectionEvents : Swift.RawRepresentable {} -extension CollectionDirector : Swift.Sendable {} -extension CollectionAdapterEventID : Swift.Equatable {} -extension CollectionAdapterEventID : Swift.Hashable {} -extension CollectionAdapterEventID : Swift.RawRepresentable {} -extension TableAdapterCellAction : Swift.Equatable {} -extension TableAdapterCellAction : Swift.Hashable {} -extension TableAdapterEventID : Swift.Equatable {} -extension TableAdapterEventID : Swift.Hashable {} -extension TableAdapterEventID : Swift.RawRepresentable {} +extension TextFieldInputController : Swift.Sendable {} +extension TextFieldStartInputController : Swift.Sendable {} +extension TextViewInputController : Swift.Sendable {} +extension PaymentStatus : Swift.Equatable {} +extension PaymentStatus : Swift.Hashable {} +extension PaymentStatus : Swift.RawRepresentable {} +extension TableDirector : Swift.Sendable {} extension PaymentMethodType : Swift.Equatable {} extension PaymentMethodType : Swift.Hashable {} extension PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension LookupMethodType : Swift.RawRepresentable {} extension Payment3dsBypassType : Swift.Equatable {} extension Payment3dsBypassType : Swift.Hashable {} extension Payment3dsBypassType : Swift.RawRepresentable {} -extension ProductPriceType : Swift.Equatable {} -extension ProductPriceType : Swift.Hashable {} -extension ProductPriceType : Swift.RawRepresentable {} -extension ProductUnitType : Swift.Equatable {} -extension ProductUnitType : Swift.Hashable {} -extension ProductUnitType : Swift.RawRepresentable {} -extension ProductTaxeType : Swift.Equatable {} -extension ProductTaxeType : Swift.Hashable {} -extension ProductTaxeType : Swift.RawRepresentable {} -extension TableSectionEvents : Swift.Equatable {} -extension TableSectionEvents : Swift.Hashable {} -extension TableSectionEvents : Swift.RawRepresentable {} -extension ErrorType : Swift.Equatable {} -extension ErrorType : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.Equatable {} +extension CollectionAdapterEventID : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.RawRepresentable {} +extension TableAdapterCellAction : Swift.Equatable {} +extension TableAdapterCellAction : Swift.Hashable {} +extension TableAdapterEventID : Swift.Equatable {} +extension TableAdapterEventID : Swift.Hashable {} +extension TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e index cb27986..5666805 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface-e @@ -3,7 +3,6 @@ // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TranzzoPaymentSDK.TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: TranzzoPaymentSDK.PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension TranzzoPaymentSDK.FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: TranzzoPaymentSDK.ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension TranzzoPaymentSDK.CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension TranzzoPaymentSDK.Differentiable { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension TranzzoPaymentSDK.ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { +} +public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { + var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +} +extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: TranzzoPaymentSDK.CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: TranzzoPaymentSDK.ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: TranzzoPaymentSDK.ProductUnitType? + public let taxes: [TranzzoPaymentSDK.ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: TranzzoPaymentSDK.ProductTaxeType + public let prc: Foundation.Decimal + public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension TranzzoPaymentSDK.CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [TranzzoPaymentSDK.Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: TranzzoPaymentSDK.ColorConfig + public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig + public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TranzzoPaymentSDK.TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? - public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? - public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: TranzzoPaymentSDK.CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension TranzzoPaymentSDK.CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: TranzzoPaymentSDK.CollectionSection) + required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [TranzzoPaymentSDK.ElementPath] + public var elementInserted: [TranzzoPaymentSDK.ElementPath] + public var elementUpdated: [TranzzoPaymentSDK.ElementPath] + public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool } -public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: TranzzoPaymentSDK.LookupMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) - func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) +public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool + required public init(original: TranzzoPaymentSDK.TableSection) + required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any TranzzoPaymentSDK.PaymentType - public var keyConfig: TranzzoPaymentSDK.KeyConfig - public var customerData: TranzzoPaymentSDK.CustomerData - public var additionalData: TranzzoPaymentSDK.AdditionalData? - public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter, TranzzoPaymentSDK.CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: TranzzoPaymentSDK.FormattedTextValue { + get + } + public static func == (a: TranzzoPaymentSDK.FormattedTextValue, b: TranzzoPaymentSDK.FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue +} +public struct PaymentData { + public var type: any TranzzoPaymentSDK.PaymentType + public var keyConfig: TranzzoPaymentSDK.KeyConfig + public var customerData: TranzzoPaymentSDK.CustomerData + public var additionalData: TranzzoPaymentSDK.AdditionalData? + public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) } extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplac self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: TranzzoPaymentSDK.ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: TranzzoPaymentSDK.PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: TranzzoPaymentSDK.ProductUnitType? - public let taxes: [TranzzoPaymentSDK.ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: TranzzoPaymentSDK.ProductTaxeType - public let prc: Foundation.Decimal - public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool - required public init(original: TranzzoPaymentSDK.TableSection) - required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: TranzzoPaymentSDK.ColorConfig - public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig - public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - } - public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: TranzzoPaymentSDK.CollectionSection) - required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) } -extension TranzzoPaymentSDK.TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: TranzzoPaymentSDK.IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: TranzzoPaymentSDK.ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension TranzzoPaymentSDK.FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TranzzoPaymentSDK.TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TranzzoPaymentSDK.TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [TranzzoPaymentSDK.Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = TranzzoPaymentSDK.Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) + func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: TranzzoPaymentSDK.LookupMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) +public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: TranzzoPaymentSDK.IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension TranzzoPaymentSDK.CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [TranzzoPaymentSDK.ElementPath] - public var elementInserted: [TranzzoPaymentSDK.ElementPath] - public var elementUpdated: [TranzzoPaymentSDK.ElementPath] - public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TranzzoPaymentSDK.TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? + public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? + public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -extension TranzzoPaymentSDK.TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { } -extension TranzzoPaymentSDK.Differentiable { - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { } -public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension TranzzoPaymentSDK.ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { - var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = TranzzoPaymentSDK.Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Hashable {} -extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Equatable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Hashable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TextFieldInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextFieldStartInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextViewInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Hashable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension TranzzoPaymentSDK.LookupMethodType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Equatable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Hashable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index 94f43d6..bfb31be 100644 Binary files a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface index 6ca81b9..cbb3e5b 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -3,7 +3,6 @@ // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Differentiable { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { +} +public protocol DifferentiableSection : Differentiable { + var elements: [any ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +} +extension Swift.String : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +extension Swift.Int : Differentiable, ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + public func isContentEqual(to other: any Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: ProductUnitType? + public let taxes: [ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: ProductTaxeType + public let prc: Foundation.Decimal + public init(type: ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: StagedChangeset, interrupt: ((Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: ReusableViewLoadSource - final public let events: TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: ColorConfig + public var localizationConfig: LocalizationConfig + public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TableCellAdapter.Event) -> ())? - public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? - public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: CollectionSection) + required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [ElementPath] + public var elementInserted: [ElementPath] + public var elementUpdated: [ElementPath] + public var elementMoved: [(source: ElementPath, target: ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TokenCardModel]? - public let method: PaymentMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool } -public struct LookupPaymentType : PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: LookupMethodType - public let payment3dsBypass: Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) +extension Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: PaymentInfoResponse) - func paymentFailed(_ error: TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) +public protocol GetRequest : BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TableHeaderFooterAdapterProtocol)? + public var footerView: (any TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool + required public init(original: TableSection) + required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable + public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any ElementRepresentable]) + @discardableResult + public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? + public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any PaymentType - public var keyConfig: KeyConfig - public var customerData: CustomerData - public var additionalData: AdditionalData? - public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter, TextNumberFormatter, TextNumberUnformatter, CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any CaretPositioner & TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TextInputFormatter, TextFormatter, TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: FormattedTextValue { + get + } + public static func == (a: FormattedTextValue, b: FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TextFormatter, TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> FormattedTextValue +} +public struct PaymentData { + public var type: any PaymentType + public var keyConfig: KeyConfig + public var customerData: CustomerData + public var additionalData: AdditionalData? + public init(type: any PaymentType, keyConfig: KeyConfig, customerData: CustomerData, additionalData: AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any BaseRequestProtocol, completionBlock: @escaping (_ response: BaseResponse) -> ()) } extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, C self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: ProductUnitType? - public let taxes: [ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: ProductUnitType?, taxes: [ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: ProductTaxeType - public let prc: Foundation.Decimal - public init(type: ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TableHeaderFooterAdapterProtocol)? - public var footerView: (any TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TableSection, rhs: TableSection) -> Swift.Bool - required public init(original: TableSection) - required public init(source: TableSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], headerView: (any TableHeaderFooterAdapterProtocol)?, footerView: (any TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : CollectionCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: ColorConfig - public var localizationConfig: LocalizationConfig - public init(colorConfig: ColorConfig, localizationConfig: LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any ElementRepresentable] { - get - } - public var headerView: (any CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: CollectionSection, rhs: CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: CollectionSection) - required public init(source: CollectionSection, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable - public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any ElementRepresentable] = [], header: (any CollectionHeaderFooterAdapterProtocol)?, footer: (any CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any ElementRepresentable]) - @discardableResult - public func set(element: any ElementRepresentable, at index: Swift.Int) -> (any ElementRepresentable)? - public func add(element: (any ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) } -extension TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: ErrorType, b: ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: ReusableViewLoadSource - public var events: TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: PaymentInfoResponse) + func paymentFailed(_ error: TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: PaymentsConfig, uiConfig: PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentDelegate, paymentData: PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = Changeset +public struct FixedAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TokenCardModel]? + public let method: PaymentMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TokenCardModel]? = nil, method: PaymentMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -extension StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: LookupMethodType + public let payment3dsBypass: Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: LookupMethodType? = nil, payment3dsBypass: Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: DifferentiateResult.Metadata) +public protocol PostRequest : BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TableKey, rhs: TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> DifferentiateResult where E : Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: CollectionAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [ElementPath] - public var elementInserted: [ElementPath] - public var elementUpdated: [ElementPath] - public var elementMoved: [(source: ElementPath, target: ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [ElementPath] = [], elementInserted: [ElementPath] = [], elementUpdated: [ElementPath] = [], elementMoved: [(source: ElementPath, target: ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: ElementPath, b: ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TableAdapterCellAction, b: TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TableCellAdapter.Event) -> ())? + public var willDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TableCellAdapter.Event) -> TableAdapterCellAction)? + public var willDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: Changeset, rhs: Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> ReusableViewLoadSource } -extension TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : ReusableViewProtocol { } -extension Differentiable { - public func isContentEqual(to other: any Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : ReusableViewProtocol { } -public protocol ElementRepresentable : Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : Differentiable { - var elements: [any ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any ElementRepresentable +open class TableCellAdapter : TableCellAdapterProtocol where Model : ElementRepresentable, Cell : ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: ReusableViewLoadSource + final public let events: TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TableAdapterEventID, model: Any?, cell: (any ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == Changeset +} +extension StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : Differentiable, ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: StagedChangeset, rhs: StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = Changeset +} +extension StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension PaymentStatus : Swift.Equatable {} -extension PaymentStatus : Swift.Hashable {} -extension PaymentStatus : Swift.RawRepresentable {} +extension TableSectionEvents : Swift.Equatable {} +extension TableSectionEvents : Swift.Hashable {} +extension TableSectionEvents : Swift.RawRepresentable {} +extension ErrorType : Swift.Equatable {} +extension ErrorType : Swift.Hashable {} +extension CollectionDirector : Swift.Sendable {} extension PaymentsConfig.Environment : Swift.Equatable {} extension PaymentsConfig.Environment : Swift.Hashable {} -extension TableDirector : Swift.Sendable {} +extension ProductPriceType : Swift.Equatable {} +extension ProductPriceType : Swift.Hashable {} +extension ProductPriceType : Swift.RawRepresentable {} +extension ProductUnitType : Swift.Equatable {} +extension ProductUnitType : Swift.Hashable {} +extension ProductUnitType : Swift.RawRepresentable {} +extension ProductTaxeType : Swift.Equatable {} +extension ProductTaxeType : Swift.Hashable {} +extension ProductTaxeType : Swift.RawRepresentable {} extension CollectionSectionEvents : Swift.Equatable {} extension CollectionSectionEvents : Swift.Hashable {} extension CollectionSectionEvents : Swift.RawRepresentable {} -extension CollectionDirector : Swift.Sendable {} -extension CollectionAdapterEventID : Swift.Equatable {} -extension CollectionAdapterEventID : Swift.Hashable {} -extension CollectionAdapterEventID : Swift.RawRepresentable {} -extension TableAdapterCellAction : Swift.Equatable {} -extension TableAdapterCellAction : Swift.Hashable {} -extension TableAdapterEventID : Swift.Equatable {} -extension TableAdapterEventID : Swift.Hashable {} -extension TableAdapterEventID : Swift.RawRepresentable {} +extension TextFieldInputController : Swift.Sendable {} +extension TextFieldStartInputController : Swift.Sendable {} +extension TextViewInputController : Swift.Sendable {} +extension PaymentStatus : Swift.Equatable {} +extension PaymentStatus : Swift.Hashable {} +extension PaymentStatus : Swift.RawRepresentable {} +extension TableDirector : Swift.Sendable {} extension PaymentMethodType : Swift.Equatable {} extension PaymentMethodType : Swift.Hashable {} extension PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension LookupMethodType : Swift.RawRepresentable {} extension Payment3dsBypassType : Swift.Equatable {} extension Payment3dsBypassType : Swift.Hashable {} extension Payment3dsBypassType : Swift.RawRepresentable {} -extension ProductPriceType : Swift.Equatable {} -extension ProductPriceType : Swift.Hashable {} -extension ProductPriceType : Swift.RawRepresentable {} -extension ProductUnitType : Swift.Equatable {} -extension ProductUnitType : Swift.Hashable {} -extension ProductUnitType : Swift.RawRepresentable {} -extension ProductTaxeType : Swift.Equatable {} -extension ProductTaxeType : Swift.Hashable {} -extension ProductTaxeType : Swift.RawRepresentable {} -extension TableSectionEvents : Swift.Equatable {} -extension TableSectionEvents : Swift.Hashable {} -extension TableSectionEvents : Swift.RawRepresentable {} -extension ErrorType : Swift.Equatable {} -extension ErrorType : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.Equatable {} +extension CollectionAdapterEventID : Swift.Hashable {} +extension CollectionAdapterEventID : Swift.RawRepresentable {} +extension TableAdapterCellAction : Swift.Equatable {} +extension TableAdapterCellAction : Swift.Hashable {} +extension TableAdapterEventID : Swift.Equatable {} +extension TableAdapterEventID : Swift.Hashable {} +extension TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e index cb27986..5666805 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e @@ -3,7 +3,6 @@ // swift-module-flags: -target x86_64-apple-ios13.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -enable-bare-slash-regex -module-name TranzzoPaymentSDK // swift-module-flags-ignorable: -no-verify-emitted-module-interface import AVFoundation -import AnyFormatKit import DeveloperToolsSupport import Foundation import PassKit @@ -15,123 +14,122 @@ import WebKit import _Concurrency import _StringProcessing import _SwiftConcurrencyShims -extension UIKit.UICollectionView { - @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection +extension TranzzoPaymentSDK.TableHeaderFooterAdapter { + public struct HeaderFooterEvent { + public let isHeader: Swift.Bool + public var view: View? { + get + } + public var section: Swift.Int { + get + } + } + public struct HeaderFooterEventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? + public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? + } } -public enum PaymentStatus : Swift.String, Swift.Codable { - case pending - case failure - case success - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { +public enum TableSectionEvents : Swift.Int { + case dequeue + case headerHeight + case footerHeight + case estHeaderHeight + case estFooterHeight + case endDisplay + case willDisplay + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { get } } -public struct PaymentInfoResponse : Swift.Codable { - public let paymentID: Swift.String? - public let orderID: Swift.String? - public let gatewayOrderID: Swift.String? - public let billingOrderID: Swift.String? - public let transactionID: Swift.String? - public let posID: Swift.String? - public let mode: Swift.String? - public let method: Swift.String? - public let amount: Foundation.Decimal? - public let currency: Swift.String? - public let description: Swift.String? - public let status: TranzzoPaymentSDK.PaymentStatus - public let statusCode: Swift.String? - public let statusDescription: Swift.String? - public let userActionRequired: Swift.Bool? - public let userActionURL: Swift.String? - public let eci: Swift.String? - public let mcc: Swift.String? - public let options3Ds: Swift.String? - public let ccMask: Swift.String? - public let ccToken: Swift.String? - public let ccTokenExpiration: Swift.String? - public let customerID: Swift.String? - public let customerIP: Swift.String? - public let customerFname: Swift.String? - public let customerLname: Swift.String? - public let customerEmail: Swift.String? - public let customerPhone: Swift.String? - public let customerCountry: Swift.String? - public let resultURL: Swift.String? - public let createdAt: Swift.String? - public let processingTime: Swift.String? - public let payload: Swift.String? - public let bankShortName: Swift.String? - public let customerUserAgent: Swift.String? - public let customerCity: Swift.String? - public let rrn: Swift.String? - public let authCode: Swift.String? - public let dcc: Swift.String? - public let otpURL: Swift.String? - public let makePaymentDescription: Swift.String? - public let customerBirthday: Swift.String? - public let payway: Swift.String? - public let customerPatronym: Swift.String? - public let terminalName: Swift.String? - public let recipientCcToken: Swift.String? - public let recipientCcMask: Swift.String? - public let dccRates: Swift.String? - public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? - public let gateway: Swift.String? - public let paymentSystem: Swift.String? - public let entityId: Swift.String? - public let externalTerminalName: Swift.String? - public let recipientEmail: Swift.String? - public let recipientPhone: Swift.String? - public let recipientFname: Swift.String? - public let recipientLname: Swift.String? - public let recipientPatronym: Swift.String? - public let merchantOrderId: Swift.String? - public let receiptUrl: Swift.String? - public let processedAmount: Foundation.Decimal? - public let processedCurrency: Swift.String? - public let comment: Swift.String? - public let registryRefNo: Swift.String? - public let processedAt: Swift.String? - public struct TrafficSource : Swift.Codable { - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws +@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { + @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { + get + set } - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws + @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { + get + set + } + @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { + get + set + } + @available(iOS 9.0, *) + @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { + get + set + } + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { + get + set + } + @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) + @objc deinit } -public protocol TableSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.TableSection? { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +extension TranzzoPaymentSDK.FlowCollectionDirector { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize + @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize } -extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { - @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { +public enum ErrorType { + case clientError + case serverError + case frameworkError + public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { get } - @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -public struct TokenCardModel { - public var mask: Swift.String - public var token: Swift.String - public var isDefault: Swift.Bool - public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) +public struct TranzzoError { + public let message: Swift.String + public let httpCode: Swift.Int? + public let type: TranzzoPaymentSDK.ErrorType } -public protocol CollectionCellAdapterProtocol { - var modelType: any Any.Type { get } - var modelViewType: any Any.Type { get } - var modelIdentifier: Swift.String { get } - func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - @discardableResult - func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - @discardableResult - func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? +open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) + public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { - public var modelIdentifier: Swift.String { - get +public struct BaseResponse { +} +extension TranzzoPaymentSDK.CollectionDirector { + public enum ItemSize { + case `default` + case auto(estimated: CoreFoundation.CGSize) + case explicit(CoreFoundation.CGSize) + } + public struct EventsSubscriber { } } public struct PaymentsConfig { @@ -153,172 +151,121 @@ public struct PaymentsConfig { public struct ApplePayConfig { public init(merchantId: Swift.String, countryCode: Swift.String) } -@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { - @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { +public protocol Differentiable { + var differenceIdentifier: Swift.String { get } + func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension TranzzoPaymentSDK.Differentiable { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { + var modelClassIdentifier: Swift.String { get } +} +extension TranzzoPaymentSDK.ElementRepresentable { + public var modelClassIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler - @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { +} +public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { + var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } + init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +} +extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { + public var differenceIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +} +public struct KeyConfig { + public let sessionToken: Swift.String + public let apiKey: Swift.String + public let posId: Swift.String + public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +} +public protocol TableHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { get } - @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) - @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { - get - set - } - @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) - @discardableResult - @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String - @usableFromInline - @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) - @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) - @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? - @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? - @discardableResult - @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] - @discardableResult - @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] - @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) +} +open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { + public var modelCellType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? @discardableResult - @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection - @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool - @available(iOS 11, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) - @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) -} -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { - public struct Event { - public var isHeader: Swift.Bool { - get - } - public var view: View? { - get - } - public var sectionIndex: Swift.Int { - get - } - public var section: TranzzoPaymentSDK.CollectionSection? { - get - } - public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? - public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? - public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? - public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? +public enum ProductPriceType : Swift.String, Swift.Codable { + case vat + case net + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } } -public protocol CollectionSectionHeaderFooterProtocol { - var section: TranzzoPaymentSDK.CollectionSection? { get } - @discardableResult - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +public enum ProductUnitType : Swift.String, Swift.Codable { + case kg + case m + case pc + case l + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } } -public enum CollectionSectionEvents : Swift.Int { - case dequeue - case referenceSize - case didDisplay - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { +public enum ProductTaxeType : Swift.String, Swift.Codable { + case vat + case nonVat + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { get } } -public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { - var bodyParameters: Foundation.Data { get set } +public struct Product : Swift.Codable { + public let id: Swift.String? + public let url: Swift.String? + public let category: Swift.String? + public let name: Swift.String? + public let description: Swift.String? + public let amount: Foundation.Decimal? + public let currency: Swift.String? + public let priceType: TranzzoPaymentSDK.ProductPriceType? + public let vat: Foundation.Decimal? + public let qty: Foundation.Decimal? + public let payload: Swift.String? + public let customerEmail: Swift.String? + public let unit: TranzzoPaymentSDK.ProductUnitType? + public let taxes: [TranzzoPaymentSDK.ProductTaxe]? + public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws +} +public struct ProductTaxe : Swift.Codable { + public let type: TranzzoPaymentSDK.ProductTaxeType + public let prc: Foundation.Decimal + public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws } @objc @_Concurrency.MainActor @preconcurrency open class CollectionDirector : ObjectiveC.NSObject, UIKit.UICollectionViewDataSource, UIKit.UICollectionViewDelegate, UIKit.UICollectionViewDataSourcePrefetching { @_Concurrency.MainActor @preconcurrency weak public var collection: UIKit.UICollectionView? { @@ -409,344 +356,419 @@ extension TranzzoPaymentSDK.CollectionDirector { @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -public protocol ReusableViewProtocol : AnyObject { -} -extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { -} -extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { +extension UIKit.UICollectionView { + @_Concurrency.MainActor @preconcurrency public func reload(using stagedChangeset: TranzzoPaymentSDK.StagedChangeset, interrupt: ((TranzzoPaymentSDK.Changeset) -> Swift.Bool)? = nil, setData: (C) -> Swift.Void) where C : Swift.Collection } -public enum ReusableViewLoadSource { - case fromStoryboard - case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) - case fromClass +public protocol CollectionHeaderFooterAdapterProtocol { + var modelCellType: any Any.Type { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? } -public class WriteSafeSemaphore { - public init() - public func perform(_ action: () -> T) -> T - @objc deinit +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { + public var modelCellIdentifier: Swift.String { + get + } } -open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type +open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { + public var modelCellType: any Any.Type public var reusableViewIdentifier: Swift.String public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) - public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool - @discardableResult - public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) + public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? + public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String + public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? @objc deinit } -extension TranzzoPaymentSDK.CollectionCellAdapter { - public struct Event { - public let indexPath: Foundation.IndexPath? - public let element: Model? - public var collection: UIKit.UICollectionView? { - get - } - public var collectionSize: CoreFoundation.CGSize? { - get - } - public var cell: Cell? - } - public struct EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? - public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? - } -} -public enum CollectionAdapterEventID : Swift.Int { - case dequeue - case shouldSelect - case shouldDeselect - case didSelect - case didDeselect - case didHighlight - case didUnhighlight - case shouldHighlight - case willDisplay - case endDisplay - case shouldShowEditMenu - case canPerformEditAction - case performEditAction - case canFocus - case itemSize - case prefetch - case cancelPrefetch - case shouldSpringLoad - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } -} -public struct AdditionalData { - public let serverUrl: Swift.String? - public let products: [TranzzoPaymentSDK.Product]? - public let merchantMcc: Swift.String? - public let payload: [Swift.String : Swift.String]? - public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) +public struct PaymentContollerConfig { + public var colorConfig: TranzzoPaymentSDK.ColorConfig + public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig + public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) } -public struct KeyConfig { - public let sessionToken: Swift.String - public let apiKey: Swift.String - public let posId: Swift.String - public init(sessionToken: Swift.String, apiKey: Swift.String, posId: Swift.String) +public struct ColorConfig { + public var pay_button_enable_color: UIKit.UIColor + public var pay_button_disabled_color: UIKit.UIColor + public var fixed_amount_color: UIKit.UIColor + public var background_color: UIKit.UIColor + public var section_backround_color: UIKit.UIColor + public var border_color: UIKit.UIColor + public var selected_token_card_element_border_color: UIKit.UIColor + public var placeholder_color: UIKit.UIColor + public var title_color: UIKit.UIColor + public var input_color: UIKit.UIColor + public var error_color: UIKit.UIColor + public init() } -public enum TableAdapterCellAction { - case none - case deselect - case deselectAnimated - public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { - get - } +public struct LocalizationConfig { + public var main_title: Swift.String + public var enter_amount_title: Swift.String + public var enter_amount_placeholder: Swift.String + public var pay_via_card_title: Swift.String + public var pay_button_title: Swift.String + public var lookup_pay_button_title: Swift.String + public var wrong_card_data_title: Swift.String + public var card_number_placeholder: Swift.String + public var card_exp_month_placeholder: Swift.String + public var card_exp_year_plaecholder: Swift.String + public var card_cvv_placeholder: Swift.String + public var cancel_payment_title: Swift.String + public var cancel_payment_description: Swift.String + public var cancel_payment_confirm: Swift.String + public var cancel_payment_cancel: Swift.String + public var saved_cards_list_title: Swift.String + public var other_card_title: Swift.String + public var choose_token_cards_title: Swift.String + public init() } -extension TranzzoPaymentSDK.TableCellAdapter { - @_hasMissingDesignatedInitializers public class Event { - public var table: UIKit.UITableView? { +extension TranzzoPaymentSDK.CollectionHeaderFooterAdapter { + public struct Event { + public var isHeader: Swift.Bool { get } - public var tableSize: CoreFoundation.CGSize? { + public var view: View? { get } - final public let indexPath: Foundation.IndexPath? - final public let element: Model? - public var cell: Cell? - @objc deinit - } - @_hasMissingDesignatedInitializers public class EventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? - public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? - public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? - public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? - public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? - public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? - public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? - public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? - public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? - public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? - public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? - public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? - public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? - public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? - public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? - public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? - public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var sectionIndex: Swift.Int { get - set } - public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + public var section: TranzzoPaymentSDK.CollectionSection? { get - set } - @objc deinit + public init(isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event) -> Swift.Void)? + public var referenceSize: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> CoreFoundation.CGSize)? + public var didDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var endDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? + public var willDisplay: (((TranzzoPaymentSDK.CollectionHeaderFooterAdapter.Event)) -> Swift.Void)? } } -public enum TableAdapterEventID : Swift.Int { +public protocol CollectionSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.CollectionSection? { get } + @discardableResult + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? +} +public enum CollectionSectionEvents : Swift.Int { case dequeue - case canEditRow - case commitEdit - case canMoveRow - case moveRow - case prefetch - case cancelPrefetch - case rowHeight - case rowHeightEstimated - case indentLevel - case willDisplay - case shouldSpringLoad - case editActions - case tapOnAccessory - case willSelect - case tap - case willDeselect - case didDeselect - case willBeginEdit - case didEndEdit - case editStyle - case deleteConfirmTitle - case editShouldIndent - case moveAdjustDestination + case referenceSize + case didDisplay case endDisplay - case shouldShowMenu - case canPerformMenuAction - case performMenuAction - case shouldHighlight - case didHighlight - case didUnhighlight - case canFocus - case leadingSwipeActions - case trailingSwipeActions + case willDisplay public init?(rawValue: Swift.Int) public typealias RawValue = Swift.Int public var rawValue: Swift.Int { get } } -extension TranzzoPaymentSDK.CollectionDirector { - public enum ItemSize { - case `default` - case auto(estimated: CoreFoundation.CGSize) - case explicit(CoreFoundation.CGSize) - } - public struct EventsSubscriber { +open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get } -} -public struct ScrollViewEventsHandler { - public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? - public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? - public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? - public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? - public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? - public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? - public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? - public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? - public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? - public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? - public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? - public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? - public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? -} -public protocol PaymentMethod { -} -public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case auth - case purchase - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + final public let identifier: Swift.String + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } -} -public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case lookup - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { - case supported - case always - case never - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { + public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var headerSize: CoreFoundation.CGSize? + public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? + public var footerSize: CoreFoundation.CGSize? + public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool + public var differenceIdentifier: Swift.String { get } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + open var sectionInsets: UIKit.UIEdgeInsets? + open var minimumInterItemSpacing: CoreFoundation.CGFloat? + open var minimumLineSpacing: CoreFoundation.CGFloat? + required public init(original: TranzzoPaymentSDK.CollectionSection) + required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @objc deinit } -public protocol PaymentType { +public protocol BaseRequestProtocol { + var path: Swift.String { get } + var urlParameters: [Swift.String : Any] { get } + var requestUrl: Swift.String? { get } } -public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var amount: Swift.Double - public var description: Swift.String - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +public struct Changeset where Collection : Swift.Collection { + public var data: Collection + public var sectionDeleted: [Swift.Int] + public var sectionInserted: [Swift.Int] + public var sectionUpdated: [Swift.Int] + public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] + public var elementDeleted: [TranzzoPaymentSDK.ElementPath] + public var elementInserted: [TranzzoPaymentSDK.ElementPath] + public var elementUpdated: [TranzzoPaymentSDK.ElementPath] + public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] + public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) + @inlinable public var sectionChangeCount: Swift.Int { + get { + return sectionDeleted.count + + sectionInserted.count + + sectionUpdated.count + + sectionMoved.count + } + } + @inlinable public var elementChangeCount: Swift.Int { + get { + return elementDeleted.count + + elementInserted.count + + elementUpdated.count + + elementMoved.count + } + } + @inlinable public var changeCount: Swift.Int { + get { + return sectionChangeCount + elementChangeCount + } + } + @inlinable public var hasSectionChanges: Swift.Bool { + get { + return sectionChangeCount > 0 + } + } + @inlinable public var hasElementChanges: Swift.Bool { + get { + return elementChangeCount > 0 + } + } + @inlinable public var hasChanges: Swift.Bool { + get { + return changeCount > 0 + } + } } -public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var proposedAmounts: [Swift.Double]? - public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? - public let method: TranzzoPaymentSDK.PaymentMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { + public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool } -public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { - public var orderId: Swift.String - public var description: Swift.String - public var amount: Swift.Double - public let method: TranzzoPaymentSDK.LookupMethodType - public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType - public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) +extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { + get + } } -public protocol TranzzoPaymentDelegate : AnyObject { - func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) - func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) - func paymentCanceled() +public class WriteSafeSemaphore { + public init() + public func perform(_ action: () -> T) -> T + @objc deinit } -@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { - public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) - public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) +public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { +} +open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { + public var index: Swift.Int? { + get + } + final public let identifier: Swift.String + public var headerTitle: Swift.String? + public var footerTitle: Swift.String? + public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + public var isCollapsed: Swift.Bool + public var indexTitle: Swift.String? + public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { + get + set + } + public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + public var differenceIdentifier: Swift.String { + get + } + public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool + required public init(original: TranzzoPaymentSDK.TableSection) + required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable + public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) + convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) + public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) + @discardableResult + public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) + public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) + @discardableResult + public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] + @discardableResult + public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int + public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) @objc deinit } -public protocol NetworkingManagerProtocol { - func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) +public protocol TextFormatter { + func format(_ unformattedText: Swift.String?) -> Swift.String? } -public struct PaymentData { - public var type: any TranzzoPaymentSDK.PaymentType - public var keyConfig: TranzzoPaymentSDK.KeyConfig - public var customerData: TranzzoPaymentSDK.CustomerData - public var additionalData: TranzzoPaymentSDK.AdditionalData? - public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +public protocol CaretPositioner { + func getCaretOffset(for text: Swift.String) -> Swift.Int } -public protocol CollectionHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class PlaceholderTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.CaretPositioner { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func getCaretOffset(for text: Swift.String) -> Swift.Int + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit } -extension TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +open class SumTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter { + final public let numberFormatter: Foundation.NumberFormatter + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { get } + public init(numberFormatter: Foundation.NumberFormatter) + convenience public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + @objc deinit } -open class CollectionHeaderFooterAdapter : TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol where View : UIKit.UICollectionReusableView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionHeaderFooterAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionHeaderFooterAdapter) -> ())? = nil) - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, type: Swift.String, indexPath: Foundation.IndexPath) -> UIKit.UICollectionReusableView? - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector, kind: Swift.String) -> Swift.String - public func dispatch(_ event: TranzzoPaymentSDK.CollectionSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: TranzzoPaymentSDK.CollectionSection?, index: Swift.Int) -> Any? +open class SumTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter, TranzzoPaymentSDK.TextNumberFormatter, TranzzoPaymentSDK.TextNumberUnformatter, TranzzoPaymentSDK.CaretPositioner { + open var maximumIntegerCharacters: Swift.Int { + get + set + } + open var maximumDecimalCharacters: Swift.Int { + get + } + open var prefix: Swift.String? { + get + } + open var suffix: Swift.String? { + get + } + open var groupingSeparator: Swift.String { + get + } + open var decimalSeparator: Swift.String { + get + } + open var groupingSize: Swift.Int { + get + } + open var numberFormatter: Foundation.NumberFormatter { + get + } + public init(numberFormatter: Foundation.NumberFormatter) + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformatted: Swift.String?) -> Swift.String? + open func format(_ number: Foundation.NSNumber) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + open func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? + open func getCaretOffset(for text: Swift.String) -> Swift.Int @objc deinit } -@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { - @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextFieldStartInputController : ObjectiveC.NSObject, UIKit.UITextFieldDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.CaretPositioner & TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textField(_ textField: UIKit.UITextField, shouldChangeCharactersIn range: Foundation.NSRange, replacementString string: Swift.String) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc open func textFieldDidBeginEditing(_ textField: UIKit.UITextField) + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() @objc deinit +} +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency open class TextViewInputController : ObjectiveC.NSObject, UIKit.UITextViewDelegate { + @_Concurrency.MainActor @preconcurrency open var formatter: (any TranzzoPaymentSDK.TextInputFormatter)? + @_Concurrency.MainActor @preconcurrency @objc open func textView(_ textView: UIKit.UITextView, shouldChangeTextIn range: Foundation.NSRange, replacementText text: Swift.String) -> Swift.Bool @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() + @objc deinit +} +public protocol TextNumberFormatter { + func format(_ number: Foundation.NSNumber) -> Swift.String? +} +open class DefaultTextInputFormatter : TranzzoPaymentSDK.TextInputFormatter, TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + @objc deinit +} +open class DefaultTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = Constants.defaultPatternSymbol) + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formatted: Swift.String?) -> Swift.String? + public struct Constants { + public static let defaultPatternSymbol: Swift.Character + } + @objc deinit +} +public protocol TextNumberUnformatter { + func unformatNumber(_ formattedText: Swift.String?) -> Foundation.NSNumber? +} +public protocol TextUnformatter { + func unformat(_ formattedText: Swift.String?) -> Swift.String? +} +public struct FormattedTextValue : Swift.Equatable { + public let formattedText: Swift.String + public let caretBeginOffset: Swift.Int + public init(formattedText: Swift.String, caretBeginOffset: Swift.Int) + public static var zero: TranzzoPaymentSDK.FormattedTextValue { + get + } + public static func == (a: TranzzoPaymentSDK.FormattedTextValue, b: TranzzoPaymentSDK.FormattedTextValue) -> Swift.Bool +} +open class PlaceholderTextFormatter : TranzzoPaymentSDK.TextFormatter, TranzzoPaymentSDK.TextUnformatter { + final public let textPattern: Swift.String + final public let patternSymbol: Swift.Character + public init(textPattern: Swift.String, patternSymbol: Swift.Character = "#") + open func format(_ unformattedText: Swift.String?) -> Swift.String? + open func unformat(_ formattedText: Swift.String?) -> Swift.String? + @objc deinit +} +public protocol TextInputFormatter { + func formatInput(currentText: Swift.String, range: Foundation.NSRange, replacementString text: Swift.String) -> TranzzoPaymentSDK.FormattedTextValue +} +public struct PaymentData { + public var type: any TranzzoPaymentSDK.PaymentType + public var keyConfig: TranzzoPaymentSDK.KeyConfig + public var customerData: TranzzoPaymentSDK.CustomerData + public var additionalData: TranzzoPaymentSDK.AdditionalData? + public init(type: any TranzzoPaymentSDK.PaymentType, keyConfig: TranzzoPaymentSDK.KeyConfig, customerData: TranzzoPaymentSDK.CustomerData, additionalData: TranzzoPaymentSDK.AdditionalData? = nil) +} +public protocol NetworkingManagerProtocol { + func sendRequest(request: any TranzzoPaymentSDK.BaseRequestProtocol, completionBlock: @escaping (_ response: TranzzoPaymentSDK.BaseResponse) -> ()) } extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.DifferentiableSection { @inlinable public init(source: Collection, target: Collection) { @@ -1034,330 +1056,389 @@ extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplac self.init(changesets) } } -public protocol BaseRequestProtocol { - var path: Swift.String { get } - var urlParameters: [Swift.String : Any] { get } - var requestUrl: Swift.String? { get } -} -public protocol GetRequest : TranzzoPaymentSDK.BaseRequestProtocol { -} -public enum ProductPriceType : Swift.String, Swift.Codable { - case vat - case net - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductUnitType : Swift.String, Swift.Codable { - case kg - case m - case pc - case l - public init?(rawValue: Swift.String) - public typealias RawValue = Swift.String - public var rawValue: Swift.String { - get - } -} -public enum ProductTaxeType : Swift.String, Swift.Codable { - case vat - case nonVat +public enum PaymentStatus : Swift.String, Swift.Codable { + case pending + case failure + case success public init?(rawValue: Swift.String) public typealias RawValue = Swift.String public var rawValue: Swift.String { get } } -public struct Product : Swift.Codable { - public let id: Swift.String? - public let url: Swift.String? - public let category: Swift.String? - public let name: Swift.String? - public let description: Swift.String? +public struct PaymentInfoResponse : Swift.Codable { + public let paymentID: Swift.String? + public let orderID: Swift.String? + public let gatewayOrderID: Swift.String? + public let billingOrderID: Swift.String? + public let transactionID: Swift.String? + public let posID: Swift.String? + public let mode: Swift.String? + public let method: Swift.String? public let amount: Foundation.Decimal? public let currency: Swift.String? - public let priceType: TranzzoPaymentSDK.ProductPriceType? - public let vat: Foundation.Decimal? - public let qty: Foundation.Decimal? - public let payload: Swift.String? + public let description: Swift.String? + public let status: TranzzoPaymentSDK.PaymentStatus + public let statusCode: Swift.String? + public let statusDescription: Swift.String? + public let userActionRequired: Swift.Bool? + public let userActionURL: Swift.String? + public let eci: Swift.String? + public let mcc: Swift.String? + public let options3Ds: Swift.String? + public let ccMask: Swift.String? + public let ccToken: Swift.String? + public let ccTokenExpiration: Swift.String? + public let customerID: Swift.String? + public let customerIP: Swift.String? + public let customerFname: Swift.String? + public let customerLname: Swift.String? public let customerEmail: Swift.String? - public let unit: TranzzoPaymentSDK.ProductUnitType? - public let taxes: [TranzzoPaymentSDK.ProductTaxe]? - public init(id: Swift.String?, url: Swift.String?, category: Swift.String?, name: Swift.String?, description: Swift.String?, amount: Foundation.Decimal?, currency: Swift.String?, priceType: TranzzoPaymentSDK.ProductPriceType?, vat: Foundation.Decimal?, qty: Foundation.Decimal?, payload: Swift.String?, customerEmail: Swift.String?, unit: TranzzoPaymentSDK.ProductUnitType?, taxes: [TranzzoPaymentSDK.ProductTaxe]?) - public func encode(to encoder: any Swift.Encoder) throws - public init(from decoder: any Swift.Decoder) throws -} -public struct ProductTaxe : Swift.Codable { - public let type: TranzzoPaymentSDK.ProductTaxeType - public let prc: Foundation.Decimal - public init(type: TranzzoPaymentSDK.ProductTaxeType, prc: Foundation.Decimal) + public let customerPhone: Swift.String? + public let customerCountry: Swift.String? + public let resultURL: Swift.String? + public let createdAt: Swift.String? + public let processingTime: Swift.String? + public let payload: Swift.String? + public let bankShortName: Swift.String? + public let customerUserAgent: Swift.String? + public let customerCity: Swift.String? + public let rrn: Swift.String? + public let authCode: Swift.String? + public let dcc: Swift.String? + public let otpURL: Swift.String? + public let makePaymentDescription: Swift.String? + public let customerBirthday: Swift.String? + public let payway: Swift.String? + public let customerPatronym: Swift.String? + public let terminalName: Swift.String? + public let recipientCcToken: Swift.String? + public let recipientCcMask: Swift.String? + public let dccRates: Swift.String? + public let trafficSource: TranzzoPaymentSDK.PaymentInfoResponse.TrafficSource? + public let gateway: Swift.String? + public let paymentSystem: Swift.String? + public let entityId: Swift.String? + public let externalTerminalName: Swift.String? + public let recipientEmail: Swift.String? + public let recipientPhone: Swift.String? + public let recipientFname: Swift.String? + public let recipientLname: Swift.String? + public let recipientPatronym: Swift.String? + public let merchantOrderId: Swift.String? + public let receiptUrl: Swift.String? + public let processedAmount: Foundation.Decimal? + public let processedCurrency: Swift.String? + public let comment: Swift.String? + public let registryRefNo: Swift.String? + public let processedAt: Swift.String? + public struct TrafficSource : Swift.Codable { + public func encode(to encoder: any Swift.Encoder) throws + public init(from decoder: any Swift.Decoder) throws + } public func encode(to encoder: any Swift.Encoder) throws public init(from decoder: any Swift.Decoder) throws } -open class TableSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var headerTitle: Swift.String? - public var footerTitle: Swift.String? - public var headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? - public var isCollapsed: Swift.Bool - public var indexTitle: Swift.String? - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - set - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public static func == (lhs: TranzzoPaymentSDK.TableSection, rhs: TranzzoPaymentSDK.TableSection) -> Swift.Bool - required public init(original: TranzzoPaymentSDK.TableSection) - required public init(source: TranzzoPaymentSDK.TableSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], headerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?, footerView: (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)?) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: Swift.String? = nil, footer: Swift.String? = nil) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit -} -open class CollectionCellAdapter : TranzzoPaymentSDK.CollectionCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { - public var modelType: any Any.Type - public var modelViewType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.CollectionCellAdapter.EventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.CollectionCellAdapter) -> Swift.Void)? = nil) - public func dequeueCell(inCollection collection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell - public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool - public func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? - @objc deinit +extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { + @inlinable public init(source: Collection, target: Collection) { + self.init(source: source, target: target, section: 0) + } + @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { + let sourceElements = ContiguousArray(source) + let targetElements = ContiguousArray(target) + + + if sourceElements.isEmpty && targetElements.isEmpty { + self.init() + return + } + + + if !sourceElements.isEmpty && targetElements.isEmpty { + self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + + if sourceElements.isEmpty && !targetElements.isEmpty { + self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) + return + } + + var firstStageElements = ContiguousArray() + var secondStageElements = ContiguousArray() + + firstStageElements.reserveCapacity(sourceElements.count) + + let result = differentiate( + source: sourceElements, + target: targetElements, + trackTargetIndexAsUpdated: false, + mapIndex: { ElementPath(element: $0, section: section) }, + updatedElements: { firstStageElements.append($0) }, + undeletedElements: { secondStageElements.append($0) } + ) + + var changesets = ContiguousArray>() + + + + + if !result.updated.isEmpty { + changesets.append( + Changeset( + data: Collection(firstStageElements), + elementUpdated: result.updated + ) + ) + } + + + + + if !result.deleted.isEmpty { + changesets.append( + Changeset( + data: Collection(secondStageElements), + elementDeleted: result.deleted + ) + ) + } + + + + + + if !result.inserted.isEmpty || !result.moved.isEmpty { + changesets.append( + Changeset( + data: target, + elementInserted: result.inserted, + elementMoved: result.moved + ) + ) + } + + + if !changesets.isEmpty { + let index = changesets.index(before: changesets.endIndex) + changesets[index].data = target + } + + self.init(changesets) + } } -public struct PaymentContollerConfig { - public var colorConfig: TranzzoPaymentSDK.ColorConfig - public var localizationConfig: TranzzoPaymentSDK.LocalizationConfig - public init(colorConfig: TranzzoPaymentSDK.ColorConfig, localizationConfig: TranzzoPaymentSDK.LocalizationConfig) -} -public struct ColorConfig { - public var pay_button_enable_color: UIKit.UIColor - public var pay_button_disabled_color: UIKit.UIColor - public var fixed_amount_color: UIKit.UIColor - public var background_color: UIKit.UIColor - public var section_backround_color: UIKit.UIColor - public var border_color: UIKit.UIColor - public var selected_token_card_element_border_color: UIKit.UIColor - public var placeholder_color: UIKit.UIColor - public var title_color: UIKit.UIColor - public var input_color: UIKit.UIColor - public var error_color: UIKit.UIColor - public init() -} -public struct LocalizationConfig { - public var main_title: Swift.String - public var enter_amount_title: Swift.String - public var enter_amount_placeholder: Swift.String - public var pay_via_card_title: Swift.String - public var pay_button_title: Swift.String - public var lookup_pay_button_title: Swift.String - public var wrong_card_data_title: Swift.String - public var card_number_placeholder: Swift.String - public var card_exp_month_placeholder: Swift.String - public var card_exp_year_plaecholder: Swift.String - public var card_cvv_placeholder: Swift.String - public var cancel_payment_title: Swift.String - public var cancel_payment_description: Swift.String - public var cancel_payment_confirm: Swift.String - public var cancel_payment_cancel: Swift.String - public var saved_cards_list_title: Swift.String - public var other_card_title: Swift.String - public var choose_token_cards_title: Swift.String - public init() -} -open class CollectionSection : Swift.Equatable, TranzzoPaymentSDK.DifferentiableSection { - public var index: Swift.Int? { - get - } - final public let identifier: Swift.String - public var elements: [any TranzzoPaymentSDK.ElementRepresentable] { - get - } - public var headerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var headerSize: CoreFoundation.CGSize? - public var footerView: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)? - public var footerSize: CoreFoundation.CGSize? - public static func == (lhs: TranzzoPaymentSDK.CollectionSection, rhs: TranzzoPaymentSDK.CollectionSection) -> Swift.Bool - public var differenceIdentifier: Swift.String { - get - } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool - open var sectionInsets: UIKit.UIEdgeInsets? - open var minimumInterItemSpacing: CoreFoundation.CGFloat? - open var minimumLineSpacing: CoreFoundation.CGFloat? - required public init(original: TranzzoPaymentSDK.CollectionSection) - required public init(source: TranzzoPaymentSDK.CollectionSection, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable - public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = []) - convenience public init(id: Swift.String? = nil, elements: [any TranzzoPaymentSDK.ElementRepresentable] = [], header: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?, footer: (any TranzzoPaymentSDK.CollectionHeaderFooterAdapterProtocol)?) - public func set(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]) - @discardableResult - public func set(element: any TranzzoPaymentSDK.ElementRepresentable, at index: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - public func add(element: (any TranzzoPaymentSDK.ElementRepresentable)?, at index: Swift.Int?) - public func add(elements newElements: [any TranzzoPaymentSDK.ElementRepresentable]?, at index: Swift.Int?) - @discardableResult - public func remove(at rowIndex: Swift.Int) -> (any TranzzoPaymentSDK.ElementRepresentable)? - @discardableResult - public func remove(atIndexes indexes: Foundation.IndexSet) -> [any TranzzoPaymentSDK.ElementRepresentable] - @discardableResult - public func removeAll(keepingCapacity kp: Swift.Bool = false) -> Swift.Int - public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) - public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) - @objc deinit +@usableFromInline +internal struct DifferentiateResult { + @usableFromInline + internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) + @usableFromInline + internal let deleted: [Index] + @usableFromInline + internal let inserted: [Index] + @usableFromInline + internal let updated: [Index] + @usableFromInline + internal let moved: [(source: Index, target: Index)] + @usableFromInline + internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata + @usableFromInline + internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) } -extension TranzzoPaymentSDK.TableHeaderFooterAdapter { - public struct HeaderFooterEvent { - public let isHeader: Swift.Bool - public var view: View? { - get - } - public var section: Swift.Int { - get - } - } - public struct HeaderFooterEventsSubscriber { - public var dequeue: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var height: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var estimatedHeight: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> CoreFoundation.CGFloat)? - public var willDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var didDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - public var endDisplay: ((TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEvent) -> Swift.Void)? - } +@usableFromInline +internal struct Trace { + @usableFromInline + internal var reference: Index? + @usableFromInline + internal var deleteOffset: Swift.Int + @usableFromInline + internal var isTracked: Swift.Bool + @usableFromInline + internal init() } -public enum TableSectionEvents : Swift.Int { - case dequeue - case headerHeight - case footerHeight - case estHeaderHeight - case estFooterHeight - case endDisplay - case willDisplay - public init?(rawValue: Swift.Int) - public typealias RawValue = Swift.Int - public var rawValue: Swift.Int { - get - } +@usableFromInline +internal enum Occurrence { + case unique(index: Swift.Int) + case duplicate(reference: TranzzoPaymentSDK.IndicesReference) } -public struct ElementPath : Swift.Hashable { - public var element: Swift.Int - public var section: Swift.Int - public init(element: Swift.Int, section: Swift.Int) - public func hash(into hasher: inout Swift.Hasher) - public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool - public var hashValue: Swift.Int { - get - } +@usableFromInline +final internal class IndicesReference { + @usableFromInline + final internal var indices: Swift.ContiguousArray + @usableFromInline + final internal var position: Swift.Int + @usableFromInline + internal init(_ indices: Swift.ContiguousArray) + @inlinable final internal func push(_ index: Swift.Int) { + indices.append(index) + } + @inlinable final internal func next() -> Swift.Int? { + guard position < indices.endIndex else { + return nil + } + defer { position += 1 } + return indices[position] + } + @objc @usableFromInline + deinit } -public enum ErrorType { - case clientError - case serverError - case frameworkError - public static func == (a: TranzzoPaymentSDK.ErrorType, b: TranzzoPaymentSDK.ErrorType) -> Swift.Bool - public func hash(into hasher: inout Swift.Hasher) - public var hashValue: Swift.Int { +@usableFromInline +internal struct TableKey : Swift.Hashable where T : Swift.Hashable { + @usableFromInline + internal let pointeeHashValue: Swift.Int + @usableFromInline + internal let pointer: Swift.UnsafePointer + @usableFromInline + internal init(pointer: Swift.UnsafePointer) + @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { + return lhs.pointeeHashValue == rhs.pointeeHashValue + && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) + } + @inlinable internal func hash(into hasher: inout Swift.Hasher) { + hasher.combine(pointer.pointee) + } + @usableFromInline + internal var hashValue: Swift.Int { + @usableFromInline get } } -public struct TranzzoError { - public let message: Swift.String - public let httpCode: Swift.Int? - public let type: TranzzoPaymentSDK.ErrorType -} -public protocol TableHeaderFooterAdapterProtocol { - var modelCellType: any Any.Type { get } - func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? -} -extension TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol { - public var modelCellIdentifier: Swift.String { - get +extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { + @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { + get { return self[path.section][path.element] } + set { self[path.section][path.element] = newValue } } } -open class TableHeaderFooterAdapter : TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol where View : UIKit.UITableViewHeaderFooterView { - public var modelCellType: any Any.Type - public var reusableViewIdentifier: Swift.String - public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource - public var events: TranzzoPaymentSDK.TableHeaderFooterAdapter.HeaderFooterEventsSubscriber - public init(_ configuration: ((TranzzoPaymentSDK.TableHeaderFooterAdapter) -> ())? = nil) - public func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String - public func dequeueHeaderFooterForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> UIKit.UITableViewHeaderFooterView? - @discardableResult - public func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int) -> Any? - @objc deinit -} -@objc @_Concurrency.MainActor @preconcurrency open class FlowCollectionDirector : TranzzoPaymentSDK.CollectionDirector, UIKit.UICollectionViewDelegateFlowLayout { - @_Concurrency.MainActor @preconcurrency public var itemSize: TranzzoPaymentSDK.CollectionDirector.ItemSize { - get - set - } - @_Concurrency.MainActor @preconcurrency public var sectionsInsets: UIKit.UIEdgeInsets { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumInteritemSpacing: CoreFoundation.CGFloat { - get - set - } - @_Concurrency.MainActor @preconcurrency public var minimumLineSpacing: CoreFoundation.CGFloat { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyHeaders: Swift.Bool { - get - set - } - @available(iOS 9.0, *) - @_Concurrency.MainActor @preconcurrency public var stickyFooters: Swift.Bool { - get - set - } - @available(iOS 11.0, *) - @_Concurrency.MainActor @preconcurrency public var sectionInsetReference: UIKit.UICollectionViewFlowLayout.SectionInsetReference { - get - set - } - @_Concurrency.MainActor @preconcurrency public var layout: UIKit.UICollectionViewFlowLayout? { - get - set - } - @_Concurrency.MainActor @preconcurrency public init(collection: UIKit.UICollectionView, flowLayout: UIKit.UICollectionViewLayout? = nil) - @objc deinit -} -extension TranzzoPaymentSDK.FlowCollectionDirector { - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, sizeForItemAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, insetForSectionAt section: Swift.Int) -> UIKit.UIEdgeInsets - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, minimumLineSpacingForSectionAt section: Swift.Int) -> CoreFoundation.CGFloat - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForHeaderInSection section: Swift.Int) -> CoreFoundation.CGSize - @_Concurrency.MainActor @preconcurrency @objc dynamic public func collectionView(_ collectionView: UIKit.UICollectionView, layout collectionViewLayout: UIKit.UICollectionViewLayout, referenceSizeForFooterInSection section: Swift.Int) -> CoreFoundation.CGSize +@discardableResult +@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { + + var deleted = [I]() + var inserted = [I]() + var updated = [I]() + var moved = [(source: I, target: I)]() + + var sourceTraces = ContiguousArray>() + var targetReferences = ContiguousArray(repeating: nil, count: target.count) + var sourceIdentifiers = ContiguousArray() + + sourceIdentifiers.reserveCapacity(source.count) + sourceTraces.reserveCapacity(source.count) + + for sourceElement in source { + sourceTraces.append(Trace()) + sourceIdentifiers.append(sourceElement.differenceIdentifier) + } + + sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in + + var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) + + + for sourceIndex in sourceIdentifiers.indices { + let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) + let key = TableKey(pointer: pointer) + + switch sourceOccurrencesTable[key] { + case .none: + sourceOccurrencesTable[key] = .unique(index: sourceIndex) + + case .unique(let otherIndex)?: + let reference = IndicesReference([otherIndex, sourceIndex]) + sourceOccurrencesTable[key] = .duplicate(reference: reference) + + case .duplicate(let reference)?: + reference.push(sourceIndex) + } + } + + + for targetIndex in target.indices { + var targetIdentifier = target[targetIndex].differenceIdentifier + let key = TableKey(pointer: &targetIdentifier) + + switch sourceOccurrencesTable[key] { + case .none: + break + + case .unique(let sourceIndex)?: + if case .none = sourceTraces[sourceIndex].reference { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + + case .duplicate(let reference)?: + if let sourceIndex = reference.next() { + targetReferences[targetIndex] = sourceIndex + sourceTraces[sourceIndex].reference = targetIndex + } + } + } + } + + var offsetByDelete = 0 + var untrackedSourceIndex: Int? = 0 + + + for sourceIndex in source.indices { + sourceTraces[sourceIndex].deleteOffset = offsetByDelete + + if let targetIndex = sourceTraces[sourceIndex].reference { + let targetElement = target[targetIndex] + updatedElements?(targetElement) + undeletedElements?(targetElement) + } + else { + let sourceElement = source[sourceIndex] + deleted.append(mapIndex(sourceIndex)) + sourceTraces[sourceIndex].isTracked = true + offsetByDelete += 1 + updatedElements?(sourceElement) + } + } + + + for targetIndex in target.indices { + untrackedSourceIndex = untrackedSourceIndex.flatMap { index in + sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } + } + + if let sourceIndex = targetReferences[targetIndex] { + sourceTraces[sourceIndex].isTracked = true + + let sourceElement = source[sourceIndex] + let targetElement = target[targetIndex] + + if !targetElement.isContentEqual(to: sourceElement) { + updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) + } + + if sourceIndex != untrackedSourceIndex { + let deleteOffset = sourceTraces[sourceIndex].deleteOffset + moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) + } + } + else { + inserted.append(mapIndex(targetIndex)) + } + } + + return DifferentiateResult( + deleted: deleted, + inserted: inserted, + updated: updated, + moved: moved, + metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) + ) + } -public struct CustomerData { - public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +extension TranzzoPaymentSDK.TableDirector { + public struct TableEventsHandler { + } + public enum RowHeight { + case `default` + case auto(estimated: CoreFoundation.CGFloat) + case explicit(CoreFoundation.CGFloat) + } } public protocol TableCellAdapterProtocol { var modelType: any Any.Type { get } @@ -1374,465 +1455,540 @@ extension TranzzoPaymentSDK.TableCellAdapterProtocol { get } } -public struct StagedChangeset where Collection : Swift.Collection { - @usableFromInline - internal var changesets: Swift.ContiguousArray> - public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +public struct AdditionalData { + public let serverUrl: Swift.String? + public let products: [TranzzoPaymentSDK.Product]? + public let merchantMcc: Swift.String? + public let payload: [Swift.String : Swift.String]? + public init(serverUrl: Swift.String?, products: [TranzzoPaymentSDK.Product]?, merchantMcc: Swift.String?, payload: [Swift.String : Swift.String]?) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { - public typealias Element = TranzzoPaymentSDK.Changeset - @inlinable public init() { - self.init([]) - } - @inlinable public var startIndex: Swift.Int { - get { - return changesets.startIndex - } +public protocol TranzzoPaymentDelegate : AnyObject { + func paymentSuccess(_ results: TranzzoPaymentSDK.PaymentInfoResponse) + func paymentFailed(_ error: TranzzoPaymentSDK.TranzzoError) + func paymentCanceled() +} +@_hasMissingDesignatedInitializers public class TranzzoPaymentSDK { + public static func setConfig(paymentConfig: TranzzoPaymentSDK.PaymentsConfig, uiConfig: TranzzoPaymentSDK.PaymentContollerConfig? = nil) + public static func makePayment(rootController: UIKit.UIViewController, delegate: any TranzzoPaymentSDK.TranzzoPaymentDelegate, paymentData: TranzzoPaymentSDK.PaymentData) + @objc deinit +} +public protocol PaymentMethod { +} +public enum PaymentMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case auth + case purchase + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public var endIndex: Swift.Int { - get { - return changesets.endIndex - } +} +public enum LookupMethodType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case lookup + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public func index(after i: Swift.Int) -> Swift.Int { - return changesets.index(after: i) - } - @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { - get { return changesets[position] } - set { changesets[position] = newValue } +} +public enum Payment3dsBypassType : Swift.String, Swift.Codable, TranzzoPaymentSDK.PaymentMethod { + case supported + case always + case never + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get } - @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { - changesets.replaceSubrange(subrange, with: newElements) - } - public typealias Index = Swift.Int - public typealias Indices = Swift.Range - public typealias Iterator = Swift.IndexingIterator> - public typealias SubSequence = Swift.Slice> } -extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { - @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { - return lhs.changesets == rhs.changesets - } +public protocol PaymentType { } -extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { - @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { - self.init(elements) - } - public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +public struct FixedAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var amount: Swift.Double + public var description: Swift.String + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, amount: Swift.Double, description: Swift.String, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { - get - } +public struct AnyAmountPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var proposedAmounts: [Swift.Double]? + public var tokenCards: [TranzzoPaymentSDK.TokenCardModel]? + public let method: TranzzoPaymentSDK.PaymentMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, proposedAmounts: [Swift.Double]? = nil, tokenCards: [TranzzoPaymentSDK.TokenCardModel]? = nil, method: TranzzoPaymentSDK.PaymentMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -extension TranzzoPaymentSDK.StagedChangeset where Collection : Swift.RangeReplaceableCollection, Collection.Element : TranzzoPaymentSDK.ElementRepresentable { - @inlinable public init(source: Collection, target: Collection) { - self.init(source: source, target: target, section: 0) - } - @inlinable public init(source: Collection, target: Collection, section: Swift.Int) { - let sourceElements = ContiguousArray(source) - let targetElements = ContiguousArray(target) - - - if sourceElements.isEmpty && targetElements.isEmpty { - self.init() - return - } - - - if !sourceElements.isEmpty && targetElements.isEmpty { - self.init([Changeset(data: target, elementDeleted: sourceElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - - if sourceElements.isEmpty && !targetElements.isEmpty { - self.init([Changeset(data: target, elementInserted: targetElements.indices.map { ElementPath(element: $0, section: section) })]) - return - } - - var firstStageElements = ContiguousArray() - var secondStageElements = ContiguousArray() - - firstStageElements.reserveCapacity(sourceElements.count) - - let result = differentiate( - source: sourceElements, - target: targetElements, - trackTargetIndexAsUpdated: false, - mapIndex: { ElementPath(element: $0, section: section) }, - updatedElements: { firstStageElements.append($0) }, - undeletedElements: { secondStageElements.append($0) } - ) - - var changesets = ContiguousArray>() - - - - - if !result.updated.isEmpty { - changesets.append( - Changeset( - data: Collection(firstStageElements), - elementUpdated: result.updated - ) - ) - } - - - - - if !result.deleted.isEmpty { - changesets.append( - Changeset( - data: Collection(secondStageElements), - elementDeleted: result.deleted - ) - ) - } - - - - - - if !result.inserted.isEmpty || !result.moved.isEmpty { - changesets.append( - Changeset( - data: target, - elementInserted: result.inserted, - elementMoved: result.moved - ) - ) - } - - - if !changesets.isEmpty { - let index = changesets.index(before: changesets.endIndex) - changesets[index].data = target - } - - self.init(changesets) - } +public struct LookupPaymentType : TranzzoPaymentSDK.PaymentType { + public var orderId: Swift.String + public var description: Swift.String + public var amount: Swift.Double + public let method: TranzzoPaymentSDK.LookupMethodType + public let payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType + public init(orderId: Swift.String, description: Swift.String, amount: Swift.Double? = nil, method: TranzzoPaymentSDK.LookupMethodType? = nil, payment3dsBypass: TranzzoPaymentSDK.Payment3dsBypassType? = nil) } -@usableFromInline -internal struct DifferentiateResult { - @usableFromInline - internal typealias Metadata = (sourceTraces: Swift.ContiguousArray>, targetReferences: Swift.ContiguousArray) - @usableFromInline - internal let deleted: [Index] - @usableFromInline - internal let inserted: [Index] - @usableFromInline - internal let updated: [Index] - @usableFromInline - internal let moved: [(source: Index, target: Index)] - @usableFromInline - internal let metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata - @usableFromInline - internal init(deleted: [Index] = [], inserted: [Index] = [], updated: [Index] = [], moved: [(source: Index, target: Index)] = [], metadata: TranzzoPaymentSDK.DifferentiateResult.Metadata) +public protocol PostRequest : TranzzoPaymentSDK.BaseRequestProtocol { + var bodyParameters: Foundation.Data { get set } } -@usableFromInline -internal struct Trace { - @usableFromInline - internal var reference: Index? - @usableFromInline - internal var deleteOffset: Swift.Int - @usableFromInline - internal var isTracked: Swift.Bool +@objc @_Concurrency.MainActor @preconcurrency open class TableDirector : ObjectiveC.NSObject, UIKit.UITableViewDataSourcePrefetching { + @_Concurrency.MainActor @preconcurrency weak public var table: UIKit.UITableView? { + get + } + @_Concurrency.MainActor @preconcurrency public var scrollViewEvents: TranzzoPaymentSDK.ScrollViewEventsHandler + @_Concurrency.MainActor @preconcurrency public var sections: [TranzzoPaymentSDK.TableSection] { + get + } + @_Concurrency.MainActor @preconcurrency public var firstSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var lastSection: TranzzoPaymentSDK.TableSection? { + get + } + @_Concurrency.MainActor @preconcurrency public var rowHeight: TranzzoPaymentSDK.TableDirector.RowHeight { + get + set + } + @_Concurrency.MainActor @preconcurrency public init(table: UIKit.UITableView) + @_Concurrency.MainActor @preconcurrency public var isPrefetchingEnabled: Swift.Bool { + get + set + } + @_Concurrency.MainActor @preconcurrency public func registerCellAdapters(_ adapters: [any TranzzoPaymentSDK.TableCellAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerCellAdapter(_ adapter: any TranzzoPaymentSDK.TableCellAdapterProtocol) -> Swift.String + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapters(_ adapters: [any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol]) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func registerHeaderFooterAdapter(_ adapter: any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol) -> Swift.String @usableFromInline - internal init() -} -@usableFromInline -internal enum Occurrence { - case unique(index: Swift.Int) - case duplicate(reference: TranzzoPaymentSDK.IndicesReference) + @_Concurrency.MainActor @preconcurrency internal func adapterForHeaderFooterView(_ view: UIKit.UIView) -> (any TranzzoPaymentSDK.TableHeaderFooterAdapterProtocol)? + @_Concurrency.MainActor @preconcurrency public func set(sections: [TranzzoPaymentSDK.TableSection]) + @_Concurrency.MainActor @preconcurrency public func add(section: TranzzoPaymentSDK.TableSection, at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func add(sections newSections: [TranzzoPaymentSDK.TableSection], at index: Swift.Int? = nil) + @_Concurrency.MainActor @preconcurrency public func sectionAt(_ index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func section(_ uuid: Swift.String) -> TranzzoPaymentSDK.TableSection? + @_Concurrency.MainActor @preconcurrency public func elementAt(_ indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(indexPath: Foundation.IndexPath) -> (any TranzzoPaymentSDK.ElementRepresentable)? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(section index: Swift.Int) -> TranzzoPaymentSDK.TableSection? + @discardableResult + @_Concurrency.MainActor @preconcurrency public func remove(sectionsAt indexes: Foundation.IndexSet) -> [TranzzoPaymentSDK.TableSection] + @discardableResult + @_Concurrency.MainActor @preconcurrency public func removeAll(keepingCapacity: Swift.Bool = false) -> [TranzzoPaymentSDK.TableSection] + @_Concurrency.MainActor @preconcurrency public func move(swappingAt sourceIndex: Swift.Int, with destIndex: Swift.Int) + @_Concurrency.MainActor @preconcurrency public func move(from sourceIndex: Swift.Int, to destIndex: Swift.Int) + @discardableResult + @_Concurrency.MainActor @preconcurrency public func add(elements: [any TranzzoPaymentSDK.ElementRepresentable], inSection sectionIdx: Swift.Int? = nil) -> TranzzoPaymentSDK.TableSection + @_Concurrency.MainActor @preconcurrency public func reload(afterUpdate update: ((TranzzoPaymentSDK.TableDirector) -> UIKit.UITableView.RowAnimation)? = nil, completion: (() -> Swift.Void)? = nil) + @objc deinit } -@usableFromInline -final internal class IndicesReference { - @usableFromInline - final internal var indices: Swift.ContiguousArray - @usableFromInline - final internal var position: Swift.Int - @usableFromInline - internal init(_ indices: Swift.ContiguousArray) - @inlinable final internal func push(_ index: Swift.Int) { - indices.append(index) - } - @inlinable final internal func next() -> Swift.Int? { - guard position < indices.endIndex else { - return nil - } - defer { position += 1 } - return indices[position] - } - @objc @usableFromInline - deinit +extension TranzzoPaymentSDK.TableDirector : UIKit.UITableViewDataSource, UIKit.UITableViewDelegate { + @_Concurrency.MainActor @preconcurrency @objc dynamic public func numberOfSections(in tableView: UIKit.UITableView) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, numberOfRowsInSection section: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cellForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplay cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForRowAt indexPath: Foundation.IndexPath) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplayingFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayHeaderView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDisplayFooterView view: UIKit.UIView, forSection section: Swift.Int) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForHeaderInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForFooterInSection section: Swift.Int) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForHeaderInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, viewForFooterInSection sectionIdx: Swift.Int) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, heightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForHeaderInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, estimatedHeightForFooterInSection index: Swift.Int) -> CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canEditRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, commit editingStyle: UIKit.UITableViewCell.EditingStyle, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editActionsForRowAt indexPath: Foundation.IndexPath) -> [UIKit.UITableViewRowAction]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canMoveRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, moveRowAt sourceIndexPath: Foundation.IndexPath, to destinationIndexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, indentationLevelForRowAt indexPath: Foundation.IndexPath) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, prefetchRowsAt indexPaths: [Foundation.IndexPath]) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, cancelPrefetchingForRowsAt indexPaths: [Foundation.IndexPath]) + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldSpringLoadRowAt indexPath: Foundation.IndexPath, with context: any UIKit.UISpringLoadedInteractionContext) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, accessoryButtonTappedForRowWith indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willSelectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didSelectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willDeselectRowAt indexPath: Foundation.IndexPath) -> Foundation.IndexPath? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didDeselectRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, willBeginEditingRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndEditingRowAt indexPath: Foundation.IndexPath?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, editingStyleForRowAt indexPath: Foundation.IndexPath) -> UIKit.UITableViewCell.EditingStyle + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: Foundation.IndexPath) -> Swift.String? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldIndentWhileEditingRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, targetIndexPathForMoveFromRowAt sourceIndexPath: Foundation.IndexPath, toProposedIndexPath proposedDestinationIndexPath: Foundation.IndexPath) -> Foundation.IndexPath + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didEndDisplaying cell: UIKit.UITableViewCell, forRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldShowMenuForRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canPerformAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, performAction action: ObjectiveC.Selector, forRowAt indexPath: Foundation.IndexPath, withSender sender: Any?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, shouldHighlightRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didHighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, didUnhighlightRowAt indexPath: Foundation.IndexPath) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, canFocusRowAt indexPath: Foundation.IndexPath) -> Swift.Bool + @available(iOS 11, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @available(iOS 11.0, *) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: Foundation.IndexPath) -> UIKit.UISwipeActionsConfiguration? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func sectionIndexTitles(for tableView: UIKit.UITableView) -> [Swift.String]? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func tableView(_ tableView: UIKit.UITableView, sectionForSectionIndexTitle title: Swift.String, at index: Swift.Int) -> Swift.Int + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScroll(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDragging(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillEndDragging(_ scrollView: UIKit.UIScrollView, withVelocity velocity: CoreFoundation.CGPoint, targetContentOffset: Swift.UnsafeMutablePointer) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDragging(_ scrollView: UIKit.UIScrollView, willDecelerate decelerate: Swift.Bool) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewShouldScrollToTop(_ scrollView: UIKit.UIScrollView) -> Swift.Bool + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidScrollToTop(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndDecelerating(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func viewForZooming(in scrollView: UIKit.UIScrollView) -> UIKit.UIView? + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewWillBeginZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndZooming(_ scrollView: UIKit.UIScrollView, with view: UIKit.UIView?, atScale scale: CoreFoundation.CGFloat) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidZoom(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidEndScrollingAnimation(_ scrollView: UIKit.UIScrollView) + @_Concurrency.MainActor @preconcurrency @objc dynamic public func scrollViewDidChangeAdjustedContentInset(_ scrollView: UIKit.UIScrollView) } -@usableFromInline -internal struct TableKey : Swift.Hashable where T : Swift.Hashable { - @usableFromInline - internal let pointeeHashValue: Swift.Int - @usableFromInline - internal let pointer: Swift.UnsafePointer - @usableFromInline - internal init(pointer: Swift.UnsafePointer) - @inlinable internal static func == (lhs: TranzzoPaymentSDK.TableKey, rhs: TranzzoPaymentSDK.TableKey) -> Swift.Bool { - return lhs.pointeeHashValue == rhs.pointeeHashValue - && (lhs.pointer.distance(to: rhs.pointer) == 0 || lhs.pointer.pointee == rhs.pointer.pointee) - } - @inlinable internal func hash(into hasher: inout Swift.Hasher) { - hasher.combine(pointer.pointee) - } - @usableFromInline - internal var hashValue: Swift.Int { - @usableFromInline - get +extension TranzzoPaymentSDK.CollectionCellAdapter { + public struct Event { + public let indexPath: Foundation.IndexPath? + public let element: Model? + public var collection: UIKit.UICollectionView? { + get + } + public var collectionSize: CoreFoundation.CGSize? { + get + } + public var cell: Cell? + } + public struct EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var shouldDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var didSelect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didDeselect: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var willDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var endDisplay: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Void)? + public var shouldShowEditMenu: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var canPerformEditAction: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var performEditAction: ((_ ctx: TranzzoPaymentSDK.CollectionCellAdapter.Event, _ selector: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? + public var itemSize: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> CoreFoundation.CGSize)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.CollectionCellAdapter.Event) -> Swift.Bool)? } } -extension Swift.MutableCollection where Self.Element : Swift.MutableCollection, Self.Index == Swift.Int, Self.Element.Index == Swift.Int { - @inlinable internal subscript(path: TranzzoPaymentSDK.ElementPath) -> Self.Element.Element { - get { return self[path.section][path.element] } - set { self[path.section][path.element] = newValue } +public enum CollectionAdapterEventID : Swift.Int { + case dequeue + case shouldSelect + case shouldDeselect + case didSelect + case didDeselect + case didHighlight + case didUnhighlight + case shouldHighlight + case willDisplay + case endDisplay + case shouldShowEditMenu + case canPerformEditAction + case performEditAction + case canFocus + case itemSize + case prefetch + case cancelPrefetch + case shouldSpringLoad + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -@discardableResult -@inlinable internal func differentiate(source: Swift.ContiguousArray, target: Swift.ContiguousArray, trackTargetIndexAsUpdated: Swift.Bool, mapIndex: (Swift.Int) -> I, updatedElements: ((E) -> Swift.Void)? = nil, undeletedElements: ((E) -> Swift.Void)? = nil) -> TranzzoPaymentSDK.DifferentiateResult where E : TranzzoPaymentSDK.Differentiable { - - var deleted = [I]() - var inserted = [I]() - var updated = [I]() - var moved = [(source: I, target: I)]() - - var sourceTraces = ContiguousArray>() - var targetReferences = ContiguousArray(repeating: nil, count: target.count) - var sourceIdentifiers = ContiguousArray() - - sourceIdentifiers.reserveCapacity(source.count) - sourceTraces.reserveCapacity(source.count) - - for sourceElement in source { - sourceTraces.append(Trace()) - sourceIdentifiers.append(sourceElement.differenceIdentifier) - } - - sourceIdentifiers.withUnsafeBufferPointer { bufferPointer in - - var sourceOccurrencesTable = [TableKey: Occurrence](minimumCapacity: source.count * 2) - - - for sourceIndex in sourceIdentifiers.indices { - let pointer = bufferPointer.baseAddress!.advanced(by: sourceIndex) - let key = TableKey(pointer: pointer) - - switch sourceOccurrencesTable[key] { - case .none: - sourceOccurrencesTable[key] = .unique(index: sourceIndex) - - case .unique(let otherIndex)?: - let reference = IndicesReference([otherIndex, sourceIndex]) - sourceOccurrencesTable[key] = .duplicate(reference: reference) - - case .duplicate(let reference)?: - reference.push(sourceIndex) - } - } - - - for targetIndex in target.indices { - var targetIdentifier = target[targetIndex].differenceIdentifier - let key = TableKey(pointer: &targetIdentifier) - - switch sourceOccurrencesTable[key] { - case .none: - break - - case .unique(let sourceIndex)?: - if case .none = sourceTraces[sourceIndex].reference { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - - case .duplicate(let reference)?: - if let sourceIndex = reference.next() { - targetReferences[targetIndex] = sourceIndex - sourceTraces[sourceIndex].reference = targetIndex - } - } - } - } - - var offsetByDelete = 0 - var untrackedSourceIndex: Int? = 0 - - - for sourceIndex in source.indices { - sourceTraces[sourceIndex].deleteOffset = offsetByDelete - - if let targetIndex = sourceTraces[sourceIndex].reference { - let targetElement = target[targetIndex] - updatedElements?(targetElement) - undeletedElements?(targetElement) - } - else { - let sourceElement = source[sourceIndex] - deleted.append(mapIndex(sourceIndex)) - sourceTraces[sourceIndex].isTracked = true - offsetByDelete += 1 - updatedElements?(sourceElement) - } - } - - - for targetIndex in target.indices { - untrackedSourceIndex = untrackedSourceIndex.flatMap { index in - sourceTraces.suffix(from: index).firstIndex { !$0.isTracked } - } - - if let sourceIndex = targetReferences[targetIndex] { - sourceTraces[sourceIndex].isTracked = true - - let sourceElement = source[sourceIndex] - let targetElement = target[targetIndex] - - if !targetElement.isContentEqual(to: sourceElement) { - updated.append(mapIndex(trackTargetIndexAsUpdated ? targetIndex : sourceIndex)) - } - - if sourceIndex != untrackedSourceIndex { - let deleteOffset = sourceTraces[sourceIndex].deleteOffset - moved.append((source: mapIndex(sourceIndex - deleteOffset), target: mapIndex(targetIndex))) - } - } - else { - inserted.append(mapIndex(targetIndex)) - } - } - - return DifferentiateResult( - deleted: deleted, - inserted: inserted, - updated: updated, - moved: moved, - metadata: (sourceTraces: sourceTraces, targetReferences: targetReferences) - ) - +public protocol CollectionCellAdapterProtocol { + var modelType: any Any.Type { get } + var modelViewType: any Any.Type { get } + var modelIdentifier: Swift.String { get } + func dequeueCell(inCollection: UIKit.UICollectionView, at indexPath: Foundation.IndexPath) -> UIKit.UICollectionViewCell + @discardableResult + func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.CollectionDirector) -> Swift.Bool + @discardableResult + func dispatchEvent(_ kind: TranzzoPaymentSDK.CollectionAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? } -public struct Changeset where Collection : Swift.Collection { - public var data: Collection - public var sectionDeleted: [Swift.Int] - public var sectionInserted: [Swift.Int] - public var sectionUpdated: [Swift.Int] - public var sectionMoved: [(source: Swift.Int, target: Swift.Int)] - public var elementDeleted: [TranzzoPaymentSDK.ElementPath] - public var elementInserted: [TranzzoPaymentSDK.ElementPath] - public var elementUpdated: [TranzzoPaymentSDK.ElementPath] - public var elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] - public init(data: Collection, sectionDeleted: [Swift.Int] = [], sectionInserted: [Swift.Int] = [], sectionUpdated: [Swift.Int] = [], sectionMoved: [(source: Swift.Int, target: Swift.Int)] = [], elementDeleted: [TranzzoPaymentSDK.ElementPath] = [], elementInserted: [TranzzoPaymentSDK.ElementPath] = [], elementUpdated: [TranzzoPaymentSDK.ElementPath] = [], elementMoved: [(source: TranzzoPaymentSDK.ElementPath, target: TranzzoPaymentSDK.ElementPath)] = []) - @inlinable public var sectionChangeCount: Swift.Int { - get { - return sectionDeleted.count - + sectionInserted.count - + sectionUpdated.count - + sectionMoved.count - } +extension TranzzoPaymentSDK.CollectionCellAdapterProtocol { + public var modelIdentifier: Swift.String { + get } - @inlinable public var elementChangeCount: Swift.Int { - get { - return elementDeleted.count - + elementInserted.count - + elementUpdated.count - + elementMoved.count - } +} +public struct CustomerData { + public init(customerEmail: Swift.String, customerPhone: Swift.String, customerId: Swift.String? = nil, customerFname: Swift.String? = nil, customerLname: Swift.String? = nil, customerLang: Swift.String? = nil, customerCountry: Swift.String? = nil) +} +public struct ElementPath : Swift.Hashable { + public var element: Swift.Int + public var section: Swift.Int + public init(element: Swift.Int, section: Swift.Int) + public func hash(into hasher: inout Swift.Hasher) + public static func == (a: TranzzoPaymentSDK.ElementPath, b: TranzzoPaymentSDK.ElementPath) -> Swift.Bool + public var hashValue: Swift.Int { + get } - @inlinable public var changeCount: Swift.Int { - get { - return sectionChangeCount + elementChangeCount - } +} +public enum TableAdapterCellAction { + case none + case deselect + case deselectAnimated + public static func == (a: TranzzoPaymentSDK.TableAdapterCellAction, b: TranzzoPaymentSDK.TableAdapterCellAction) -> Swift.Bool + public func hash(into hasher: inout Swift.Hasher) + public var hashValue: Swift.Int { + get } - @inlinable public var hasSectionChanges: Swift.Bool { - get { - return sectionChangeCount > 0 - } +} +extension TranzzoPaymentSDK.TableCellAdapter { + @_hasMissingDesignatedInitializers public class Event { + public var table: UIKit.UITableView? { + get + } + public var tableSize: CoreFoundation.CGSize? { + get + } + final public let indexPath: Foundation.IndexPath? + final public let element: Model? + public var cell: Cell? + @objc deinit } - @inlinable public var hasElementChanges: Swift.Bool { - get { - return elementChangeCount > 0 - } + @_hasMissingDesignatedInitializers public class EventsSubscriber { + public var dequeue: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> ())? + public var willDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var rowHeight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var rowHeightEstimated: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> CoreFoundation.CGFloat)? + public var canEditRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var commitEdit: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ commit: UIKit.UITableViewCell.EditingStyle) -> Swift.Void)? + public var editActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> [UIKit.UITableViewRowAction]?)? + public var canMoveRow: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveRow: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ dest: Foundation.IndexPath) -> Swift.Void)? + public var indentLevel: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Int)? + public var prefetch: ((_ items: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var cancelPrefetch: ((_ models: [Model], _ paths: [Foundation.IndexPath]) -> Swift.Void)? + public var shouldSpringLoad: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var tapOnAccessory: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var willSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didSelect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> TranzzoPaymentSDK.TableAdapterCellAction)? + public var willDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var didDeselect: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Foundation.IndexPath?)? + public var willBeginEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didEndEdit: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var editStyle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UITableViewCell.EditingStyle)? + public var deleteConfirmTitle: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.String?)? + public var editShouldIndent: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var moveAdjustDestination: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ proposed: Foundation.IndexPath) -> Foundation.IndexPath?)? + public var endDisplay: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var shouldShowMenu: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var canPerformMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Bool)? + public var performMenuAction: ((_ ctx: TranzzoPaymentSDK.TableCellAdapter.Event, _ sel: ObjectiveC.Selector, _ sender: Any?) -> Swift.Void)? + public var shouldHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var didHighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var didUnhighlight: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Void)? + public var canFocus: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> Swift.Bool)? + public var leadingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + public var trailingSwipeActions: ((TranzzoPaymentSDK.TableCellAdapter.Event) -> UIKit.UISwipeActionsConfiguration?)? { + get + set + } + @objc deinit } - @inlinable public var hasChanges: Swift.Bool { - get { - return changeCount > 0 - } +} +public enum TableAdapterEventID : Swift.Int { + case dequeue + case canEditRow + case commitEdit + case canMoveRow + case moveRow + case prefetch + case cancelPrefetch + case rowHeight + case rowHeightEstimated + case indentLevel + case willDisplay + case shouldSpringLoad + case editActions + case tapOnAccessory + case willSelect + case tap + case willDeselect + case didDeselect + case willBeginEdit + case didEndEdit + case editStyle + case deleteConfirmTitle + case editShouldIndent + case moveAdjustDestination + case endDisplay + case shouldShowMenu + case canPerformMenuAction + case performMenuAction + case shouldHighlight + case didHighlight + case didUnhighlight + case canFocus + case leadingSwipeActions + case trailingSwipeActions + public init?(rawValue: Swift.Int) + public typealias RawValue = Swift.Int + public var rawValue: Swift.Int { + get } } -extension TranzzoPaymentSDK.Changeset : Swift.Equatable where Collection : Swift.Equatable { - public static func == (lhs: TranzzoPaymentSDK.Changeset, rhs: TranzzoPaymentSDK.Changeset) -> Swift.Bool +public struct TokenCardModel { + public var mask: Swift.String + public var token: Swift.String + public var isDefault: Swift.Bool + public init(mask: Swift.String, token: Swift.String, isDefault: Swift.Bool) } -extension TranzzoPaymentSDK.Changeset : Swift.CustomDebugStringConvertible { - public var debugDescription: Swift.String { +@objc @_inheritsConvenienceInitializers @_Concurrency.MainActor @preconcurrency public class ConstraintWithKeyboardObserver : UIKit.NSLayoutConstraint { + @_Concurrency.MainActor @preconcurrency public var additionalIndent: CoreFoundation.CGFloat + @_Concurrency.MainActor @preconcurrency @objc override dynamic public func awakeFromNib() + @objc deinit + @_Concurrency.MainActor @preconcurrency @objc override dynamic public init() +} +public protocol TableSectionHeaderFooterProtocol { + var section: TranzzoPaymentSDK.TableSection? { get } + func registerHeaderFooterViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.String + @discardableResult + func dispatch(_ event: TranzzoPaymentSDK.TableSectionEvents, isHeader: Swift.Bool, view: UIKit.UIView?, section: Swift.Int, table: UIKit.UITableView) -> Any? +} +extension UIKit.UITableViewHeaderFooterView : TranzzoPaymentSDK.ReusableViewProtocol { + @_Concurrency.MainActor @preconcurrency public static var reusableViewClass: Swift.AnyClass { get } + @_Concurrency.MainActor @preconcurrency public static func reusableViewSource() -> TranzzoPaymentSDK.ReusableViewLoadSource } -extension TranzzoPaymentSDK.TableDirector { - public struct TableEventsHandler { - } - public enum RowHeight { - case `default` - case auto(estimated: CoreFoundation.CGFloat) - case explicit(CoreFoundation.CGFloat) - } +public protocol ReusableViewProtocol : AnyObject { } -public protocol Differentiable { - var differenceIdentifier: Swift.String { get } - func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UITableViewCell : TranzzoPaymentSDK.ReusableViewProtocol { } -extension TranzzoPaymentSDK.Differentiable { - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool +extension UIKit.UICollectionReusableView : TranzzoPaymentSDK.ReusableViewProtocol { } -public protocol ElementRepresentable : TranzzoPaymentSDK.Differentiable { - var modelClassIdentifier: Swift.String { get } +public enum ReusableViewLoadSource { + case fromStoryboard + case fromXib(name: Swift.String?, bundle: Foundation.Bundle?) + case fromClass } -extension TranzzoPaymentSDK.ElementRepresentable { - public var modelClassIdentifier: Swift.String { - get - } +public struct ScrollViewEventsHandler { + public var didScroll: ((UIKit.UIScrollView) -> Swift.Void)? + public var endScrollingAnimation: ((UIKit.UIScrollView) -> Swift.Void)? + public var shouldScrollToTop: ((UIKit.UIScrollView) -> Swift.Bool)? + public var didScrollToTop: ((UIKit.UIScrollView) -> Swift.Void)? + public var willBeginDragging: ((UIKit.UIScrollView) -> Swift.Void)? + public var willEndDragging: ((_ scrollView: UIKit.UIScrollView, _ velocity: CoreFoundation.CGPoint, _ targetOffset: Swift.UnsafeMutablePointer) -> Swift.Void)? + public var endDragging: ((_ scrollView: UIKit.UIScrollView, _ willDecelerate: Swift.Bool) -> Swift.Void)? + public var willBeginDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var endDecelerating: ((UIKit.UIScrollView) -> Swift.Void)? + public var viewForZooming: ((UIKit.UIScrollView) -> UIKit.UIView?)? + public var willBeginZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?) -> Swift.Void)? + public var endZooming: ((_ scrollView: UIKit.UIScrollView, _ view: UIKit.UIView?, _ scale: CoreFoundation.CGFloat) -> Swift.Void)? + public var didZoom: ((UIKit.UIScrollView) -> Swift.Void)? + public var didChangeAdjustedContentInset: ((UIKit.UIScrollView) -> Swift.Void)? } -public protocol DifferentiableSection : TranzzoPaymentSDK.Differentiable { - var elements: [any TranzzoPaymentSDK.ElementRepresentable] { get } - init(source: Self, elements: C) where C : Swift.Collection, C.Element == any TranzzoPaymentSDK.ElementRepresentable +open class TableCellAdapter : TranzzoPaymentSDK.TableCellAdapterProtocol where Model : TranzzoPaymentSDK.ElementRepresentable, Cell : TranzzoPaymentSDK.ReusableViewProtocol { + public var modelType: any Any.Type + public var modelViewType: any Any.Type + public var reusableViewIdentifier: Swift.String + public var reusableViewLoadSource: TranzzoPaymentSDK.ReusableViewLoadSource + final public let events: TranzzoPaymentSDK.TableCellAdapter.EventsSubscriber + public init(_ configuration: ((TranzzoPaymentSDK.TableCellAdapter) -> ())? = nil) + public func dequeueCell(inTable table: UIKit.UITableView, at indexPath: Foundation.IndexPath?) -> UIKit.UITableViewCell + public func registerReusableCellViewForDirector(_ director: TranzzoPaymentSDK.TableDirector) -> Swift.Bool + @discardableResult + public func dispatchEvent(_ kind: TranzzoPaymentSDK.TableAdapterEventID, model: Any?, cell: (any TranzzoPaymentSDK.ReusableViewProtocol)?, path: Foundation.IndexPath?, params: Any?...) -> Any? + @objc deinit } -extension Swift.String : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { - get +public struct StagedChangeset where Collection : Swift.Collection { + @usableFromInline + internal var changesets: Swift.ContiguousArray> + public init(_ changesets: C) where C : Swift.Collection, C.Element == TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.RandomAccessCollection, Swift.RangeReplaceableCollection, Swift.MutableCollection { + public typealias Element = TranzzoPaymentSDK.Changeset + @inlinable public init() { + self.init([]) + } + @inlinable public var startIndex: Swift.Int { + get { + return changesets.startIndex + } } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool + @inlinable public var endIndex: Swift.Int { + get { + return changesets.endIndex + } + } + @inlinable public func index(after i: Swift.Int) -> Swift.Int { + return changesets.index(after: i) + } + @inlinable public subscript(position: Swift.Int) -> TranzzoPaymentSDK.Changeset { + get { return changesets[position] } + set { changesets[position] = newValue } + } + @inlinable public mutating func replaceSubrange(_ subrange: R, with newElements: C) where C : Swift.Collection, R : Swift.RangeExpression, C.Element == TranzzoPaymentSDK.Changeset, R.Bound == Swift.Int { + changesets.replaceSubrange(subrange, with: newElements) + } + public typealias Index = Swift.Int + public typealias Indices = Swift.Range + public typealias Iterator = Swift.IndexingIterator> + public typealias SubSequence = Swift.Slice> } -extension Swift.Int : TranzzoPaymentSDK.Differentiable, TranzzoPaymentSDK.ElementRepresentable { - public var differenceIdentifier: Swift.String { +extension TranzzoPaymentSDK.StagedChangeset : Swift.Equatable where Collection : Swift.Equatable { + @inlinable public static func == (lhs: TranzzoPaymentSDK.StagedChangeset, rhs: TranzzoPaymentSDK.StagedChangeset) -> Swift.Bool { + return lhs.changesets == rhs.changesets + } +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.ExpressibleByArrayLiteral { + @inlinable public init(arrayLiteral elements: TranzzoPaymentSDK.Changeset...) { + self.init(elements) + } + public typealias ArrayLiteralElement = TranzzoPaymentSDK.Changeset +} +extension TranzzoPaymentSDK.StagedChangeset : Swift.CustomDebugStringConvertible { + public var debugDescription: Swift.String { get } - public func isContentEqual(to other: any TranzzoPaymentSDK.Differentiable) -> Swift.Bool } -public struct BaseResponse { -} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} -extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} +extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} +extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentsConfig.Environment : Swift.Hashable {} -extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} +extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Equatable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.Hashable {} extension TranzzoPaymentSDK.CollectionSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.CollectionDirector : Swift.Sendable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} -extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TextFieldInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextFieldStartInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.TextViewInputController : Swift.Sendable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Equatable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.Hashable {} +extension TranzzoPaymentSDK.PaymentStatus : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableDirector : Swift.Sendable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Equatable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.Hashable {} extension TranzzoPaymentSDK.PaymentMethodType : Swift.RawRepresentable {} @@ -1842,17 +1998,11 @@ extension TranzzoPaymentSDK.LookupMethodType : Swift.RawRepresentable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Equatable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.Hashable {} extension TranzzoPaymentSDK.Payment3dsBypassType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductPriceType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductUnitType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Equatable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.Hashable {} -extension TranzzoPaymentSDK.ProductTaxeType : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Equatable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.Hashable {} -extension TranzzoPaymentSDK.TableSectionEvents : Swift.RawRepresentable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Equatable {} -extension TranzzoPaymentSDK.ErrorType : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.CollectionAdapterEventID : Swift.RawRepresentable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterCellAction : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Equatable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.Hashable {} +extension TranzzoPaymentSDK.TableAdapterEventID : Swift.RawRepresentable {} diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/TranzzoPaymentSDK b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/TranzzoPaymentSDK index 7f6d851..1610e77 100755 Binary files a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/TranzzoPaymentSDK and b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/TranzzoPaymentSDK differ diff --git a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/_CodeSignature/CodeResources b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/_CodeSignature/CodeResources index df92a70..4ddd458 100644 --- a/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/_CodeSignature/CodeResources +++ b/Sources/TranzzoPaymentSDK.xcframework/ios-arm64_x86_64-simulator/TranzzoPaymentSDK.framework/_CodeSignature/CodeResources @@ -26,7 +26,7 @@ Headers/TranzzoPaymentSDK-Swift.h - /X2ycJtGp+/DAs9S9EKs3E/XjDk= + mgka3bCMfIsCpy9VpvNtoavDbWM= Info.plist @@ -42,43 +42,43 @@ Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.abi.json - PAJocEpLw0f0os9QXHEnwVsIBEE= + Z9AMbqbei5esRsN9ajTLUd4SP3g= Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface - 0D4uv7l5LLqa3Q2gfwFq52UceOY= + 9GuEoFeBgFCfbQNgchlHsBxtBqo= Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc - CiO6+IoPRKhhMcXW02Wk7DGGltM= + jUCPnNuTmxHw5Kxfjs7TiVaggl4= Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface - 0D4uv7l5LLqa3Q2gfwFq52UceOY= + 9GuEoFeBgFCfbQNgchlHsBxtBqo= Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule - GXpUaSPK3Sh74oMJQhgR9pMwLlg= + EYQzssutjsA3Kbq+PK34R7XkLC4= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json - PAJocEpLw0f0os9QXHEnwVsIBEE= + Z9AMbqbei5esRsN9ajTLUd4SP3g= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface - mAT9MX4TrXn228JW+5CYgJ/m890= + 2yzQm6He7f86zqaMP5ecFYMNXQw= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - OMa1uBwf6mbaI1EY+QETJY/nRWQ= + tsTWecFVjRmnKyWQytOdVKE/Vxc= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - mAT9MX4TrXn228JW+5CYgJ/m890= + 2yzQm6He7f86zqaMP5ecFYMNXQw= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - lWPtf1O1hc6/IGZzkHvupH+zm/U= + lHZQ3gJ3CiEtpVCIOt9cAG4YOGI= Modules/module.modulemap @@ -166,7 +166,7 @@ hash2 - d/RZVVCejTAi3G0tqBnba9bTQMKUOhFt/Wa9HzD6u/c= + lc5N/5V1NtudL9KDczm35nf93akN2vXOh2HOm31PsMk= LookupCell.nib @@ -187,70 +187,70 @@ hash2 - 1G/ZH803rNcfzA4FUMO6XsHzjMYvs7PxOl3hTsAvseM= + fovocAZpEoIsGLK2lK8dU2Y3oif6UUWgGmjJpdvigvQ= Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface hash2 - 5xBQmee5PMYnwPteILB5KxJvwiVPGdG07MF1AZ40FWk= + NbW9//WKv95hD/QjXSBAOVeVnuHo+Ut72lA5Rocalkk= Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc hash2 - cTEvZ6P+oav+AI4DIFTBQZDwQNRJeiabNmdCbOHVQ10= + 5bipFePGWEmqB5nuQ5PloDVerIRi88SBWOIb/bMgUNw= Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface hash2 - 5xBQmee5PMYnwPteILB5KxJvwiVPGdG07MF1AZ40FWk= + NbW9//WKv95hD/QjXSBAOVeVnuHo+Ut72lA5Rocalkk= Modules/TranzzoPaymentSDK.swiftmodule/arm64-apple-ios-simulator.swiftmodule hash2 - G1F8oIJTH03MKwcyPccBJ/kuZ0RixflPiBmNdKznWVM= + ANtOBexHRosW/h56not1jTYYQ3xjb4LWBXioZuUVcLg= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json hash2 - 1G/ZH803rNcfzA4FUMO6XsHzjMYvs7PxOl3hTsAvseM= + fovocAZpEoIsGLK2lK8dU2Y3oif6UUWgGmjJpdvigvQ= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface hash2 - FMXHKqa/JZlyPLZTjjP4TnZTvQcVliZrVNw+LIGpJ1g= + LqPOLMp9hyHh5ZgseIiqxwGpSp0tpIo/mUf8zwkXnzM= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc hash2 - pRxqtp84Q7HmFQbn90bfLO+bOqZIbcOqlW1Gs0RNJr0= + hSHIJyuWSkWAL+7xeIwk36vaF6zCyUj21iRIGG52uHM= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface hash2 - FMXHKqa/JZlyPLZTjjP4TnZTvQcVliZrVNw+LIGpJ1g= + LqPOLMp9hyHh5ZgseIiqxwGpSp0tpIo/mUf8zwkXnzM= Modules/TranzzoPaymentSDK.swiftmodule/x86_64-apple-ios-simulator.swiftmodule hash2 - Ss75koMbB9OkAW3WkL+OvsmP1FRhKVGvrOPdDhWGLg0= + gNYhvlIsgY7NaWff6tjO/10ThDE4YFerVLvV9sCJ8ZQ= Modules/module.modulemap diff --git a/TranzzoPaymentSDK.podspec b/TranzzoPaymentSDK.podspec index 72f226d..cae1624 100644 --- a/TranzzoPaymentSDK.podspec +++ b/TranzzoPaymentSDK.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = 'TranzzoPaymentSDK' - spec.version = '1.5.18' + spec.version = '1.5.19' spec.summary = 'TranzzoPaymentSDK' spec.description = 'Framework for Payments' spec.homepage = 'https://tranzzo.ua' @@ -12,5 +12,4 @@ Pod::Spec.new do |spec| spec.swift_version = '5.0' spec.vendored_frameworks = 'Sources/TranzzoPaymentSDK.xcframework' spec.source = { :git => 'https://github.com/tranzzo/mobile-sdk-example-ios.git', :tag => "#{spec.version}" } - spec.dependency 'AnyFormatKit' end